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: