You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi!
I try to use this tool on Python binary, which was compiled under AFLplusplus (not classic AFL) and got error about instrumentation.
But it is intrumented well (afl-fuzz works)
Is it possible to fix this for AFLplusplus ?
The text was updated successfully, but these errors were encountered: