mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
42f8a799df
commit
8637d63520
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue