mirror of https://github.com/google/oss-fuzz.git
2.1 KiB
2.1 KiB
oss-fuzz
Fuzzing Open Source Software.
Project Status: We are preparing the project for the first public release. Documentation and smoothing the process is our main priority.
Open new issue for questions or feedback.
Documentation
- New Library Guide walks through steps necessary to add fuzzers to an open source project.
- Running and Building Fuzzers documents the process for fuzzers that are part of target project source code repository.
- Running and Building External Fuzzers documents the process for fuzzers that are part of oss-fuzz source code repository.
- Project List lists OSS projects integrated with oss-fuzz.
- Life of a bug
- Chrome's Efficient Fuzzer Guide while contains some chrome-specifics, is an excellent documentation on making your fuzzer better.
- Guided in-process fuzzing of Chrome components - Google Security Blog post describing the precursor work we've been doing in Chrome.