mirror of https://github.com/google/oss-fuzz.git
4028e81a42 | ||
---|---|---|
boringssl | ||
curl | ||
docs | ||
expat | ||
freetype2 | ||
harfbuzz | ||
infra | ||
json | ||
libass | ||
libchewing | ||
libpng | ||
libxml2 | ||
nss | ||
pcre2 | ||
re2 | ||
scripts | ||
sqlite3 | ||
tpm2 | ||
woff2 | ||
zlib | ||
.gitignore | ||
CONTRIBUTING | ||
LICENSE | ||
README.md | ||
all.sh |
README.md
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.