2015-10-24 |
Kostya Serebryany | [libFuzzer] add -merge flag to merge corpora |
tree | commitdiff |
2015-10-23 |
Kostya Serebryany | [libFuzzer] remove some old code; also make __sanitizer... |
tree | commitdiff |
2015-10-22 |
Kostya Serebryany | [libFuzzer] use the indirect caller-callee counter... |
tree | commitdiff |
2015-10-22 |
Kostya Serebryany | [libFuzzer] more refactoring the code that checks the... |
tree | commitdiff |
2015-10-22 |
Kostya Serebryany | [libFuzzer] refactoring the code that checks the covera... |
tree | commitdiff |
2015-10-22 |
Kostya Serebryany | [libFuzzer] remove the deprecated 'tokens' feature |
tree | commitdiff |
2015-10-18 |
Craig Topper | Make a bunch of static arrays const. |
tree | commitdiff |
2015-10-17 |
Kostya Serebryany | [libFuzzer] add -shuffle flag |
tree | commitdiff |
2015-10-16 |
Kostya Serebryany | [libFuzzer] print a stack trace on timeout |
tree | commitdiff |
2015-10-16 |
Kostya Serebryany | [libFuzzer] reduce the size of artifacts printed on... |
tree | commitdiff |
2015-10-16 |
Kostya Serebryany | [libFuzzer] When -test_single_input crashes the test... |
tree | commitdiff |
2015-10-09 |
Kostya Serebryany | [libFuzzer] don't print large artifacts to stderr |
tree | commitdiff |
2015-10-09 |
Kostya Serebryany | [libFuzzer] add -artifact_prefix flag |
tree | commitdiff |
2015-10-08 |
Kostya Serebryany | [libFuzzer] fix 32-bit build |
tree | commitdiff |
2015-10-03 |
Kostya Serebryany | [libFuzzer] trying to fix at-exit hang |
tree | commitdiff |
2015-10-02 |
Kostya Serebryany | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer... |
tree | commitdiff |
2015-10-02 |
Kostya Serebryany | [libFuzzer] remove experimental flag and functionality |
tree | commitdiff |
2015-10-02 |
Kostya Serebryany | [libFuzzer] add a flag -max_total_time |
tree | commitdiff |
2015-10-01 |
Ivan Krasin | [LibFuzzer] test_single_input option to run a single... |
tree | commitdiff |
2015-09-30 |
Kostya Serebryany | [libFuzzer] Marking exported symbols as visible. Patch... |
tree | commitdiff |
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 |
next |