This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
14f94de1ee6487f2f254709383258aaa095b4cfe
clang-p2996
/
llvm
/
lib
/
Fuzzer
History
Kostya Serebryany
ca6a2a2f1c
[lib/Fuzzer] on crash print the contents of the crashy input as base64
...
llvm-svn: 236548
2015-05-05 21:59:51 +00:00
..
test
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags.
2015-03-31 20:13:20 +00:00
CMakeLists.txt
Removing a spurious space; NFC.
2015-04-06 16:09:13 +00:00
cxx_fuzzer_tokens.txt
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags.
2015-03-31 20:13:20 +00:00
dfsan_fuzzer_abi.list
DFSan-based fuzzer (proof of concept).
2015-03-30 22:09:51 +00:00
FuzzerCrossOver.cpp
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset.
2015-01-29 16:58:29 +00:00
FuzzerDFSan.cpp
DFSan-based fuzzer (proof of concept).
2015-03-30 22:09:51 +00:00
FuzzerDriver.cpp
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags.
2015-03-31 20:13:20 +00:00
FuzzerFlags.def
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags.
2015-03-31 20:13:20 +00:00
FuzzerInterface.h
[fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file
2015-02-19 18:45:37 +00:00
FuzzerInternal.h
[lib/Fuzzer] on crash print the contents of the crashy input as base64
2015-05-05 21:59:51 +00:00
FuzzerIO.cpp
[lib/Fuzzer] on crash print the contents of the crashy input as base64
2015-05-05 21:59:51 +00:00
FuzzerLoop.cpp
[lib/Fuzzer] on crash print the contents of the crashy input as base64
2015-05-05 21:59:51 +00:00
FuzzerMain.cpp
[fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file
2015-02-19 18:45:37 +00:00
FuzzerMutate.cpp
[fuzzer] properly annotate fallthrough, add one more entry to FAQ
2015-02-19 18:21:12 +00:00
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
FuzzerUtil.cpp
[fuzzer] document the -tokens flag. Also change the diagnostic output
2015-04-01 21:33:20 +00:00
README.txt
Move lib/Fuzzer docs from a README.txt to a proper .rst file.
2015-03-30 23:05:30 +00:00
README.txt
Move to http://llvm.org/docs/LibFuzzer.html
Reference in New Issue
View Git Blame
Copy Permalink