langston-barrett / czz

Whole-program, Scheme-scriptable, multi-language, coverage-guided fuzzer
https://langston-barrett.github.io/czz/
MIT License
6 stars 0 forks source link

core: Track mutation effectiveness #34

Open langston-barrett opened 2 years ago

langston-barrett commented 2 years ago

Each mutation should have a label, core should keep track of how many times each mutation gets executed and how many times it leads to new feedback. AFL does this.