sslab-gatech / DIE

Fuzzing JavaScript Engines with Aspect-preserving Mutation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to use new corpus

Changochen opened this issue · comments

commented

Hi, I found that https://github.com/sslab-gatech/DIE/blob/master/fuzz/scripts/make_initial_corpus.py#L59 simply copies the .js and .t files. If we want to add new test cases, how do we generate the .t files for js files?

I pushed typer scripts. Please check new Readme.md and fuzz/TS/typer.

commented

@thdusdl1219 Appreciated for the help! A minor issue. The CPair should be Pair in https://github.com/sslab-gatech/DIE/blob/master/fuzz/TS/typer/typer.ts#L7

It seems legacy code hasn't been removed. Thanks!