llvm-6502/lib/Fuzzer
2015-05-11 23:25:28 +00:00
..
test [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint tracking, try to find the data directly in the input. More (logic and comments) to go. 2015-05-11 20:51:19 +00:00
CMakeLists.txt [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC expected 2015-05-11 21:16:27 +00:00
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp
FuzzerDriver.cpp [lib/Fuzzer] when running multiple fuzzing processes, print something every 10 minutes to avoid buildbot timeouts 2015-05-11 21:31:51 +00:00
FuzzerFlags.def [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint tracking, try to find the data directly in the input. More (logic and comments) to go. 2015-05-11 20:51:19 +00:00
FuzzerInterface.h
FuzzerInternal.h [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC expected 2015-05-11 21:16:27 +00:00
FuzzerIO.cpp [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes 2015-05-08 21:30:55 +00:00
FuzzerLoop.cpp [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC expected 2015-05-11 21:16:27 +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
FuzzerSanitizerOptions.cpp [lib/Fuzzer] use handle_abort=1 by default so that when assert() fires we save the test case 2015-05-05 01:42:55 +00:00
FuzzerTraceState.cpp [lib/Fuzzer] don't record traces when trace collection is off 2015-05-11 23:25:28 +00:00
FuzzerUtil.cpp
README.txt

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