Skip to content
STIMSMITH

Coverage-Guided Mutation-Based Fuzzing

Technique
First 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 connections
SiliFuzz ← depends on 95% 2e
SiliFuzz heavily relies on coverage-guided mutation-based fuzzing advances.
Code Coverage implements → 100% 1e
Coverage-guided mutation-based fuzzing uses code coverage as feedback to guide mutations.
Feedback Loop implements → 90% 1e
Coverage-guided fuzzing uses feedback from code coverage to direct further mutations.
Grey-Box Fuzzing ← implements 95% 1e
Greybox fuzzing is another name for coverage-guided mutation-based fuzzing.
Structure-Aware Fuzzing ← extends 95% 1e
Structure-aware fuzzing is a variation of coverage-guided fuzzing that preserves input validity.
libFuzzer ← implements 100% 1e
libFuzzer is a general-purpose coverage-guided mutation-based fuzzing engine.
AFL ← implements 100% 1e
AFL is a general-purpose coverage-guided mutation-based fuzzing engine.
Honggfuzz ← implements 100% 1e
Honggfuzz is a general-purpose coverage-guided mutation-based fuzzing engine.
LLVMFuzzerTestOneInput XED Integration ← implements 90% 1e
The LLVMFuzzerTestOneInput XED integration implements coverage-guided fuzzing of the XED decoder.