2015-09-11 |
Kostya Serebryany | [libFuzzer] perform fewer crossover operations compared... |
tree | commitdiff |
2015-09-10 |
Kostya Serebryany | [libFuzzer] refactor the code to allow building libFuzz... |
tree | commitdiff |
2015-09-10 |
Kostya Serebryany | [libFuzzer] add two more variants of FuzzerDriver for... |
tree | commitdiff |
2015-09-08 |
Ivan Krasin | [libFuzzer]Add a test for defeating a hash sum. |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove a piece of stale code |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] be more robust when dealing with files... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] better documentatio for -save_minimized_cor... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove -iterations as redundant (there... |
tree | commitdiff |
2015-09-08 |
Kostya Serebryany | [libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger |
tree | commitdiff |
2015-09-04 |
Kostya Serebryany | [libFuzzer] more accurate logic for traces, 80-char fix |
tree | commitdiff |
2015-09-04 |
Kostya Serebryany | [libFuzzer] when a single mutation fails try a few... |
tree | commitdiff |
2015-09-04 |
Kostya Serebryany | [libFuzzer] actually make the dictionaries work (+docs) |
tree | commitdiff |
2015-09-03 |
Kostya Serebryany | [libFuzzer] refactor the mutation functions so that... |
tree | commitdiff |
2015-09-03 |
Kostya Serebryany | [libFuzzer] adding a parser for AFL-style dictionaries... |
tree | commitdiff |
2015-09-02 |
Kostya Serebryany | [libFuzzer] deprecate the -tokens flag. This was a... |
tree | commitdiff |
2015-09-02 |
Kostya Serebryany | [libFuzzer] honour -only_ascii=1 when reading the initi... |
tree | commitdiff |
2015-08-26 |
Kostya Serebryany | [libFuzzer] fix minor inefficiency, PR24584 |
tree | commitdiff |
2015-08-12 |
Lenny Maiorani | Fix missing space in libfuzzer's help text. |
tree | commitdiff |
2015-08-12 |
Kostya Serebryany | [libFuzzer] add two flags, -tbm_depth and -tbm_width... |
tree | commitdiff |
2015-08-12 |
Kostya Serebryany | [libFuzzer] add colons to the stats output to avoid... |
tree | commitdiff |
2015-08-12 |
Kostya Serebryany | [libFuzzer] use raw C IO to reduce the risk of a deadlo... |
tree | commitdiff |
2015-08-11 |
Nick Lewycky | Fix unused variable 'X' in release builds. |
tree | commitdiff |
2015-08-11 |
Kostya Serebryany | [libFuzzer] add -only_ascii flag |
tree | commitdiff |
2015-08-10 |
Yaron Keren | Add missing include guard to FuzzerInternal.h, NFC. |
tree | commitdiff |
2015-08-06 |
Kostya Serebryany | [libFuzzer] move the mutators to public interface so... |
tree | commitdiff |
2015-08-06 |
Kostya Serebryany | [libFuzzer] add one more mutation strategy: byte shuffling |
tree | commitdiff |
2015-08-05 |
Kostya Serebryany | [libFuzzer] avoid build warnings in non-assert build... |
tree | commitdiff |
2015-08-05 |
Kostya Serebryany | [libFuzzer] in dfsan mode, set labels every time we... |
tree | commitdiff |
2015-08-05 |
Kostya Serebryany | [libFuzzer] add option -report_slow_units=Nsec to contr... |
tree | commitdiff |
2015-08-05 |
Kostya Serebryany | [libFuzzer] add a missing test file |
tree | commitdiff |
2015-08-05 |
Kostya Serebryany | [libFuzzer] use data-flow feedback from strcmp |
tree | commitdiff |
2015-08-01 |
Kostya Serebryany | [libFuzzer] more refactoring of the Mutator and adding... |
tree | commitdiff |
2015-08-01 |
Kostya Serebryany | [libFuzzer] start refactoring the Mutator and adding... |
tree | commitdiff |
2015-07-31 |
Kostya Serebryany | [libFuzzer] limit the size of the inputs printed to... |
tree | commitdiff |
2015-07-31 |
Kostya Serebryany | [libFuzzer] make sure that 2-byte arguments of switch... |
tree | commitdiff |
2015-07-31 |
Kostya Serebryany | [libFuzzer] record traces from the switch statements... |
tree | commitdiff |
2015-07-31 |
Kostya Serebryany | [libFuzzer] support switch interception in dfsan mode |
tree | commitdiff |
2015-07-31 |
Kostya Serebryany | [libFuzzer] trace switch statements and apply mutations... |
tree | commitdiff |
2015-07-30 |
Kostya Serebryany | [libFuzzer] fix the strncmp interceptor -- it should... |
tree | commitdiff |
2015-07-30 |
Kostya Serebryany | [libFuzzer] implement strncmp hook for data-flow-guided... |
tree | commitdiff |
2015-07-30 |
Kostya Serebryany | [libFuzzer] implement memcmp hook for data-flow-guided... |
tree | commitdiff |
2015-07-28 |
Kostya Serebryany | [libFuzzer] ensure that the dfsan tracing hooks actuall... |
tree | commitdiff |
2015-07-28 |
Kostya Serebryany | [libFuzzer] when using cmp traces, first check that... |
tree | commitdiff |
2015-07-24 |
Kostya Serebryany | [libFuzzer] allow users to supply their own implementat... |
tree | commitdiff |
2015-07-23 |
Kostya Serebryany | [libFuzzer] dump long running units to disk |
tree | commitdiff |
2015-07-21 |
Alexey Samsonov | [Fuzzer] Rely on $PATH expansion instead of hardcoding... |
tree | commitdiff |
2015-07-21 |
Alexey Samsonov | [Fuzzer] Clearly separate regular and DFSan tests.... |
tree | commitdiff |
2015-07-18 |
Kostya Serebryany | [libFuzzer] require the files and directories passed... |
tree | commitdiff |
2015-05-30 |
Kostya Serebryany | [lib/Fuzzer] make assertions more informative and updat... |
tree | commitdiff |
2015-05-29 |
Kostya Serebryany | [lib/Fuzzer] relax an assertion |
tree | commitdiff |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] make the fuzzing timeout 1200 seconds... |
tree | commitdiff |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] fix docs |
tree | commitdiff |
2015-05-26 |
Kostya Serebryany | [lib/Fuzzer] fix build with assertions |
tree | commitdiff |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] doxygen-ify the comments for the user... |
tree | commitdiff |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] fully get rid of std::cerr in libFuzzer |
tree | commitdiff |
2015-05-23 |
Kostya Serebryany | [lib/Fuzzer] start getting rid of std::cerr. Sadly... |
tree | commitdiff |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] remove -use_coverage_pairs=1, an experimen... |
tree | commitdiff |
2015-05-22 |
Kostya Serebryany | [lib/Fuzzer] extend the fuzzer interface to allow user... |
tree | commitdiff |
2015-05-21 |
Kostya Serebryany | [lib/Fuzzer] ignore flags that start with --; use git... |
tree | commitdiff |
2015-05-19 |
Kostya Serebryany | [lib/Fuzzer] change the meaning of -timeout flag: now... |
tree | commitdiff |
2015-05-19 |
Kostya Serebryany | [lib/Fuzzer] more efficient reload logic; also don... |
tree | commitdiff |
2015-05-18 |
Kostya Serebryany | [lib/Fuzzer] when -sync_command=<CMD> is given, periodi... |
tree | commitdiff |
2015-05-17 |
Logan Chien | Code cleanup: Reindent Fuzzer::MutateAndTestOne. |
tree | commitdiff |
2015-05-14 |
Kostya Serebryany | [lib/Fuzzer] Add SHA1 implementation from public domain. |
tree | commitdiff |
2015-05-13 |
Kostya Serebryany | [lib/Fuzzer] enable -use_counters=1 by default |
tree | commitdiff |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] A simple script to synchronise a fuzz... |
tree | commitdiff |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] use sha1sum for the file hash |
tree | commitdiff |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] guess the right number of workers if ... |
tree | commitdiff |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_tr... |
tree | commitdiff |
2015-05-12 |
Kostya Serebryany | [lib/Fuzzer] detach the pulse thread instad of joining it |
tree | commitdiff |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] don't record traces when trace collection... |
tree | commitdiff |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] when running multiple fuzzing processes... |
tree | commitdiff |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState... |
tree | commitdiff |
2015-05-11 |
Kostya Serebryany | [lib/Fuzzer] add a trace-based mutatation logic. Same... |
tree | commitdiff |
2015-05-08 |
Kostya Serebryany | [lib/Fuzzer] build tests that work well with dfsan... |
tree | commitdiff |
2015-05-08 |
Kostya Serebryany | [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when... |
tree | commitdiff |
2015-05-07 |
Alexey Samsonov | Update CMake flags, LibFuzzer comments and docs for... |
tree | commitdiff |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] change the way we use taint information... |
tree | commitdiff |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] minor refactoring/simplification, NFC |
tree | commitdiff |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the... |
tree | commitdiff |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its conten... |
tree | commitdiff |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] add a fuzzer test for memcmp (does not... |
tree | commitdiff |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn... |
tree | commitdiff |
2015-05-05 |
Kostya Serebryany | [lib/Fuzzer] on crash print the contents of the crashy... |
tree | commitdiff |
2015-05-05 |
Kostya Serebryany | [lib/Fuzzer] use handle_abort=1 by default so that... |
tree | commitdiff |
2015-04-06 |
Aaron Ballman | Removing a spurious space; NFC. |
tree | commitdiff |
2015-04-01 |
Kostya Serebryany | [fuzzer] document the -tokens flag. Also change the... |
tree | commitdiff |
2015-03-31 |
Kostya Serebryany | [fuzzer] Add support for token-based fuzzing (e.g.... |
tree | commitdiff |
2015-03-30 |
Kostya Serebryany | Move lib/Fuzzer docs from a README.txt to a proper... |
tree | commitdiff |
2015-03-30 |
Kostya Serebryany | [fuzzer] when a single unit takes over 1 second to... |
tree | commitdiff |
2015-03-30 |
Kostya Serebryany | [fuzzer] print various stats in a unified way |
tree | commitdiff |
2015-03-30 |
Kostya Serebryany | DFSan-based fuzzer (proof of concept). |
tree | commitdiff |
2015-03-03 |
Kostya Serebryany | [sanitizer/coverage] Add AFL-style coverage counters... |
tree | commitdiff |
2015-02-20 |
Kostya Serebryany | [fuzzer] one more experimental search mode: -use_covera... |
tree | commitdiff |
2015-02-19 |
Kostya Serebryany | [fuzzer] split main() into FuzzerDriver() that takes... |
tree | commitdiff |
2015-02-19 |
Kostya Serebryany | [fuzzer] properly annotate fallthrough, add one more... |
tree | commitdiff |
2015-02-06 |
Kostya Serebryany | [fuzzer] move default sanitizer options to a separate... |
tree | commitdiff |
2015-02-04 |
Kostya Serebryany | [fuzzer] add flag prefer_small_during_initial_shuffle... |
tree | commitdiff |
2015-02-04 |
Kostya Serebryany | [fuzzer] add -runs=N to limit the number of runs per... |
tree | commitdiff |
2015-02-04 |
Kostya Serebryany | [fuzzer] make multi-process execution more verbose... |
tree | commitdiff |
next |