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
default manul test file contained --> " AAAAAA "
default fuzzgoat test file contained --> " {"":"'} "
I tried to launch AFL with both test strings against fuzzgoat, but only with the first one using manul.
Manul detected crashes using the second string as an input.
In my defense... both inputs generated crashes immediately using AFL, and I haven't thought that it might be the problem.
Hi,
I failed to launch a fuzzer in a way that allows me to detect crashes in the fuzzgoat project.
https://github.com/fuzzstati0n/fuzzgoat
This C program has been deliberately backdoored with several memory corruption bugs to test the efficacy of fuzzers and other analysis tools.
For some reason manul has failed to detect them despite fuzzing for hours, there is a 99% chance that I failed to set it up properly.
Do I need to build the target in a different way compared to standard AFL build with e.g. afl-gcc?
Am I doing something wrong?
Steps needed to reproduce steps:
Here is the fuzzgoat Makefile:
python3 manul.py -i in -o out -n 4 "/home/user/fuzzgoat/fuzzgoat @@"
The text was updated successfully, but these errors were encountered: