tree: 6cbf57c59e2fea8981b1beb6fc966b609ae6a457 [path history] [tgz]
  1. bad_build_check
  2. collect_dft
  3. coverage
  4. coverage_helper
  5. dataflow_tracer.py
  6. Dockerfile
  7. download_corpus
  8. minijail0
  9. README.md
  10. reproduce
  11. run_fuzzer
  12. run_minijail
  13. targets_list
  14. test_all
  15. test_one
infra/base-images/base-runner/README.md

base-runner

Base image for fuzzer runners.

docker run -ti gcr.io/oss-fuzz-base/base-runner <command> <args>

Commands

CommandDescription
reproduce <fuzzer_name> <fuzzer_options>build all fuzz targets and run specified one with testcase /testcase and given options.
run_fuzzer <fuzzer_name> <fuzzer_options>runs specified fuzzer combining options with .options file
test_allruns every binary in /out as a fuzzer for a while to ensure it works.

Examples

  • Reproduce using latest OSS-Fuzz build:
  • Reproduce using local source checkout: