XenonRecomp/thirdparty/capstone/suite
2024-09-08 17:16:32 +06:00
..
auto-sync Add missing thirdparty files 2024-09-08 17:16:32 +06:00
benchmark Initial Commit 2024-09-07 18:15:29 +06:00
cstest Initial Commit 2024-09-07 18:15:29 +06:00
fuzz Initial Commit 2024-09-07 18:15:29 +06:00
MC Add missing thirdparty files 2024-09-08 17:16:32 +06:00
synctools Add missing thirdparty files 2024-09-08 17:16:32 +06:00
x86 Add missing thirdparty files 2024-09-08 17:16:32 +06:00
autogen_x86imm.py Initial Commit 2024-09-07 18:15:29 +06:00
benchmark.py Initial Commit 2024-09-07 18:15:29 +06:00
capstone_get_setup.c Initial Commit 2024-09-07 18:15:29 +06:00
check_wheel_bin_arch.py Initial Commit 2024-09-07 18:15:29 +06:00
fuzz.py Initial Commit 2024-09-07 18:15:29 +06:00
patch_major_os_version.py Initial Commit 2024-09-07 18:15:29 +06:00
ppcbranch.py Initial Commit 2024-09-07 18:15:29 +06:00
python_capstone_setup.py Initial Commit 2024-09-07 18:15:29 +06:00
README Initial Commit 2024-09-07 18:15:29 +06:00
regress.py Initial Commit 2024-09-07 18:15:29 +06:00
run_invalid_cstool.sh Initial Commit 2024-09-07 18:15:29 +06:00
test_corpus3.py Initial Commit 2024-09-07 18:15:29 +06:00
x86odd.py Initial Commit 2024-09-07 18:15:29 +06: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.