Coverage-Guided Greybox Fuzzing
TechniqueFirst seen 7/20/2026
Last seen 7/20/2026
Evidence 6 chunks
NEIGHBORHOOD
7 nodes · 12 edgesgraph · Coverage-Guided Greybox Fuzzing · depth=1
RELATIONSHIPS
6 connectionsCoverage-guided greybox fuzzing uses code coverage to guide the selection of inputs to save.
Coverage-guided greybox fuzzing builds and evolves a corpus of test inputs that maximize code coverage.
The paper compares mutation-analysis-guided fuzzing against coverage-guided greybox fuzzing.
Mutation-analysis-guided fuzzing extends coverage-guided greybox fuzzing by also saving inputs that improve mutation score.
AFL is one of the first tools to popularize coverage-guided greybox fuzzing.
libFuzzer is one of the first tools to popularize coverage-guided greybox fuzzing.