capstone/suite
Rot127 7d01d7e7a9
Some checks failed
Run Test / ${{ matrix.config.name }} (map[arch:x64 build-system:cmake diet-build:OFF enable-asan:OFF name:ubuntu-22.04 x64 cmake os:ubuntu-22.04]) (push) Has been cancelled
Run Test / ${{ matrix.config.name }} (map[arch:x64 build-system:cmake diet-build:OFF enable-asan:ON name:ubuntu-24.04 x64 ASAN os:ubuntu-24.04]) (push) Has been cancelled
Run Test / ${{ matrix.config.name }} (map[arch:x64 build-system:make diet-build:OFF enable-asan:OFF name:ubuntu-22.04 x64 make os:ubuntu-22.04]) (push) Has been cancelled
Run Test / ${{ matrix.config.name }} (map[arch:x64 name:windows x64 MSVC 64bit os:windows-latest platform:windows python-arch:x64 python-version:3.9]) (push) Has been cancelled
Auto-Sync / check (push) Has been cancelled
Run clang-tidy / clang-tidy (push) Has been cancelled
Auto-Sync reproducability + ARM update (#2532)
2024-11-22 00:31:27 +08:00
..
auto-sync Auto-Sync reproducability + ARM update (#2532) 2024-11-22 00:31:27 +08:00
benchmark update .gitignore 2022-01-04 23:47:08 +08:00
cstest Python package building rework (#2538) 2024-11-18 19:10:27 +08:00
fuzz xtensa: update to espressif/llvm-project (#2533) 2024-11-10 21:55:40 +08:00
MC Xtensa Support (#2380) 2024-09-30 11:35:51 +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
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 Xtensa Support (#2380) 2024-09-30 11:35:51 +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
README Modern Testing (#2456) 2024-08-31 21:33:38 +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 SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
x86odd.py Use python3 as default interpreter for all python scripts (#2390) 2024-06-19 18:52:51 +08:00

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.