Lines Matching refs:fuzzing
12 (fuzzing) of other libraries. The typical workflow looks like this:
74 …artifact_prefix "" Write fuzzing artifacts (crash, timeout, or slow inp…
191 git clone https://github.com/kcc/fuzzing-with-sanitizers.git
192 ./pcre_fuzzer ./fuzzing-with-sanitizers/pcre2/C1/
208 fuzzing with AddressSanitizer can find Heartbleed. Indeed, here are the step-by-step instructions
295 Data-flow-guided fuzzing
300 and extra run-time flag ``-use_traces=1`` the fuzzer will try to apply *data-flow-guided fuzzing*.
399 git clone https://github.com/kcc/fuzzing-with-sanitizers.git
400 bin/clang-format-fuzzer fuzzing-with-sanitizers/llvm/clang-format/C1
401 bin/clang-fuzzer fuzzing-with-sanitizers/llvm/clang/C1/
402 bin/llvm-as-fuzzer fuzzing-with-sanitizers/llvm/llvm-as/C1 -only_ascii=1
451 execution of one test) the fuzzing results will be unreliable.