Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with resuming #8

Closed
adriantdlg opened this issue Sep 1, 2020 · 2 comments
Closed

issues with resuming #8

adriantdlg opened this issue Sep 1, 2020 · 2 comments

Comments

@adriantdlg
Copy link

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

@thdusdl1219
Copy link
Member

thdusdl1219 commented Sep 3, 2020

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.

@adriantdlg
Copy link
Author

that's what I was missing, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants