Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 299 Bytes

File metadata and controls

7 lines (7 loc) · 299 Bytes

Definition

[[Fuzzing]] that uses information about the expected input format.

  • One type is [[Grammar-Based Fuzzing]]

Examples

  • Grammar based fuzzing (syntactically correct inputs to fuzz a semantic analyser, or to fuzz a parser for invalid rejection)
  • Protocol fuzzing
  • Model-based fuzzing