Fuzzing Dictionary
**[OSS-Fuzz Dictionaries](https://github.com/google/oss-fuzz/tree/master/projects)**
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: fuzzing-dictionary
type: technique
description: >
Fuzzing dictionaries guide fuzzers with domain-specific tokens.
Use when fuzzing parsers, protocols, or format-specific code.
---
# Fuzzing Dictionary
A fuzzing dictionary provides domain-specific tokens to guide the fuzzer toward interesting inputs. Instead of purely random mutations, the fuzzer incorporates known keywords, magic numbers, protocol commands, and format-specific strings that are more likely to reach deeper code pat...
Full prompt length: 9684 characters
Tools & Technologies
- go
- Rust
- Go