2015-08-01 |
Kostya Serebryany | [libFuzzer] start refactoring the Mutator and adding...
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] limit the size of the inputs printed to...
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] minimal documentation on data-flow-guided...
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] make sure that 2-byte arguments of switch...
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] record traces from the switch statements...
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] support switch interception in dfsan mode
|
commit | commitdiff | tree |
2015-07-31 |
Kostya Serebryany | [libFuzzer] trace switch statements and apply mutations...
|
commit | commitdiff | tree |
2015-07-30 |
Kostya Serebryany | [libFuzzer] fix the strncmp interceptor -- it should...
|
commit | commitdiff | tree |
2015-07-30 |
Kostya Serebryany | [libFuzzer] implement strncmp hook for data-flow-guided...
|
commit | commitdiff | tree |
2015-07-30 |
Kostya Serebryany | [libFuzzer] implement memcmp hook for data-flow-guided...
|
commit | commitdiff | tree |
2015-07-28 |
Kostya Serebryany | [libFuzzer] ensure that the dfsan tracing hooks actually...
|
commit | commitdiff | tree |
2015-07-28 |
Kostya Serebryany | [libFuzzer] when using cmp traces, first check that...
|
commit | commitdiff | tree |
2015-07-24 |
Kostya Serebryany | [libFuzzer] allow users to supply their own implementation...
|
commit | commitdiff | tree |
2015-07-23 |
Kostya Serebryany | [libFuzzer] dump long running units to disk
|
commit | commitdiff | tree |
2015-07-18 |
Kostya Serebryany | [libFuzzer] require the files and directories passed...
|
commit | commitdiff | tree |
2015-05-30 |
Kostya Serebryany | [lib/Fuzzer] make assertions more informative and update...
|
commit | commitdiff | tree |
2015-05-29 |
Kostya Serebryany | [lib/Fuzzer] relax an assertion
|
commit | commitdiff | tree |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] make the fuzzing timeout 1200 seconds...
|
commit | commitdiff | tree |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] fix docs
|
commit | commitdiff | tree |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] fix build with assertions
|
commit | commitdiff | tree |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] doxygen-ify the comments for the user...
|
commit | commitdiff | tree |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] fully get rid of std::cerr in libFuzzer
|
commit | commitdiff | tree |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] start getting rid of std::cerr. Sadly...
|
commit | commitdiff | tree |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental...
|
commit | commitdiff | tree |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] mention the user-supplied mutators
|
commit | commitdiff | tree |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] extend the fuzzer interface to allow user...
|
commit | commitdiff | tree |
2015-05-21 |
Kostya Serebryany | [lib/Fuzzer] ignore flags that start with --; use git...
|
commit | commitdiff | tree |
2015-05-20 |
Kostya Serebryany | [lib/Fuzzer] more docs
|
commit | commitdiff | tree |
2015-05-19 |
Kostya Serebryany | [lib/Fuzzer] change the meaning of -timeout flag: now...
|
commit | commitdiff | tree |
2015-05-19 |
Kostya Serebryany | [lib/Fuzzer] more efficient reload logic; also don...
|
commit | commitdiff | tree |
2015-05-18 |
Kostya Serebryany | [lib/Fuzzer] when -sync_command=<CMD> is given, periodically...
|
commit | commitdiff | tree |
2015-05-14 |
Kostya Serebryany | [lib/Fuzzer] Add SHA1 implementation from public domain.
|
commit | commitdiff | tree |
2015-05-13 |
Kostya Serebryany | [lib/Fuzzer] update docs about test corpuses in git
|
commit | commitdiff | tree |
2015-05-13 |
Kostya Serebryany | [lib/Fuzzer] enable -use_counters=1 by default
|
commit | commitdiff | tree |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] A simple script to synchronise a fuzz...
|
commit | commitdiff | tree |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] use sha1sum for the file hash
|
commit | commitdiff | tree |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] guess the right number of workers if ...
|
commit | commitdiff | tree |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces...
|
commit | commitdiff | tree |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] detach the pulse thread instad of joining it
|
commit | commitdiff | tree |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] don't record traces when trace collection...
|
commit | commitdiff | tree |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] when running multiple fuzzing processes...
|
commit | commitdiff | tree |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState...
|
commit | commitdiff | tree |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] add a trace-based mutatation logic. Same...
|
commit | commitdiff | tree |
2015-05-08 |
Kostya Serebryany | [lib/Fuzzer] build tests that work well with dfsan...
|
commit | commitdiff | tree |
2015-05-08 |
Kostya Serebryany | [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
|
commit | commitdiff | tree |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] change the way we use taint information...
|
commit | commitdiff | tree |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] minor refactoring/simplification, NFC
|
commit | commitdiff | tree |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the...
|
commit | commitdiff | tree |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its contents...
|
commit | commitdiff | tree |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] add a fuzzer test for memcmp (does not...
|
commit | commitdiff | tree |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput...
|
commit | commitdiff | tree |
2015-05-05 |
Kostya Serebryany | [lib/Fuzzer] on crash print the contents of the crashy...
|
commit | commitdiff | tree |
2015-05-05 |
Kostya Serebryany | [lib/Fuzzer] use handle_abort=1 by default so that...
|
commit | commitdiff | tree |
2015-04-10 |
Kostya Serebryany | [lib/Fuzzer] Section: How good is my fuzzer?
|
commit | commitdiff | tree |
2015-04-10 |
Kostya Serebryany | [lib/Fuzzer] explain compatibility with AFL
|
commit | commitdiff | tree |
2015-04-08 |
Kostya Serebryany | [lib/Fuzzer] show how to find Heartbleed with LibFuzzer
|
commit | commitdiff | tree |
2015-04-01 |
Kostya Serebryany | [fuzzer] document the -tokens flag. Also change the...
|
commit | commitdiff | tree |
2015-03-31 |
Kostya Serebryany | [fuzzer] more documentation
|
commit | commitdiff | tree |
2015-03-31 |
Kostya Serebryany | [fuzzer] Add support for token-based fuzzing (e.g....
|
commit | commitdiff | tree |
2015-03-30 |
Kostya Serebryany | Move lib/Fuzzer docs from a README.txt to a proper...
|
commit | commitdiff | tree |
2015-03-30 |
Kostya Serebryany | [fuzzer] when a single unit takes over 1 second to...
|
commit | commitdiff | tree |
2015-03-30 |
Kostya Serebryany | [fuzzer] print various stats in a unified way
|
commit | commitdiff | tree |
2015-03-30 |
Kostya Serebryany | DFSan-based fuzzer (proof of concept).
|
commit | commitdiff | tree |
2015-03-21 |
Kostya Serebryany | [sanitizer] experimental tracing for cmp instructions
|
commit | commitdiff | tree |
2015-03-17 |
Kostya Serebryany | [asan] remove redundant ifndefs. NFC
|
commit | commitdiff | tree |
2015-03-10 |
Kostya Serebryany | [sanitizer] fix instrumentation with -mllvm -sanitizer...
|
commit | commitdiff | tree |
2015-03-10 |
Kostya Serebryany | [sanitizer] decrease sanitizer-coverage-block-threshold...
|
commit | commitdiff | tree |
2015-03-05 |
Kostya Serebryany | [sanitizer] add nosanitize metadata to more coverage...
|
commit | commitdiff | tree |
2015-03-03 |
Kostya Serebryany | [sanitizer/coverage] Add AFL-style coverage counters...
|
commit | commitdiff | tree |
2015-02-20 |
Kostya Serebryany | [fuzzer] one more experimental search mode: -use_coverage_pa...
|
commit | commitdiff | tree |
2015-02-20 |
Kostya Serebryany | [sanitizer] fix a test broken by r229940
|
commit | commitdiff | tree |
2015-02-20 |
Kostya Serebryany | [sanitizer] when dumping the basic block trace, also...
|
commit | commitdiff | tree |
2015-02-19 |
Kostya Serebryany | [fuzzer] split main() into FuzzerDriver() that takes...
|
commit | commitdiff | tree |
2015-02-19 |
Kostya Serebryany | [fuzzer] properly annotate fallthrough, add one more...
|
commit | commitdiff | tree |
2015-02-06 |
Kostya Serebryany | [fuzzer] move default sanitizer options to a separate...
|
commit | commitdiff | tree |
2015-02-04 |
Kostya Serebryany | [fuzzer] add flag prefer_small_during_initial_shuffle...
|
commit | commitdiff | tree |
2015-02-04 |
Kostya Serebryany | [fuzzer] add -runs=N to limit the number of runs per...
|
commit | commitdiff | tree |
2015-02-04 |
Kostya Serebryany | [fuzzer] make multi-process execution more verbose...
|
commit | commitdiff | tree |
2015-02-04 |
Kostya Serebryany | [fuzzer]: fix exit code, add more diagnostics
|
commit | commitdiff | tree |
2015-02-04 |
Kostya Serebryany | [sanitizer] add another workaround for PR 17409: when...
|
commit | commitdiff | tree |
2015-02-03 |
Kostya Serebryany | [fuzzer] Add proper dependensices to the fuzzer tests
|
commit | commitdiff | tree |
2015-02-03 |
Kostya Serebryany | [fuzzer] update the include line to use the new header...
|
commit | commitdiff | tree |
2015-01-31 |
Kostya Serebryany | [fuzzer] add flags to run fuzzer in multiple parallel...
|
commit | commitdiff | tree |
2015-01-30 |
Kostya Serebryany | [fuzzer] Add a gtest-style test
|
commit | commitdiff | tree |
2015-01-29 |
Kostya Serebryany | [fuzzer] add -use_full_coverage_set=1 which solves...
|
commit | commitdiff | tree |
2015-01-29 |
Kostya Serebryany | [fuzzer] fix warning in a test
|
commit | commitdiff | tree |
2015-01-29 |
Kostya Serebryany | [fuzzer] minor cleanup based on reviews: remove redundant...
|
commit | commitdiff | tree |
2015-01-29 |
Kostya Serebryany | [fuzzer] add FAQ section to the README.txt
|
commit | commitdiff | tree |
2015-01-28 |
Kostya Serebryany | [fuzzer] add option -save_minimized_corpus
|
commit | commitdiff | tree |
2015-01-28 |
Kostya Serebryany | Add lit-style tests for the Fuzzer library
|
commit | commitdiff | tree |
2015-01-28 |
Kostya Serebryany | [fuzzer] instructions for building/running clang-format...
|
commit | commitdiff | tree |
2015-01-27 |
Kostya Serebryany | [fuzzer] properly enable asan's coverage feedback
|
commit | commitdiff | tree |
2015-01-27 |
Kostya Serebryany | Add a Fuzzer library
|
commit | commitdiff | tree |
2015-01-27 |
Kostya Serebryany | Add cmake flag LLVM_USE_SANITIZE_COVERAGE
|
commit | commitdiff | tree |
2015-01-03 |
Kostya Serebryany | [asan] simplify the tracing code, make it use the same...
|
commit | commitdiff | tree |
2014-12-30 |
Kostya Serebryany | [asan] change _sanitizer_cov_module_init to accept...
|
commit | commitdiff | tree |
2014-12-23 |
Kostya Serebryany | [asan] change the coverage collection scheme so that...
|
commit | commitdiff | tree |
2014-12-17 |
Kostya Serebryany | [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize...
|
commit | commitdiff | tree |
2014-12-16 |
Kostya Serebryany | [sanitizer] prevent function call merging for sanitizer...
|
commit | commitdiff | tree |
2014-12-03 |
Kostya Serebryany | [msan] allow -fsanitize-coverage=N together with -fsanitize...
|
commit | commitdiff | tree |
next |