home/categories/documents/elizaos-eliza-packages-skills-skills-testing-handbook-skills-skills-fuzzing-dictionary-skill-md
documentscontent-media

fuzzing-dictionary

The agent creates and manages fuzzing dictionaries containing domain-specific tokens, magic bytes, protocol keywords, and format-specific strings to guide mutation-based fuzzers past early validation checks. It generates dictionary entries from header files, binary strings, man pages, and LLM prompts, and passes them to libFuzzer via -dict=, AFL++ via -x, or cargo-fuzz. The agent applies this technique when fuzzing parsers (JSON, XML, config files), protocol handlers (HTTP, DNS), file format processors (PNG, PDF, media codecs), or when coverage plateaus indicate the fuzzer cannot discover keyword-guarded code paths without token hints.

elizaOS
maintainer
elizaOS
اپ ڈیٹ ہوا 3/17/2026
اسٹارز
18154
فورکس
5492
quick start

Installation and usage

The agent creates and manages fuzzing dictionaries containing domain-specific tokens, magic bytes, protocol keywords, and format-specific strings to guide mutation-based fuzzers past early validation checks. It generates dictionary entries from header files, binary strings, man pages, and LLM prompts, and passes them to libFuzzer via -dict=, AFL++ via -x, or cargo-fuzz. The agent applies this technique when fuzzing parsers (JSON, XML, config files), protocol handlers (HTTP, DNS), file format processors (PNG, PDF, media codecs), or when coverage plateaus indicate the fuzzer cannot discover keyword-guarded code paths without token hints.

انسٹالیشن
$ install --globalskills.sh
استعمال

انسٹال کرنے کے بعد، آپ یہ اسکل ٹرمینل میں درج ذیل کمانڈ چلا کر استعمال کر سکتے ہیں:

skills use fuzzing-dictionary