Skip to content
STIMSMITH

Grey-Box Fuzzing

Technique
First seen 6/19/2026
Last seen 7/20/2026
Evidence 16 chunks

NEIGHBORHOOD

4 nodes · 5 edges
graph · Grey-Box Fuzzing · depth=1

RELATIONSHIPS

7 connections
Code Coverage uses → 95% 2e
Greybox fuzzing uses code coverage as feedback to guide mutation of test inputs.
Black-Box Fuzzing extends → 90% 2e
Greybox fuzzing lies between whitebox and blackbox fuzzing, extending blackbox with lightweight analysis.
JQF ← implements 95% 2e
JQF is a greybox fuzzing framework that instruments JVM bytecode for collecting code coverage.
SiliFuzz: Fuzzing CPUs by Proxy ← compares with 85% 1e
The paper contrasts SiliFuzz with greybox fuzzing applied to RTL models.
Coverage-Guided Mutation-Based Fuzzing implements → 95% 1e
Greybox fuzzing is another name for coverage-guided mutation-based fuzzing.
Coverage-based Greybox Fuzzing ← extends 100% 1e
CGF is a specialization of greybox fuzzing that uses code coverage as feedback.
AFL ← implements 98% 1e
AFL is classified as a grey-box fuzzer.