oss-fuzz/infra/base-images/base-runner
Mike Aizatsky 7f162d0fed [infra] pipefail is no longer needed 2016-12-12 16:33:03 -08:00
..
Dockerfile [infra] separate test_report script for jenkins integration 2016-12-12 16:30:51 -08:00
README.md Create README.md 2016-11-18 14:59:10 -08:00
llvm-symbolizer [infra] moving symbolizer to base runner 2016-11-21 12:35:58 -08:00
run_fuzzer [infra] separate test_report script for jenkins integration 2016-12-12 16:30:51 -08:00
test_all [infra] pipefail is no longer needed 2016-12-12 16:33:03 -08:00
test_report [infra] separate test_report script for jenkins integration 2016-12-12 16:30:51 -08:00

README.md

base-runner

Base image for fuzzer runners.

docker run -ti ossfuzz/base-runner <command> <args>

Commands

Command Description
run_fuzzer <fuzzer_name> <fuzzer_options> runs specified fuzzer combining options with .options file
test_all runs every binary in /out as a fuzzer for a while to ensure it works.