Sign in
chromium
/
chromium
/
llvm-project
/
llvm
/
lib
/
Fuzzer
Clone this repo:
Branches
master
8dcc824
[libFuzzer] use a valid ASCII string for a dummy seed corpus
by kcc
· 2 days ago
master
5d60479
[libFuzzer] use less stack
by kcc
· 3 days ago
13a5767
[libFuzzer] do not initialize parts of TracePC -- let them be initialized by the linker. Add no-msan attribute to the memcmp hook.
by kcc
· 3 days ago
61f251f
[libFuzzer] fix -error_exitcode=N, now with a test
by kcc
· 11 days ago
c951b69
[libFuzzer] enable use_cmp by default
by kcc
· 3 weeks ago
2ed967c
[libFuzzer] speculatively trying to fix the Mac build; second attempt
by kcc
· 3 weeks ago
bb63e2f
[libFuzzer] revert 285259 -- hit commit too soon
by kcc
· 3 weeks ago
ef7f803
[libFuzzer] speculatively trying to fix the Mac build
by kcc
· 3 weeks ago
ac28d51
[libFuzzer] simplify TracePC::HandleTrace even further. Also, when dealing with -exit_on_src_pos, symbolize every PC only once
by kcc
· 3 weeks ago
2688575
[libFuzzer] simplify the code in TracePC::HandleTrace a bit more
by kcc
· 3 weeks ago
f84f099
[libFuzzer] simplify the code to print new PCs
by kcc
· 3 weeks ago
e40c0c8
[libFuzzer] simplify the code in TracePC::HandleTrace
by kcc
· 3 weeks ago
2e885ee
[libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
by kcc
· 3 weeks ago
f6a671b
[libFuzzer] when mutating based on CMP traces also try adding +/- 1 to the desired bytes. Add another test for use_cmp
by kcc
· 3 weeks ago
0a3128c
[libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test
by kcc
· 3 weeks ago
d251c9e
[libFuzzer] mutation: insert the size of the input in bytes as one of the ways to mutate a binary integer
by kcc
· 3 weeks ago
430e884
[libFuzzer] typo in a test
by kcc
· 3 weeks ago
1280874
[libFuzzer] add a test for asan's strict_string_checks=1
by kcc
· 3 weeks ago
e7c170e
Fix -Wunused-variable warning in libFuzzer
by rnk
· 3 weeks ago
a85f973
[libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files.
by kcc
· 4 weeks ago
Next »