fuzzing: Add readme.

classic_import
Denis Kasak 2021-07-01 13:49:50 +02:00
parent 4d14750c38
commit ceed90922a
1 changed files with 10 additions and 0 deletions

10
fuzzing/README.md Normal file
View File

@ -0,0 +1,10 @@
# Directory structure
- `fuzzers/`: Sources for the fuzzing harnesses.
- `corpora/`: Contains the fuzzing corpora and assorted tools. The corpora are
filed under a directory with the same name as the fuzzing harness. Each of
those directories also contains the following:
- `in/`: Contains the actual corpus test cases.
- `tools/`: Any tools useful for that particular harness. A good example
would be a binary which generates seed test cases.