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
6918dcafe8ea256ae1ff0b51a95d4a5d076cd380
clang-p2996
/
llvm
/
lib
/
Fuzzer
History
Kostya Serebryany
e2d0f63654
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
...
llvm-svn: 280332
2016-09-01 01:22:27 +00:00
..
afl
[libFuzzer] extend the messages printed by afl_driver
2016-07-19 23:18:28 +00:00
test
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
2016-09-01 01:22:27 +00:00
CMakeLists.txt
[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
2016-08-24 01:38:42 +00:00
cxx.dict
[libFuzzer] add AFL-style dictionary for C++, remove the old file with tokens
2015-12-22 01:50:51 +00:00
FuzzerCrossOver.cpp
…
FuzzerDFSan.h
[libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers
2015-11-13 01:54:40 +00:00
FuzzerDriver.cpp
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
2016-09-01 01:22:27 +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 -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
2016-09-01 01:22:27 +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
[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
FuzzerIO.cpp
[LibFuzzer] Declare and use sanitizer functions in `
fuzzer::ExternalFunctions
`
2016-06-07 23:32:50 +00:00
FuzzerLoop.cpp
[libfuzzer] simplified unit truncation; do not write trunc items to disc
2016-08-30 20:49:07 +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 more __attribute__((visibility("default")))
2016-08-18 20:52:52 +00:00
FuzzerTraceState.cpp
[libFuzzer] stop using bits for memcmp's value profile -- seems to blow up the corpus too much
2016-08-30 14:39:33 +00:00
FuzzerUtil.cpp
[libFuzzer] when printing the reproducer input, also print the base input and the mutation sequence
2016-08-17 20:45:23 +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] use __attribute__((target("popcnt"))) only on x86_64
2016-08-24 01:38:42 +00:00
README.txt
…
README.txt
Move to http://llvm.org/docs/LibFuzzer.html
Reference in New Issue
View Git Blame
Copy Permalink