diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index bdc5b9df0..9fcb29f38 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -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.
+ 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))