Nguyen Anh Quynh
b3e26fdaa6
x86: add prefix constant REPE
10 years ago
Nguyen Anh Quynh
993e031795
java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine
10 years ago
Nguyen Anh Quynh
61ab00718a
x86: remove dead code & dead SSE_CC constants. issue reported by Coverity
10 years ago
Nguyen Anh Quynh
1038fdb038
x86: add new registers DR8-DR15
10 years ago
Nguyen Anh Quynh
59c72afe7a
x86: add 3 new undocumented instructions fdisi8087_nop, feni8087_nop & ffreep
10 years ago
Nguyen Anh Quynh
534b948661
bump version to 4.0
10 years ago
Nguyen Anh Quynh
0ea529a6f3
java: add close() method to avoid some unknown crash caused by finallize() on Ubuntu 14.04. FIXME
10 years ago
Nguyen Anh Quynh
faa925ab8f
fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op
10 years ago
Nguyen Anh Quynh
e01fdfb94f
java: add comments on hardware modes
10 years ago
Nguyen Anh Quynh
bf4723f970
java: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
39785fb3d6
java: add CS_SUPPORT_X86_REDUCE
10 years ago
Nguyen Anh Quynh
5db983d8ec
java: fix a wrong type for memBarrier in Arm.java
10 years ago
Nguyen Anh Quynh
0b3d95e4b3
java/ocaml/python: support the newly added mem_barrier field of cs_arm struct
10 years ago
Nguyen Anh Quynh
8e53890a8e
ocaml/java: support CS_MODE_V8 for Arm
10 years ago
Nguyen Anh Quynh
a65d7ef5fa
java/ocaml/python: update bindings after the last change on generic instruction groups
10 years ago
Nguyen Anh Quynh
69271ddf74
java/ocaml/python: add the missing generic instruction operand types
10 years ago
Nguyen Anh Quynh
b0464ef805
java/python/ocaml: update bindings after the last changes on operand types
10 years ago
Nguyen Anh Quynh
58086346bc
java/python/ocaml: update after latest changes in x86.h
10 years ago
Nguyen Anh Quynh
bec9af7f6d
java: update after the latest change on PPC in the core
10 years ago
Nguyen Anh Quynh
4d2c362aa6
python: update after the latest change on PPC in the core
10 years ago
Jay Oster
79e253c516
Remove CS_MODE_N64
...
- This mode is for the so-called MIPS "N64" ABI; it has nothing to do with the Nintendo 64 game platform.
- N64, O64, et al. are just different ABIs for the 64-bit MIPS architecture, so we replace CS_MODE_N64 with the existing CS_MODE_64
10 years ago
Nguyen Anh Quynh
b10418e79b
java: a call to printf() in TestArm.java is missing a variable
10 years ago
Nguyen Anh Quynh
db8eaa3d0b
bindings: remove MIPS_REG_PC constant following the change in the core
10 years ago
Nguyen Anh Quynh
b0cc71da59
bindings: update java/ocaml/python after the last change in Arm's core
10 years ago
Nguyen Anh Quynh
a3f87a54d9
java: add 'check' target to Makefile
10 years ago
Nguyen Anh Quynh
d7e42b7d36
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
10 years ago
danghvu
3671d70429
Java binding: fix missing dependency
10 years ago
danghvu
ef92cdb918
Update java binding to v3
10 years ago
danghvu
53bbee32f9
Fix java binding tests
10 years ago
Nguyen Anh Quynh
3f9247d6a5
java: add interface for cs_group_name() API
10 years ago
Nguyen Anh Quynh
acbafc6d75
ocaml/python/java: fix some broken arm64 constants generated by const_generator.py
10 years ago
Nguyen Anh Quynh
54f8cef449
mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings
10 years ago
Nguyen Anh Quynh
5691dd4637
mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings
10 years ago
Nguyen Anh Quynh
7e57e79800
ppc: handle branch condition for alias instructions. this also updates Python & Java bindings
10 years ago
Nguyen Anh Quynh
1738a3e6bf
sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers
10 years ago
Nguyen Anh Quynh
7a9d19eaff
python & java: update after the last PPC core update
10 years ago
Nguyen Anh Quynh
721d07f6b2
ppc: support alias instructions. update Python & Java bindings accordingly
10 years ago
Nguyen Anh Quynh
04d9f8ee17
arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes
10 years ago
Nguyen Anh Quynh
0beb0d494b
api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future
10 years ago
Nguyen Anh Quynh
934e180e54
x86: more update to the core
10 years ago
Nguyen Anh Quynh
a7792ae488
systemz: update core. also update Python & Java bindings
10 years ago
Nguyen Anh Quynh
212a01712a
java: update after the latest changes in the core on arm64
10 years ago
Nguyen Anh Quynh
46a74e53b7
arm64: update core. this added a lot more details to cs_arm64_op struct
10 years ago
Nguyen Anh Quynh
73cde40ac7
python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL
10 years ago
Nguyen Anh Quynh
a726402513
sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly
10 years ago
Nguyen Anh Quynh
91a64776a8
ppc: fix a mistake on interpreting CR registers by deleting CR8 -> CR31
10 years ago
Nguyen Anh Quynh
dd3deec1e9
ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly
10 years ago
Nguyen Anh Quynh
0f0eb9851a
mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly
10 years ago
Nguyen Anh Quynh
7c089fd6c6
arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly
10 years ago
Nguyen Anh Quynh
b52f11f636
arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly
10 years ago