capstone/suite/fuzz
2018-06-07 01:40:47 +08:00
..
fuzz_disasm.c Adds a size limit for inputs to fuzz target (#1167) 2018-06-07 01:40:47 +08:00
fuzz_disasm.options Integrate capstone with oss-fuzz (#1150) 2018-06-01 20:46:20 +08:00
fuzz_harness.c suite: move fuzz_hardness.c to suite/fuzz/ 2015-06-16 17:32:03 +08:00
Makefile suite: move fuzz_hardness.c to suite/fuzz/ 2015-06-16 17:32:03 +08:00
onefile.c Integrate capstone with oss-fuzz (#1150) 2018-06-01 20:46:20 +08:00
README suite: move fuzz_hardness.c to suite/fuzz/ 2015-06-16 17:32:03 +08:00

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