afl@afl-virtual-machine:~/Downloads/afl-2.42b$ afl-fuzz -i yy -o t2 /usr/local/bin/mtpaint @@
afl-fuzz 2.42b by <
lca...@google.com>
[+] You have 1 CPU core and 5 runnable tasks (utilization: 500%).
[*] Checking core_pattern...
[*] Setting up output directories...
[+] Output directory exists but deemed OK to reuse.
[*] Deleting old session data...
[+] Output dir cleanup successful.
[*] Scanning 'yy'...
[+] No auto-generated dictionary tokens to reuse.
[*] Creating hard links for all input files...
[*] Validating target binary...
[*] Attempting dry run with 'id:000000,orig:in.dia'...
[-] PROGRAM ABORT : No instrumentation detected
Location : perform_dry_run(), afl-fuzz.c:2854
also I use -Q in order to make sure AFL detected I compiled the mtpaint via CC flag.afl@afl-virtual-machine:~/Downloads/afl-2.42b$ afl-fuzz -i yy -o t2 -Q /usr/local/bin/mtpaint @@
afl-fuzz 2.42b by <
lca...@google.com>
[+] You have 1 CPU core and 4 runnable tasks (utilization: 400%).
[*] Checking core_pattern...
[*] Setting up output directories...
[+] Output directory exists but deemed OK to reuse.
[*] Deleting old session data...
[+] Output dir cleanup successful.
[*] Scanning 'yy'...
[+] No auto-generated dictionary tokens to reuse.
[*] Creating hard links for all input files...
[*] Validating target binary...
[-] This program appears to be instrumented with afl-gcc, but is being run in
QEMU mode (-Q). This is probably not what you want - this setup will be
slow and offer no practical benefits.
[-] PROGRAM ABORT : Instrumentation found in -Q mode
Location : check_binary(), afl-fuzz.c:6906
Unfortunately I can not understand what's wrong...
You received this message because you are subscribed to the Google Groups "afl-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.