mirror of https://github.com/google/oss-fuzz.git
c0fc3a4ea3 | ||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
llvm-symbolizer | ||
run_fuzzer | ||
test_all |
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. |