axt / afl-cov

AFL fuzzing coverage CFG visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

afl-cov

AFL fuzzing coverage CFG visualization

The utility is based on angr, tracer, qemu, bingraphvis and cfg-explorer.

Note

This project is in its very early stage!

Usage

$ python -m aflcov /your/binary /path/to/afl/fuzz/queue -l

The command above will build the CFG, run the executable for each of the queue files through qemu to collect trace info, calculates the node coverage, and display it on the CFG.

Limitations

Screenshots

scr1 scr2

About

AFL fuzzing coverage CFG visualization

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%