rohanpadhye / FuzzFactory

Domain-Specific Fuzzing with Waypoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement afl-showdsf

rohanpadhye opened this issue · comments

Currently, there is no way to analyze the DSF map aggregation from a bunch of saved inputs, other than parsing the log file created during fuzzing (fuzzfactory.log).

We need to implement a tool afl-showdsf that is similar to afl-showmap, which will show the values of aggregated domain-specific feedback across a set of saved inputs.

Completed by #3