You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
to1
when I instrument those binaries with my custom instrumentation. I tried setting bothAFL_SKIP_BIN_CHECK
andAFL_DUMB_FORKSRV
to1
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
.The text was updated successfully, but these errors were encountered: