oss-fuzz/infra
Abhishek Arya e1d6f4a4fa Ensure all builds are optimized, fix #421
-O1 gives better coverage for fuzzing.
2017-03-07 09:28:43 -08:00
..
auto-setup
base-images Ensure all builds are optimized, fix #421 2017-03-07 09:28:43 -08:00
docker-cleanup
jenkins-cluster
jenkins-slave [infra] jenkins-slave image 2017-03-03 16:41:13 -08:00
push-images
.pylintrc
README.md Update README.md 2017-02-02 18:45:39 -08:00
helper.py [infra] (experimental) Support building with AFL (#396) 2017-02-16 15:09:37 -08:00
libfuzzer-pipeline.groovy [infra] use parseText, not parse. 2017-03-03 14:13:37 -08:00
templates.py

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastracture:

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new project
build_image Builds a docker image for a given project
build_fuzzers Builds fuzz targets for a given project
run_fuzzer Runs a fuzz target in a docker container
coverage Runs a fuzz target in a docker container and computes a coverage report
reproduce Runs a testcase to reproduce a crash
shell Starts a shell inside the docker image for a project