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
c8a0e27cfb8311cdacbc6509cb3a7bf4e055affd
clang-p2996
/
compiler-rt
/
lib
/
fuzzer
History
Jim Lin
1bd433bdff
[compiler-rt][NFC] Fix typo in comment
2020-11-02 13:05:03 +08:00
..
afl
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
dataflow
[DFSan] Add efficient fast16labels instrumentation mode.
2020-07-29 18:58:47 +00:00
scripts
…
standalone
…
tests
[tests][libFuzzer] Fix
-Wmissing-field-initializers
after D86092
2020-09-04 13:07:44 -04:00
build.sh
…
CMakeLists.txt
[CMake] Avoid accidental C++ standard library dependency in sanitizers
2020-10-31 02:37:38 -07:00
FuzzerBuiltins.h
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerBuiltinsMsvc.h
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerCommand.h
…
FuzzerCorpus.h
[libFuzzer] Scale energy assigned to each input based on input execution time.
2020-09-03 20:38:20 +00:00
FuzzerCrossOver.cpp
…
FuzzerDataFlowTrace.cpp
[DFSan] Add efficient fast16labels instrumentation mode.
2020-07-29 18:58:47 +00:00
FuzzerDataFlowTrace.h
…
FuzzerDefs.h
Revert "[libFuzzer] Expose fuzzer::FuzzerDriver()"
2020-07-23 17:07:55 -07:00
FuzzerDictionary.h
…
FuzzerDriver.cpp
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerExtFunctions.def
…
FuzzerExtFunctions.h
…
FuzzerExtFunctionsDlsym.cpp
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerExtFunctionsWeak.cpp
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerExtFunctionsWindows.cpp
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerExtraCounters.cpp
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerFlags.def
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerFork.cpp
[libFuzzer] Add an option to keep initial seed inputs around.
2020-09-03 15:54:39 +00:00
FuzzerFork.h
…
FuzzerInterceptors.cpp
[libFuzzer] Break dependency on common_interface_defs.h
2020-09-01 15:35:14 -07:00
FuzzerInterface.h
…
FuzzerInternal.h
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerIO.cpp
[libFuzzer] Add a command-line option for tracing mutation of corpus inputs in the dot graph format.
2020-09-09 03:28:53 +00:00
FuzzerIO.h
[libFuzzer] Add a command-line option for tracing mutation of corpus inputs in the dot graph format.
2020-09-09 03:28:53 +00:00
FuzzerIOPosix.cpp
[compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc
2020-10-12 09:57:12 -07:00
FuzzerIOWindows.cpp
[libFuzzer] Error and exit if user supplied fuzzer writeable directories don't exist
2020-08-26 09:27:07 -07:00
FuzzerLoop.cpp
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerMain.cpp
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerMerge.cpp
…
FuzzerMerge.h
[libFuzzer] Fixed description of fuzzer merge control file.
2020-05-29 16:00:26 -07:00
FuzzerMutate.cpp
[libfuzzer] Reduce default verbosity when printing large mutation sequences
2020-09-16 09:20:57 -07:00
FuzzerMutate.h
[compiler-rt][NFC] Fix typo in comment
2020-11-02 13:05:03 +08:00
FuzzerOptions.h
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerPlatform.h
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerRandom.h
…
FuzzerSHA1.cpp
[libFuzzer] Fix compilation error by including missing platform macro definitions.
2020-07-14 22:26:50 +00:00
FuzzerSHA1.h
…
FuzzerTracePC.cpp
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerTracePC.h
[libFuzzer] Added -print_full_coverage flag.
2020-10-23 16:05:54 -07:00
FuzzerUtil.cpp
Fix UB in compiler-rt base64 implementation
2020-03-03 13:28:32 +01:00
FuzzerUtil.h
[libFuzzer] Fix endianness issue in ForEachNonZeroByte()
2020-08-04 21:53:27 +02:00
FuzzerUtilDarwin.cpp
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
FuzzerUtilFuchsia.cpp
[libFuzzer] Remove InterruptHandler from Fuchsia implementation
2020-10-29 00:02:31 -07:00
FuzzerUtilLinux.cpp
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerUtilPosix.cpp
[Sanitizers] Remove OpenBSD support (new attempt)
2020-10-20 11:16:09 +01:00
FuzzerUtilWindows.cpp
[libFuzzer] Fix minimizing timeouts
2020-08-11 22:16:12 +02:00
FuzzerValueBitMap.h
[libFuzzer] Separate platform related macros out from FuzzerDefs.h into FuzzerPlatform.h, and adjust includes in other files.
2020-07-14 21:31:56 +00:00
README.txt
…
README.txt
See http://llvm.org/docs/LibFuzzer.html
Reference in New Issue
View Git Blame
Copy Permalink