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
/
compiler-rt
/
lib
/
fuzzer
History
Vitaly Buka
facf22b8b0
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
..
afl
…
dataflow
[libfuzzer] Disable failing DFSan-related tests
2021-06-19 01:09:19 +00:00
scripts
[NFC][Py Reformat] Reformat python files in the rest of the dirs
2023-05-25 11:17:05 +02:00
standalone
…
tests
[compiler-rt] [test] [fuzzer] Don't pass msvc/clang-cl specific flags to mingw tools
2023-04-06 11:07:42 +03:00
build.sh
Revert "Refactor mutation strategies into a standalone library"
2021-07-02 09:45:11 -07:00
CMakeLists.txt
[CMake] Option to select C++ library for runtimes that use it
2022-07-08 22:10:24 +00:00
FuzzerBuiltins.h
[crt][fuzzer] Fix up various numeric conversions
2021-03-11 16:01:28 -08:00
FuzzerBuiltinsMsvc.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerCommand.h
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerCorpus.h
[libfuzzer] avoid unneccessary auto-copy
2023-04-26 19:06:40 -07:00
FuzzerCrossOver.cpp
Revert "Refactor mutation strategies into a standalone library"
2021-07-02 09:45:11 -07:00
FuzzerDataFlowTrace.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerDataFlowTrace.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerDefs.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerDictionary.h
[libFuzzer] Fix two typos
2021-10-01 13:15:43 +02:00
FuzzerDriver.cpp
[fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cpp
2023-04-11 20:31:08 -04:00
FuzzerExtFunctions.def
…
FuzzerExtFunctions.h
…
FuzzerExtFunctionsDlsym.cpp
…
FuzzerExtFunctionsWeak.cpp
…
FuzzerExtFunctionsWindows.cpp
…
FuzzerExtraCounters.cpp
Enable extra coverage counters on Windows
2021-08-05 11:40:15 -07:00
FuzzerExtraCountersDarwin.cpp
[libFuzzer] Add missing include on Darwin.
2021-08-05 12:27:13 -07:00
FuzzerExtraCountersWindows.cpp
[fuzzer] Fix building on case sensitive mingw platforms
2021-08-06 08:53:13 +03:00
FuzzerFlags.def
Redistribute energy for Corpus
2021-09-08 09:22:45 -07:00
FuzzerFork.cpp
Adding missing colon
2023-01-19 20:57:12 -08:00
FuzzerFork.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerInterceptors.cpp
[fuzzer] Fix build on musl
2021-06-13 12:32:07 -07:00
FuzzerInterface.h
…
FuzzerInternal.h
[libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer' (NFC)
2023-03-10 14:52:28 +08:00
FuzzerIO.cpp
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07:00
FuzzerIO.h
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07:00
FuzzerIOPosix.cpp
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerIOWindows.cpp
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerLoop.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerMain.cpp
…
FuzzerMerge.cpp
[libfuzzer] add test of cov file-id in control file
2023-03-22 22:55:48 -07:00
FuzzerMerge.h
Greedy set cover implementation of
Merger::Merge
2021-09-07 09:42:38 -07:00
FuzzerMutate.cpp
[libfuzzer] avoid unneccessary copy
2023-03-09 22:11:48 -08:00
FuzzerMutate.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerOptions.h
Redistribute energy for Corpus
2021-09-08 09:22:45 -07:00
FuzzerPlatform.h
…
FuzzerRandom.h
Revert "Refactor mutation strategies into a standalone library"
2021-07-02 09:45:11 -07:00
FuzzerSHA1.cpp
[crt][fuzzer] Fix up various numeric conversions
2021-03-11 16:01:28 -08:00
FuzzerSHA1.h
…
FuzzerTracePC.cpp
[libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPc
2022-02-22 16:25:57 -08:00
FuzzerTracePC.h
[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names are not required any more since we now build with a private version of libc++. Fix some of the 81+ character lines. Mechanical change, NFC expected.
2021-08-03 11:31:04 -07:00
FuzzerUtil.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtil.h
[fuzzer] Don't hard-code page size in FuzzerUtil.h
2023-05-25 20:24:24 -07:00
FuzzerUtilDarwin.cpp
…
FuzzerUtilFuchsia.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtilLinux.cpp
[Libfuzzer] Include signal.h for SIGINT
2022-09-04 11:31:15 -05:00
FuzzerUtilPosix.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerUtilWindows.cpp
[fuzzer] Platfom specific version of PageSize
2023-05-25 21:00:14 -07:00
FuzzerValueBitMap.h
…
README.txt
…
README.txt
See http://llvm.org/docs/LibFuzzer.html