summaryrefslogtreecommitdiff
path: root/lib/fuzzer/scripts
AgeCommit message (Expand)Author
2018-06-17[fuzzer] Python 3 print fixesVitaly Buka
2018-06-17[fuzzer] Fix collect_data_flow.py for python 3Vitaly Buka
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2018-05-31[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-04-20[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew
2017-11-01[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka
2017-11-01Revert "[fuzzer] Fix threaded stack printing and nested mallocs"Vitaly Buka
2017-10-31[fuzzer] Script to detect unbalanced allocation in -trace_malloc outputVitaly Buka