AFL icon indicating copy to clipboard operation
AFL copied to clipboard

PROGRAM ABORT : No instrumentation detected Location : perform_dry_run(), afl-fuzz.c:2883

Open 21212124 opened this issue 5 years ago • 3 comments

# 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?

21212124 avatar Jan 23 '20 11:01 21212124

Have you instrumented the program? Which compiler did you use?

NikParam42 avatar Jan 31 '20 14:01 NikParam42

@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.

21212124 avatar Feb 03 '20 07:02 21212124

I also face the same issue. I use afl-gcc to compile my subject program, so it should have been instrumented.

hfeniser avatar Apr 05 '21 20:04 hfeniser