AFL
AFL copied to clipboard
PROGRAM ABORT : No instrumentation detected Location : perform_dry_run(), afl-fuzz.c:2883
# AFL_POST_LIBRARY=afl-tee/out/afl_validate.so AFL_NO_FORKSRV=1 ./AFL/afl-fuzz - i AFL/testcases -t 300+ -o /tmp/state -M $1 -- afl-tee/ca/tee_invoke_svc afl-fuzz 2.56b by <[email protected]> [+] You have 1 CPU core and 1 runnable tasks (utilization: 100%). [*] Checking core_pattern... [*] Loading postprocessor from 'afl-tee/out/afl_validate.so'... [+] Postprocessor installed successfully. [*] Setting up output directories... [*] Scanning 'AFL/testcases'... [+] No auto-generated dictionary tokens to reuse. [*] Creating hard links for all input files... [*] Validating target binary... [*] Attempting dry run with 'id:000000,orig:README.testcases'...
[-] PROGRAM ABORT : No instrumentation detected Location : perform_dry_run(), afl-fuzz.c:2883
Anyone know about this error?
Have you instrumented the program? Which compiler did you use?
@NikParam42 I am using this repository: optee_fuzzer It is not a classical instrumentation, if you know something it would be of great help. Thanks.
I also face the same issue. I use afl-gcc to compile my subject program, so it should have been instrumented.