Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrumentation error for AFLplusplus #1

Open
mimicria opened this issue Jul 4, 2022 · 0 comments
Open

Instrumentation error for AFLplusplus #1

mimicria opened this issue Jul 4, 2022 · 0 comments

Comments

@mimicria
Copy link

mimicria commented Jul 4, 2022

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)
2022-07-04_092138

Is it possible to fix this for AFLplusplus ?

@mimicria mimicria changed the title Intstrumentation error for AFLplusplus Instrumentation error for AFLplusplus Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant