Yet another Python binding for capstone.
The current binding is using ctypes and Cython, this is an attempt to use the Python native API extensions.
Version alpha, only for testing purpose.
7x faster than ctypes, 20% faster than Cython.
- cs_disasm
- cs_disasm_lite
- cs_detail
- cs_option
- test_suite