sslab-gatech / DIE

Fuzzing JavaScript Engines with Aspect-preserving Mutation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issues with resuming

adriantdlg opened this issue · comments

Hi @thdusdl1219 ,

is there any way to resume a fuzzing session? If I try to use something like -i- it seems to be the equivalent of rerunning populate.sh script.

thanks

You don't need to run like -i -. It should resume well with normal running way as our synchronization is working with a centralized redis server, not from the "output" directory. However, if you execute fuzzer with the same output directory name, AFL might return some err msg. To avoid this error and resume your fuzzer, just change output directory name or you can even delete output dirs and re-run.

that's what I was missing, thank you.