Coverage-Guided Mutation-Based Fuzzing
TechniqueFirst seen 7/18/2026
Last seen 7/18/2026
Evidence 4 chunks
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →RELATIONSHIPS
9 connectionsSiliFuzz heavily relies on coverage-guided mutation-based fuzzing advances.
Coverage-guided mutation-based fuzzing uses code coverage as feedback to guide mutations.
Coverage-guided fuzzing uses feedback from code coverage to direct further mutations.
Greybox fuzzing is another name for coverage-guided mutation-based fuzzing.
Structure-aware fuzzing is a variation of coverage-guided fuzzing that preserves input validity.
libFuzzer is a general-purpose coverage-guided mutation-based fuzzing engine.
AFL is a general-purpose coverage-guided mutation-based fuzzing engine.
Honggfuzz is a general-purpose coverage-guided mutation-based fuzzing engine.
The LLVMFuzzerTestOneInput XED integration implements coverage-guided fuzzing of the XED decoder.