Add documentation about seed corpora

This commit is contained in:
Oliver Chang 2016-10-17 12:39:28 -07:00
parent 5d4f10f693
commit cbbfe3980a
1 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,15 @@ Put your dict files in `/out` and specify them in .options file:
dict = dictionary_name.dict
```
### Seed corpora
You can also pass a set of initial seed files to your fuzzers. This is typically
a set of valid inputs to the target function you are testing, and can improve
coverage significantly.
This can be done by zipping up these files, naming them
`fuzzer_name_seed_corpus.zip`, and placing them in `/out` in your build script.
## Jenkinsfile
This file will be largely the same for most libraries, and is used by our build