Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Any way to use -n when parallel fuzzing? #135

Open
vivin opened this issue Mar 26, 2021 · 0 comments
Open

Any way to use -n when parallel fuzzing? #135

vivin opened this issue Mar 26, 2021 · 0 comments

Comments

@vivin
Copy link

vivin commented Mar 26, 2021

I am trying to perform parallel fuzzing with the main instance fuzzing a binary with regular instrumentation, and the child instances fuzzing a binary with custom instrumentation. But this fails because I set AFL_INST_RATIO to 1 when I instrument those binaries with my custom instrumentation. I tried setting both AFL_SKIP_BIN_CHECK and AFL_DUMB_FORKSRV to 1 and that doesn't work either. When I tried to use -n, it says that -n cannot be used in conjunction with -M and -S.

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

No branches or pull requests

1 participant