oss-fuzz/infra/README.md

1.2 KiB

infra

OSS-Fuzz project infrastructure

Core infrastructure:

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

Continuous Integration infrastracture:

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new target
build_image Builds a docker image for a given target
build_fuzzers Builds fuzzers for a given target
run_fuzzer Runs a fuzzer in a docker container
coverage Runs a fuzzer in a docker container and computes a coverage report
shell Starts a shell inside the docker image for a target