summaryrefslogtreecommitdiff
path: root/lib/fuzzer/scripts
Commit message (Expand)AuthorAgeFilesLines
* [fuzzer] Python 3 print fixesVitaly Buka2018-06-172-4/+4
* [fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka2018-06-171-1/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-1/+24
* [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany2018-05-311-0/+56
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-241-0/+36
* [LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew2018-04-201-5/+5
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-11-011-0/+93
* Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka2017-11-011-93/+0
* [fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka2017-10-311-0/+93