llvm/lib/Fuzzer
2016-09-18 21:47:08 +00:00
..
afl [libFuzzer] extend the messages printed by afl_driver 2016-07-19 23:18:28 +00:00
test [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
CMakeLists.txt [libFuzzer] use __attribute__((target("popcnt"))) only on x86_64 2016-08-24 01:38:42 +00:00
cxx.dict
FuzzerCrossOver.cpp
FuzzerDFSan.h
FuzzerDriver.cpp [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerExtFunctions.def [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more useful: print PCs only after the initial corpus has been read and symbolize them 2016-08-25 22:35:08 +00:00
FuzzerExtFunctions.h [LibFuzzer] Declare and use sanitizer functions in `fuzzer::ExternalFunctions` 2016-06-07 23:32:50 +00:00
FuzzerExtFunctionsDlsym.cpp [LibFuzzer] Reimplement how the optional user functions are called. 2016-06-02 05:48:02 +00:00
FuzzerExtFunctionsWeak.cpp [LibFuzzer] Reimplement how the optional user functions are called. 2016-06-02 05:48:02 +00:00
FuzzerFlags.def [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerFnAdapter.h [LibFuzzer] Add missing #include<string> 2016-05-26 21:54:25 +00:00
FuzzerInterface.h [libfuzzer] custom crossover interface function. 2016-06-07 20:22:15 +00:00
FuzzerInternal.h [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerIO.cpp [LibFuzzer] Declare and use sanitizer functions in `fuzzer::ExternalFunctions` 2016-06-07 23:32:50 +00:00
FuzzerLoop.cpp [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerMain.cpp [LibFuzzer] Reimplement how the optional user functions are called. 2016-06-02 05:48:02 +00:00
FuzzerMutate.cpp [libFuzzer] fix the non-debug build warnings 2016-08-19 20:57:09 +00:00
FuzzerSHA1.cpp
FuzzerTracePC.cpp [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerTraceState.cpp [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly better 2016-09-09 01:17:03 +00:00
FuzzerUtil.cpp [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
FuzzerUtilDarwin.cpp [LibFuzzer] Fix -jobs=<N> where <N> > 1 and the number of workers is > 1 on macOS. 2016-08-12 18:29:36 +00:00
FuzzerUtilLinux.cpp [LibFuzzer] Fix -jobs=<N> where <N> > 1 and the number of workers is > 1 on macOS. 2016-08-12 18:29:36 +00:00
FuzzerValueBitMap.h [libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guard heuristic for 8-bit counters to look more like in AFL (not that it's provable better, but the existin test preferes this heuristic) 2016-09-15 04:36:45 +00:00
README.txt

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