llvm-6502/lib/Fuzzer
2015-05-22 22:47:03 +00:00
..
test [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
CMakeLists.txt [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators 2015-05-22 22:35:31 +00:00
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators 2015-05-22 22:35:31 +00:00
FuzzerDriver.cpp [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
FuzzerFlags.def [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
FuzzerInterface.cpp [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators 2015-05-22 22:35:31 +00:00
FuzzerInterface.h [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators 2015-05-22 22:35:31 +00:00
FuzzerInternal.h [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
FuzzerIO.cpp [lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD CORPUS' to synchronize with other processes 2015-05-18 21:34:20 +00:00
FuzzerLoop.cpp [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale 2015-05-22 22:47:03 +00:00
FuzzerMain.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
FuzzerMutate.cpp [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators 2015-05-22 22:35:31 +00:00
FuzzerSanitizerOptions.cpp
FuzzerSHA1.cpp [lib/Fuzzer] Add SHA1 implementation from public domain. 2015-05-14 22:41:49 +00:00
FuzzerTraceState.cpp [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan) 2015-05-12 01:58:34 +00:00
FuzzerUtil.cpp [lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD CORPUS' to synchronize with other processes 2015-05-18 21:34:20 +00:00
pull_and_push_fuzz_corpus.sh [lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead of just git pull 2015-05-21 20:39:13 +00:00
README.txt

Move to http://llvm.org/docs/LibFuzzer.html