drAFL icon indicating copy to clipboard operation
drAFL copied to clipboard

Error while trying example

Open ig-loginov opened this issue 4 years ago • 4 comments

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.

ig-loginov avatar Mar 25 '20 19:03 ig-loginov

do you have AFL_SKIP_BIN_CHECK=1 in your env variables?

mxmssh avatar Mar 25 '20 23:03 mxmssh

Of course, step five requires it.

ig-loginov avatar Mar 26 '20 05:03 ig-loginov

weird, anyway I currently support this project: https://github.com/mxmssh/manul (drAFL is legacy now)

mxmssh avatar Mar 26 '20 05:03 mxmssh

you can fuzz blackbox binaries with Manul too

mxmssh avatar Mar 26 '20 05:03 mxmssh