OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Mike Aizatsky 9a9049ba19 [tpm2] Jenkinsfile 2016-09-20 19:34:50 -07:00
boringssl [infra] optional dockerfile; copy .dict and .options 2016-08-30 13:08:26 -07:00
docs Update README_template 2016-09-14 10:08:57 -07:00
expat Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00
freetype2 [infra] optional dockerfile; copy .dict and .options 2016-08-30 13:08:26 -07:00
infra [infra] set workdir to /out 2016-09-14 12:14:11 -07:00
libpng Add libpng fuzzer with a dictionary and a couple of modifications. 2016-09-13 16:45:39 +02:00
libxml2 Add missing dependency for libxml2. 2016-09-01 17:03:36 -07:00
re2 re2/build.sh: removed debugging output stuff 2016-09-12 13:21:33 -07:00
scripts [helper] git clone recursively 2016-09-02 10:18:00 -07:00
sqlite3 [sqlite] Add a dictionary for sqlite3_fuzzer. 2016-09-14 15:04:27 +02:00
tpm2 [tpm2] Jenkinsfile 2016-09-20 19:34:50 -07:00
zlib zlib fuzzer 2016-09-02 08:56:53 -07:00
.gitignore Implement a helper script. 2016-09-01 16:37:12 -07:00
README.md Update README.md 2016-09-14 10:09:15 -07:00

README.md

oss-fuzz

oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test open source software. It grew out of Chrome in-process fuzzing effort (Blog Post, Project Page).

Project Status: The project currently is in early stage. We focus on libFuzzer first. Documentation and smoothing the process is our main priority.

Documentation

References