Clone this repo:

Branches

  1. 8dcc824 [libFuzzer] use a valid ASCII string for a dummy seed corpus by kcc · 2 days ago master
  2. 5d60479 [libFuzzer] use less stack by kcc · 3 days ago
  3. 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
  4. 61f251f [libFuzzer] fix -error_exitcode=N, now with a test by kcc · 11 days ago
  5. c951b69 [libFuzzer] enable use_cmp by default by kcc · 3 weeks ago
  6. 2ed967c [libFuzzer] speculatively trying to fix the Mac build; second attempt by kcc · 3 weeks ago
  7. bb63e2f [libFuzzer] revert 285259 -- hit commit too soon by kcc · 3 weeks ago
  8. ef7f803 [libFuzzer] speculatively trying to fix the Mac build by kcc · 3 weeks ago
  9. 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
  10. 2688575 [libFuzzer] simplify the code in TracePC::HandleTrace a bit more by kcc · 3 weeks ago
  11. f84f099 [libFuzzer] simplify the code to print new PCs by kcc · 3 weeks ago
  12. e40c0c8 [libFuzzer] simplify the code in TracePC::HandleTrace by kcc · 3 weeks ago
  13. 2e885ee [libFuzzer] add StandaloneFuzzTargetMain.c and a test for it by kcc · 3 weeks ago
  14. 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
  15. 0a3128c [libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test by kcc · 3 weeks ago
  16. 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
  17. 430e884 [libFuzzer] typo in a test by kcc · 3 weeks ago
  18. 1280874 [libFuzzer] add a test for asan's strict_string_checks=1 by kcc · 3 weeks ago
  19. e7c170e Fix -Wunused-variable warning in libFuzzer by rnk · 3 weeks ago
  20. a85f973 [libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files. by kcc · 4 weeks ago