drAFL
drAFL copied to clipboard
Error while trying example
Hello! Trying your example on Ubuntu 17.04 i386. gcc and g++ 6.3.0. But after completing five steps I get this message:
root@ubuntu:/home/max/drAFL/build# ../afl/afl-fuzz -m none -i in -o out -- ./afl_test @@ afl-fuzz 2.52b by [email protected] [+] You have 1 CPU core and 3 runnable tasks (utilization: 300%). [] Checking core_pattern... [] Setting up output directories... [+] Output directory exists but deemed OK to reuse. [] Deleting old session data... [+] Output dir cleanup successful. [] Scanning 'in'... [+] No auto-generated dictionary tokens to reuse. [] Creating hard links for all input files... [] Validating target binary... [*] Attempting dry run with 'id:000000,orig:seed'...
[-] PROGRAM ABORT : No instrumentation detected Location : perform_dry_run(), afl-fuzz.c:2860
Any ideas what's wrong? Thank you in advance.
do you have AFL_SKIP_BIN_CHECK=1
in your env variables?
Of course, step five requires it.
weird, anyway I currently support this project: https://github.com/mxmssh/manul (drAFL is legacy now)
you can fuzz blackbox binaries with Manul too