Home
last modified time | relevance | path

Searched refs:run_fuzzer (Results 1 – 9 of 9) sorted by relevance

/external/oss-fuzz/infra/base-images/base-runner/
Dbad_build_check96 …=1 AFL_NO_UI=1 SKIP_SEED_CORPUS=1 timeout --preserve-status -s INT 20s run_fuzzer $FUZZER_NAME &>$…
104 SKIP_SEED_CORPUS=1 timeout --preserve-status -s INT 20s run_fuzzer $FUZZER_NAME &>$FUZZER_OUTPUT
136 SKIP_SEED_CORPUS=1 run_fuzzer $FUZZER_NAME -seed=1337 -runs=$MIN_NUMBER_OF_RUNS &>$FUZZER_OUTPUT
142 …=1 AFL_NO_UI=1 SKIP_SEED_CORPUS=1 timeout --preserve-status -s INT 20s run_fuzzer $FUZZER_NAME &>$…
Dreproduce34 run_fuzzer $FUZZER $@ $TESTCASE
DREADME.md13 | `run_fuzzer <fuzzer_name> <fuzzer_options>` | runs specified fuzzer combining options with `.opti…
DDockerfile103 run_fuzzer \
/external/oss-fuzz/infra/
DREADME.md25 | `run_fuzzer` | Runs a fuzz target in a docker container |
Dhelper.py93 return run_fuzzer(args)
828 def run_fuzzer(args): function
/external/harfbuzz_ng/
DTESTING.md74 sudo python infra/helper.py run_fuzzer harfbuzz hb-subset-fuzzer
/external/oss-fuzz/docs/further-reading/
Dfuzzer_environment.md50 You should ensure that the fuzz target works correctly by using `run_fuzzer`
/external/oss-fuzz/docs/getting-started/
Dnew_project_guide.md350 …$ python infra/helper.py run_fuzzer --corpus-dir=<path-to-temp-corpus-dir> $PROJECT_NAME <fuzz_tar…
355 generated from the previous `run_fuzzer` step in your local corpus directory.
373 of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> cover…