Grey-Box Fuzzing
TechniqueFirst seen 6/19/2026
Last seen 7/20/2026
Evidence 16 chunks
NEIGHBORHOOD
4 nodes · 5 edgesgraph · Grey-Box Fuzzing · depth=1
RELATIONSHIPS
7 connectionsGreybox fuzzing uses code coverage as feedback to guide mutation of test inputs.
Greybox fuzzing lies between whitebox and blackbox fuzzing, extending blackbox with lightweight analysis.
JQF is a greybox fuzzing framework that instruments JVM bytecode for collecting code coverage.
The paper contrasts SiliFuzz with greybox fuzzing applied to RTL models.
Greybox fuzzing is another name for coverage-guided mutation-based fuzzing.
CGF is a specialization of greybox fuzzing that uses code coverage as feedback.
AFL is classified as a grey-box fuzzer.