llvm-6502/lib/Fuzzer
2015-05-23 02:12:05 +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
cxx_fuzzer_tokens.txt
FuzzerCrossOver.cpp
FuzzerDriver.cpp [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +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
FuzzerInterface.h [lib/Fuzzer] doxygen-ify the comments for the user interface 2015-05-23 02:12:05 +00:00
FuzzerInternal.h [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +00:00
FuzzerIO.cpp [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. 2015-05-23 01:07:46 +00:00
FuzzerLoop.cpp [lib/Fuzzer] fully get rid of std::cerr in libFuzzer 2015-05-23 01:22:35 +00:00
FuzzerMain.cpp
FuzzerMutate.cpp
FuzzerSanitizerOptions.cpp
FuzzerSHA1.cpp
FuzzerTraceState.cpp [lib/Fuzzer] fully get rid of std::cerr in libFuzzer 2015-05-23 01:22:35 +00:00
FuzzerUtil.cpp [lib/Fuzzer] fully get rid of std::cerr in libFuzzer 2015-05-23 01:22:35 +00:00
pull_and_push_fuzz_corpus.sh
README.txt

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