Platform Overview
Fuzzing Terminology
Install the Fuzzbuzz CLI
Find your first C/C++ bug
Find your first Python bug
Find your first Rust bug
Find your first Go bug
Protocol Fuzzing
Seeding your fuzzer
Integrating with libFuzzer
Heartbleed in 5 Minutes
GitHub Integration
GitLab Integration
CLI Integration
fuzzbuzz.yaml reference
Fuzzer Reference
Bug Types
Self-Hosted Fuzzbuzz
Overview
Getting Started
Guides
Tutorials
Integrations
Reference
Reference Overview
YAML Documentation
You can configure how Fuzzbuzz interacts with your source code via a YAML configuration file, usually kept at fuzzbuzz.yaml
. See this section for a quick introduction to the Fuzzbuzz configuration file, or skip to the syntax reference if you're looking for a full list of configuration options.
Fuzzer Documentation
If you're looking for information on how to interface with Fuzzbuzz's structured fuzzing engine, reach out to someone on the Fuzzbuzz team, or check back here later for detailed documentation.