Searched refs:run_fuzzer (Results 1 – 8 of 8) sorted by relevance
94 …=1 AFL_NO_UI=1 SKIP_SEED_CORPUS=1 timeout --preserve-status -s INT 20s run_fuzzer $FUZZER_NAME &>$…131 …=1 AFL_NO_UI=1 SKIP_SEED_CORPUS=1 timeout --preserve-status -s INT 20s run_fuzzer $FUZZER_NAME &>$…
13 | `run_fuzzer <fuzzer_name> <fuzzer_options>` | runs specified fuzzer combining options with `.opti…
50 run_fuzzer \
25 | `run_fuzzer` | Runs a fuzz target in a docker container |
202 return run_fuzzer(args)733 def run_fuzzer(args): function
74 sudo python infra/helper.py run_fuzzer harfbuzz hb-subset-fuzzer
50 You should ensure that the fuzz target works correctly by using `run_fuzzer`
297 $ python infra/helper.py run_fuzzer $PROJECT_NAME <fuzz_target>313 of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> cover…