diff options
Diffstat (limited to 'dictionaries/README.md')
-rw-r--r-- | dictionaries/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dictionaries/README.md b/dictionaries/README.md index 6d529e45..616a83cc 100644 --- a/dictionaries/README.md +++ b/dictionaries/README.md @@ -8,6 +8,9 @@ grammar of some of the more verbose data formats or languages. The basic principle behind the operation of fuzzer dictionaries is outlined in section 10 of the "main" README.md for the project. +These sets were done by Michal Zalewski, various contributors, and imported +from oss-fuzz, go-fuzz and libfuzzer. + Custom dictionaries can be added at will. They should consist of a reasonably-sized set of rudimentary syntax units that the fuzzer will then try to clobber together in various ways. Snippets between 2 and 16 bytes are |