tree: b4e77774148de2d5950d968a75277520187d54db [path history] [tgz]
  1. gocoverage/
  2. bad_build_check
  3. collect_dft
  4. coverage
  5. coverage_helper
  6. dataflow_tracer.py
  7. Dockerfile
  8. download_corpus
  9. parse_options.py
  10. rcfilt
  11. README.md
  12. reproduce
  13. run_fuzzer
  14. targets_list
  15. test_all.py
  16. test_all_test.py
  17. test_one.py
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_all.pyruns 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: