Mutation-Analysis-Guided Fuzzing
TechniqueFirst seen 7/20/2026
Last seen 7/20/2026
Evidence 9 chunks
NEIGHBORHOOD
9 nodes · 15 edgesgraph · Mutation-Analysis-Guided Fuzzing · depth=1
RELATIONSHIPS
9 connectionsThe paper proposes and develops mutation-analysis-guided fuzzing as a new technique.
Mu2 implements mutation-analysis-guided fuzzing by incorporating mutation analysis into the greybox fuzzing loop.
Mutation-analysis-guided fuzzing uses mutation score to guide the fuzzing loop, saving inputs that increase mutation score.
Mutation-analysis-guided fuzzing runs inputs through program mutants to compute a mutation score and guide corpus selection.
Mutation-analysis-guided fuzzing uses mutant pruning to improve performance by reducing the number of mutants executed per iteration.
Mutation-analysis-guided fuzzing saves inputs to a fuzzing corpus when they increase mutation score.
Mutation-analysis-guided fuzzing uses a fuzzing oracle (differential or implicit) to determine when a mutant is killed.
The paper develops and evaluates mutation-analysis-guided fuzzing against coverage-only fuzzing baselines.
Mutation-analysis-guided fuzzing extends coverage-guided greybox fuzzing by also saving inputs that improve mutation score.