This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-03-04 10:30:30 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Fuzzer
History
Kostya Serebryany
531e48b45b
[libFuzzer] speculatively trying to fix the Mac build; second attempt
...
llvm-svn: 285262
2016-10-27 00:36:38 +00:00
..
afl
…
standalone
[libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
2016-10-25 22:30:34 +00:00
test
[libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
2016-10-25 22:30:34 +00:00
build.sh
[libFuzzer] when shrinking the corpus, delete evicted files previously created by the current process
2016-10-08 23:24:45 +00:00
CMakeLists.txt
…
cxx.dict
…
FuzzerCorpus.h
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP instructions). This is a reincarnation of the previously deleted -use_traces, but using a different approach for collecting traces. Still a toy, but at least it scales well. Also fix -merge in trace-pc-guard mode
2016-10-14 20:20:33 +00:00
FuzzerCrossOver.cpp
…
FuzzerDefs.h
[libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files.
2016-10-19 00:12:03 +00:00
FuzzerDictionary.h
[libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test
2016-10-25 02:04:43 +00:00
FuzzerDriver.cpp
[libFuzzer] detect leaks after every run when executing fixed inputs (./fuzzer -runs=1000000 my-file)
2016-10-18 18:38:08 +00:00
FuzzerExtFunctions.def
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still works with the new one (trace-pc-guard)
2016-09-30 01:24:57 +00:00
FuzzerExtFunctions.h
…
FuzzerExtFunctionsDlsym.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerExtFunctionsWeak.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerFlags.def
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP instructions). This is a reincarnation of the previously deleted -use_traces, but using a different approach for collecting traces. Still a toy, but at least it scales well. Also fix -merge in trace-pc-guard mode
2016-10-14 20:20:33 +00:00
FuzzerFnAdapter.h
…
FuzzerInterface.h
…
FuzzerInternal.h
[libFuzzer] simplify the code to print new PCs
2016-10-26 00:20:51 +00:00
FuzzerIO.cpp
[libFuzzer] when shrinking the corpus, delete evicted files previously created by the current process
2016-10-08 23:24:45 +00:00
FuzzerLoop.cpp
[libFuzzer] simplify TracePC::HandleTrace even further. Also, when dealing with -exit_on_src_pos, symbolize every PC only once
2016-10-26 18:52:04 +00:00
FuzzerMain.cpp
…
FuzzerMutate.cpp
[libFuzzer] when mutating based on CMP traces also try adding +/- 1 to the desired bytes. Add another test for use_cmp
2016-10-25 20:15:15 +00:00
FuzzerMutate.h
[libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test
2016-10-25 02:04:43 +00:00
FuzzerOptions.h
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP instructions). This is a reincarnation of the previously deleted -use_traces, but using a different approach for collecting traces. Still a toy, but at least it scales well. Also fix -merge in trace-pc-guard mode
2016-10-14 20:20:33 +00:00
FuzzerRandom.h
[libFuzzer] when mutating based on CMP traces also try adding +/- 1 to the desired bytes. Add another test for use_cmp
2016-10-25 20:15:15 +00:00
FuzzerSHA1.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerTracePC.cpp
[libFuzzer] speculatively trying to fix the Mac build; second attempt
2016-10-27 00:36:38 +00:00
FuzzerTracePC.h
[libFuzzer] speculatively trying to fix the Mac build; second attempt
2016-10-27 00:36:38 +00:00
FuzzerTraceState.cpp
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP instructions). This is a reincarnation of the previously deleted -use_traces, but using a different approach for collecting traces. Still a toy, but at least it scales well. Also fix -merge in trace-pc-guard mode
2016-10-14 20:20:33 +00:00
FuzzerUtil.cpp
[libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files.
2016-10-19 00:12:03 +00:00
FuzzerUtilDarwin.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerUtilLinux.cpp
[libFuzzer] more refactoring
2016-09-21 21:17:23 +00:00
FuzzerValueBitMap.h
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
2016-10-05 22:56:21 +00:00
README.txt
…
README.txt
Move to http://llvm.org/docs/LibFuzzer.html