Afl Mutation Graph Save

Recover mutation graph from an AFL seed

Project README

AFL Mutation Graph

Recovers an approximation of the mutation graph (specifically, a DAG) that led to a particular seed (or set of seeds) in an AFL/]AFL++](https://aflplus.plus/) queue. The graph can be saved in Graphviz DOT format.

To graph the relationships between all queue inputs:

python afl_mutation_graph.py -o queue.dot $(find queue/ -wholename 'queue/id:*')
dot -Tpdf -O queue.dot

Example mutation graph, starting from a corpus of seeds (in rectangles). Hexagon nodes are crashing seeds:

mutation graph example

Open Source Agenda is not affiliated with "Afl Mutation Graph" Project. README Source: adrianherrera/afl-mutation-graph
Stars
60
Open Issues
1
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating