sslab-gatech / DIE

Fuzzing JavaScript Engines with Aspect-preserving Mutation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about dynamic analysis

1789120321 opened this issue · comments

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.