Lines Matching refs:fuzzing
15 ## Where can I learn more about fuzzing?
17 We recommend reading [libFuzzer tutorial] and the other docs in [google/fuzzing]
21 [google/fuzzing]: https://github.com/google/fuzzing/tree/master/docs
22 [libFuzzer tutorial]: https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md
58 on. ClusterFuzz is an open-source fuzzing infrastructure that you can deploy in
74 Our [ClusterFuzz]({{ site.baseurl }}/further-reading/clusterfuzz) fuzzing
97 since they significantly reduce the efficiency of fuzzing.
99 Remember that fuzzing is executed with AddressSanitizer or other
141 fuzzing engine(s) are not able to go deeper based on the existing seeds.
143 - There is some crypto/crc stuff in the code that will prevent any fuzzing
145 [fuzzing mode](http://libfuzzer.info#fuzzer-friendly-build-mode).
177 closed and fuzzing will start from scratch from a fresh corpora
189 [fuzzing engines]({{ site.baseurl }}/reference/glossary/#fuzzing-engine):
196 Follow the [new project guide] and OSS-Fuzz will use all its fuzzing engines
210 (including [ClusterFuzz], various fuzzing engines, and other dependencies). We