2015-09-08 |
Kostya Serebryany | [libFuzzer] remove a piece of stale code
|
commit | commitdiff | tree |
2015-09-08 |
Kostya Serebryany | [libFuzzer] be more robust when dealing with files...
|
commit | commitdiff | tree |
2015-09-08 |
Kostya Serebryany | [libFuzzer] better documentatio for -save_minimized_corpus=1
|
commit | commitdiff | tree |
2015-09-08 |
Kostya Serebryany | [libFuzzer] remove -iterations as redundant (there...
|
commit | commitdiff | tree |
2015-09-08 |
Kostya Serebryany | [libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
|
commit | commitdiff | tree |
2015-09-04 |
Kostya Serebryany | [libFuzzer] more accurate logic for traces, 80-char fix
|
commit | commitdiff | tree |
2015-09-04 |
Kostya Serebryany | [libFuzzer] when a single mutation fails try a few...
|
commit | commitdiff | tree |
2015-09-04 |
Kostya Serebryany | [libFuzzer] actually make the dictionaries work (+docs)
|
commit | commitdiff | tree |
2015-09-03 |
Kostya Serebryany | [libFuzzer] refactor the mutation functions so that...
|
commit | commitdiff | tree |
2015-09-03 |
Kostya Serebryany | [libFuzzer] adding a parser for AFL-style dictionaries...
|
commit | commitdiff | tree |
2015-09-02 |
Kostya Serebryany | [libFuzzer] deprecate the -tokens flag. This was a...
|
commit | commitdiff | tree |
2015-09-02 |
Kostya Serebryany | [libFuzzer] remove the section about '-tokens' as I...
|
commit | commitdiff | tree |
2015-09-02 |
Kostya Serebryany | [libFuzzer] honour -only_ascii=1 when reading the initial...
|
commit | commitdiff | tree |
2015-08-31 |
Kostya Serebryany | [libFuzzer] update the docs to mention llvm-as-fuzzer
|
commit | commitdiff | tree |
2015-08-26 |
Kostya Serebryany | [libFuzzer] fix minor inefficiency, PR24584
|
commit | commitdiff | tree |
2015-08-12 |
Kostya Serebryany | [libFuzzer] add two flags, -tbm_depth and -tbm_width...
|
commit | commitdiff | tree |
2015-08-12 |
Kostya Serebryany | [libFuzzer] add colons to the stats output to avoid...
|
commit | commitdiff | tree |
2015-08-12 |
Kostya Serebryany | [libFuzzer] use raw C IO to reduce the risk of a deadlock...
|
commit | commitdiff | tree |
2015-08-11 |
Kostya Serebryany | [libFuzzer] more trophies
|
commit | commitdiff | tree |
2015-08-11 |
Kostya Serebryany | [libFuzzer] fix docs build
|
commit | commitdiff | tree |
2015-08-11 |
Kostya Serebryany | [libFuzzer] add the list of trophies to the docs. It...
|
commit | commitdiff | tree |
2015-08-11 |
Kostya Serebryany | [libFuzzer] add -only_ascii flag
|
commit | commitdiff | tree |
2015-08-11 |
Kostya Serebryany | [libFuzzer] don't crash if the condition in a switch...
|
commit | commitdiff | tree |
2015-08-06 |
Kostya Serebryany | [libFuzzer] move the mutators to public interface so...
|
commit | commitdiff | tree |
2015-08-06 |
Kostya Serebryany | [libFuzzer] add one more mutation strategy: byte shuffling
|
commit | commitdiff | tree |
2015-08-05 |
Kostya Serebryany | [libFuzzer] avoid build warnings in non-assert build...
|
commit | commitdiff | tree |
2015-08-05 |
Kostya Serebryany | [libFuzzer] in dfsan mode, set labels every time we...
|
commit | commitdiff | tree |
2015-08-05 |
Kostya Serebryany | [libFuzzer] add option -report_slow_units=Nsec to control...
|
commit | commitdiff | tree |
2015-08-05 |
Kostya Serebryany | [libFuzzer] add a missing test file
|
commit | commitdiff | tree |
2015-08-05 |
Kostya Serebryany | [libFuzzer] use data-flow feedback from strcmp
|
commit | commitdiff | tree |
2015-08-01 |
Kostya Serebryany | [libFuzzer] more refactoring of the Mutator and adding...
|
commit | commitdiff | tree |
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 |
next |