-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi!
I try to use this tool on Python binary, which was compiled under AFLplusplus (not classic AFL) and got error about instrumentation.
python covtool.py -i ~/Python-3.10.5_afl/python -b ~/fuzz/python/out/m1/fuzz_bitmap -l 0x00 -g ~/fuzz/python/graph.dot -f "main" -o ~/fuzz/python/coverage.dump
[+] Load offset is 0x0
[+] Converted coverage output file will be present at /home/user/fuzz/python/coverage.dump
[-] The Input binary does not have AFL Instrumentation. Exiting.
But it is intrumented well (afl-fuzz works)

Is it possible to fix this for AFLplusplus ?
Metadata
Metadata
Assignees
Labels
No labels