fuzzing-dictionary

Official

Guide fuzzers with domain-specific tokens.

AuthorSuperlend
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Fuzzing dictionaries provide domain-specific tokens to guide fuzzers away from trivial inputs and toward meaningful edge cases, accelerating discovery of parser, protocol, and format vulnerabilities.

Core Features & Use Cases

  • Structured Token Library: A collection of keywords, magic numbers, and protocol tokens to steer input mutations.
  • Cross-Format Coverage: Applicable to parsers, protocols, and file format decoders to reach deeper logic.
  • Easy Quick Start: Simple steps to create a token dictionary and integrate with popular fuzzers.
  • Practical Use: Improve fuzzing effectiveness for JSON/XML configs, HTTP handlers, and binary decoders.

Quick Start

Create a text dictionary with quoted strings (one per line), save as dictionary.dict, and run your fuzzer with the appropriate flag:

  • libFuzzer: ./fuzz -dict=./dictionary.dict
  • AFL++: afl-fuzz -x ./dictionary.dict
  • cargo-fuzz: cargo fuzz run fuzz_target -- -dict=./dictionary.dict

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fuzzing-dictionary
Download link: https://github.com/Superlend/superloop-core-contracts/archive/main.zip#fuzzing-dictionary

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.