This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Fuzzer
History
Kostya Serebryany
71e0feb1ac
[lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead of just git pull
...
llvm-svn: 237950
2015-05-21 20:39:13 +00:00
..
test
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to every unit of work separately
2015-05-19 22:12:57 +00:00
CMakeLists.txt
[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-14 22:41:49 +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
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
FuzzerDriver.cpp
[lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead of just git pull
2015-05-21 20:39:13 +00:00
FuzzerFlags.def
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to every unit of work separately
2015-05-19 22:12:57 +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] change the meaning of -timeout flag: now timeout is applied to every unit of work separately
2015-05-19 22:12:57 +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] change the meaning of -timeout flag: now timeout is applied to every unit of work separately
2015-05-19 22:12:57 +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
[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
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 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