capstone/suite/fuzz
Catena cyber 3a0467cfea Use whole corpus for regression testing (#1302)
* Use whole corpus for regression testing

* differetial fuzzing against llvm-mc

* Download corpus from another repo
2018-12-11 09:33:31 +07:00
..
Makefile Use whole corpus for regression testing (#1302) 2018-12-11 09:33:31 +07:00
README suite: move fuzz_hardness.c to suite/fuzz/ 2015-06-16 17:37:48 +08:00
driverbin.c Use whole corpus for regression testing (#1302) 2018-12-11 09:33:31 +07:00
drivermc.c Continuous integration for fuzzing (#1297) 2018-12-04 15:02:16 +07:00
fuzz_diff.c Use whole corpus for regression testing (#1302) 2018-12-11 09:33:31 +07:00
fuzz_disasm.c Builds a test corpus for fuzzing (#1184) 2018-06-19 09:31:50 +08:00
fuzz_disasm.options Integrate capstone with oss-fuzz (#1150) 2018-06-01 20:47:19 +08:00
fuzz_harness.c M680X: Target ready for pull request (#1034) 2017-10-21 21:44:36 +08:00
fuzz_llvm.cpp Use whole corpus for regression testing (#1302) 2018-12-11 09:33:31 +07:00
onefile.c Avoids memory leak with fuzz driver (#1233) 2018-08-27 07:57:27 +07:00

README

This directory contains a fuzz testing harness for Capstone.
Run "make" to compile this code.