aboutsummaryrefslogtreecommitdiff
path: root/scripts/oss-fuzz
AgeCommit message (Expand)AuthorFilesLines
2021-09-01fuzz: add an instrumentation filterAlexander Bulekov1-0/+15
2021-08-11fuzz: avoid building twice, when running on gitlabAlexander Bulekov1-11/+13
2021-06-05scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé1-1/+1
2021-03-16fuzz: add a script to build reproducersAlexander Bulekov1-0/+160
2021-02-08fuzz: fix wrong index in clear_bitsQiuhao Li1-1/+1
2021-01-11fuzz: heuristic split write based on past IOsQiuhao Li1-0/+56
2021-01-11fuzz: add minimization optionsQiuhao Li1-4/+26
2021-01-11fuzz: set bits in operand of write/out to zeroQiuhao Li1-0/+39
2021-01-11fuzz: remove IO commands iterativelyQiuhao Li1-15/+26
2021-01-11fuzz: split write operand using binary approachQiuhao Li1-9/+20
2021-01-11fuzz: double the IOs to remove for every loopQiuhao Li1-12/+21
2021-01-11fuzz: accelerate non-crash detectionQiuhao Li1-13/+31
2020-11-10scripts/oss-fuzz: give all fuzzers -target namesAlexander Bulekov1-6/+6
2020-11-03scripts/oss-fuzz: rename bin/qemu-fuzz-i386Alexander Bulekov1-2/+2
2020-10-26scripts/oss-fuzz: ignore the generic-fuzz targetAlexander Bulekov1-2/+8
2020-10-26scripts/oss-fuzz: use hardlinks instead of copyingAlexander Bulekov1-1/+7
2020-10-26scripts/oss-fuzz: Add crash trace minimization scriptAlexander Bulekov1-0/+157
2020-10-26scripts/oss-fuzz: Add script to reorder a generic-fuzzer traceAlexander Bulekov1-0/+103
2020-09-17scripts/: fix some comment spelling errorszhaolichang1-1/+1
2020-09-08oss-fuzz: fix rpathAlexander Bulekov1-1/+1
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-9/+11
2020-08-21oss-fuzz/build: remove LIB_FUZZING_ENGINEPaolo Bonzini1-11/+5
2020-07-21scripts/oss-fuzz: Limit target list to i386-softmmuThomas Huth1-1/+1
2020-06-15fuzz: add oss-fuzz build-scriptAlexander Bulekov1-0/+105