Module libafl_cc::cfg

source ·
Expand description

LLVM style control flow graph with information of AFL-style index of the each edges, use together with AFLCoverage pass having –dump-afl-cfg flag enabled.

Structs§

Traits§

  • Compute the weight of a CfgEdge. Lower means shorter distance in the graph.