Skip to content

JarLob/afl-mutation-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 queue. The graph can be saved in Graphviz DOT format.

To graph the relationships between all queue inputs:

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

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

mutation graph example

About

Recover mutation graph from an AFL seed

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%