You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
Hello, I want to learn how DIE performs dynamic analysis. However, the type file (.t) generated by calling typer.py is very different from the type file in the seed library. More precisely, the generated type files are similar to .raw files. So, what went wrong in this process? How to infer the type from the bottom up at the AST level?
Hello, I want to learn how DIE performs dynamic analysis. However, the type file (.t) generated by calling typer.py is very different from the type file in the seed library. More precisely, the generated type files are similar to .raw files. So, what went wrong in this process? How to infer the type from the bottom up at the AST level?
Hope that can be answered. thank you very much.