oss-fuzz/infra/base-images/base-runner
Mike Aizatsky c0fc3a4ea3 [infra] moving symbolizer to base runner 2016-11-21 12:35:58 -08:00
..
Dockerfile [infra] moving symbolizer to base runner 2016-11-21 12:35:58 -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] extracting base-runner image 2016-11-18 14:53:09 -08:00
test_all [infra] extracting base-runner image 2016-11-18 14:53:09 -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.