Update README.md

This commit is contained in:
Mike Aizatsky 2016-10-06 13:59:17 -07:00 committed by GitHub
parent e2ca7bcbe0
commit ef4d3ae0ee
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test
*part of target project* source code repository.
* [Running and Building External Fuzzers](docs/building_running_fuzzers_external.md) documents the process for fuzzers that are
*part of oss-fuzz* source code repository.
* [Project List](docs/projects.md) lists OSS projects integrated with oss-fuzz.
* [Chrome's Efficient Fuzzer Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzer.md) while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.