Files
kaizen/suite/README
SimoneN64 352a52804d Squashed 'external/capstone/' content from commit 5430745e962
git-subtree-dir: external/capstone
git-subtree-split: 5430745e9623786f65c0d773a417f389ebb43395
2024-09-23 19:06:48 +02:00

21 lines
574 B
Plaintext

This directory contains some tools used by developers of Capstone project.
Average users should ignore all the contents here.
- benchmark.py
This script benchmarks Python binding by disassembling some random code.
- compile_all.sh
Compile Capstone for all platforms (*nix32, clang, cygwin, cross-compile) &
report the result as pass or fail.
- fuzz.py
This simple script disassembles random code for all archs (or selected arch)
in order to find segfaults.
- x86odd.py
Test some tricky X86 instructions.
- ppcbranch.py
Test some tricky branch PPC instructions.