Update new_project_guide.md

This commit is contained in:
inferno-chromium 2016-12-02 08:52:30 -08:00 committed by GitHub
parent 42f8a799df
commit 8637d63520
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@
## Prerequisites
- [Integrate](ideal_integration.md) one or more [Fuzz Targets](http://libfuzzer.info/#fuzz-target)
with the project you want to fuzz. Examples:
with the project you want to fuzz.<BR>
Examples:
[boringssl](https://github.com/google/boringssl/tree/master/fuzz),
[SQLite](https://www.sqlite.org/src/artifact/ad79e867fb504338),
[s2n](https://github.com/awslabs/s2n/tree/master/tests/fuzz),
@ -12,6 +13,7 @@
[harfbuzz](https://github.com/behdad/harfbuzz/tree/master/test/fuzzing),
[pcre2](http://vcs.pcre.org/pcre2/code/trunk/src/pcre2_fuzzsupport.c?view=markup),
[ffmpeg](https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/decoder_targeted.c).
- [Install Docker](https://docs.docker.com/engine/installation). ([Why Docker?](faq.md#why-do-you-use-docker))