So far, we have around 20 bindings for Capstone 3.x, but after updating to v4.0 (see https://github.com/aquynh/capstone/releases/tag/4.0), except Python binding, most become broken due to some changes in cs_insn
structure.
Besides that, v4 added few architectures and some more APIs, that most bindings are missing now.
Finally, v4 added instructions & stuff for most architectures, but that would be handled if you are using https://github.com/aquynh/capstone/blob/master/bindings/const_generator.py.
To be sure, you can diff include/capstone/*.h
between v3.0.5 & v4.0, and see the details.
Below is summary of what is broken, and new features that bindings should update to support.
Broken[ x86 ]
cs_x86
added new fields: xop_cc
& encoding
, eflags/fpu_flags
cs_x86.disp
type changed from int32_t
to int64_t
[ mips ]
[ PowerPC ]
cs_ppc_op.imm
type from int32_t
to int64_t
.[ Sparc ]
cs_sparc_op.imm type
from int32_t
to int64_t
.cs_regs_access()
. see http://www.capstone-engine.org/op_access.htmlCS_OPT_MNEMONIC
& CS_OPT_UNSIGNED
& CS_OPT_SYNTAX_MASM
.EVM
, M68K
, M680X
& TMS320C64x
.CS_GRP_PRIVILEGE
& CS_GRP_BRANCH_RELATIVE
.CS_ERR_X86_MASM
.Here is the list of bindings that fully support Capstone 4.0.x.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4