capstone/suite
Rot127 9affd99bcd
Give the user some guidance where to add missing enumeration values. (#2639)
2025-02-27 17:20:03 +08:00
..
MC Rebased #2570 (#2614) 2025-01-28 22:34:24 +08:00
auto-sync Rebased #2570 (#2614) 2025-01-28 22:34:24 +08:00
benchmark update .gitignore 2022-01-04 23:47:08 +08:00
cstest Give the user some guidance where to add missing enumeration values. (#2639) 2025-02-27 17:20:03 +08:00
fuzz Add tricore tc1.8 instructions (#2595) 2025-01-28 20:50:43 +08:00
synctools chore: fix some comments (#2432) 2024-08-12 12:01:22 +08:00
x86 suite: add some tools to verify X86 machine code 2015-01-06 13:11:04 +07:00
README Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
autogen_x86imm.py fix typos (#2344) 2024-04-30 10:37:53 +08:00
benchmark.py Architecture updater (auto-sync) - Updating AArch64 (#2026) 2023-11-15 12:12:14 +08:00
capstone_get_setup.c Rebased #2570 (#2614) 2025-01-28 22:34:24 +08:00
check_wheel_bin_arch.py [next] Wheel build fixes: manylinux1, trigger upload on release, Linux AArch64... (#2444) 2024-08-19 16:33:08 +08:00
fuzz.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
patch_major_os_version.py Use python3 as default interpreter for all python scripts (#2390) 2024-06-19 18:52:51 +08:00
ppcbranch.py Use python3 as default interpreter for all python scripts (#2390) 2024-06-19 18:52:51 +08:00
python_capstone_setup.py suite: add python_capstone_setup.py 2015-06-07 15:55:05 +08:00
regress.py Use python3 as default interpreter for all python scripts (#2390) 2024-06-19 18:52:51 +08:00
run_invalid_cstool.sh Add test with ASAN enabled. (#2313) 2024-06-10 10:01:00 +08:00
run_tests.py Python package building rework (#2538) 2024-11-18 19:10:27 +08:00
test_corpus3.py Rebased #2570 (#2614) 2025-01-28 22:34:24 +08:00
x86odd.py Use python3 as default interpreter for all python scripts (#2390) 2024-06-19 18:52:51 +08:00

README

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.