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
Nguyen Anh Quynh
fd0f798343
bump API & package version to 3.0
10 years ago
Nguyen Anh Quynh
0b690387b3
x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change
10 years ago
Nguyen Anh Quynh
3c0f43611d
python & java: update after the last change in core on PPC_BH_NO
11 years ago
Nguyen Anh Quynh
42c11bc98c
python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID
11 years ago
Nguyen Anh Quynh
9f6ed7155a
x86: add @rex to cs_x86 struct. updated python & java binding for this change
11 years ago
Nguyen Anh Quynh
1a66fecdbc
x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change
11 years ago
Nguyen Anh Quynh
7de200afee
python & java: update after the last change in the core on avx_zero_opmask
11 years ago
Nguyen Anh Quynh
92a3d4c079
x86: add AVX's zero_opmask to cs_x86_op struct. updated Python & Java bindings for this change
11 years ago
Nguyen Anh Quynh
f1ec52628e
x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions
11 years ago
Nguyen Anh Quynh
4c5eabc32b
x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings
11 years ago
Nguyen Anh Quynh
0d716450fc
x86: add avx_bcast to cs_x86_op to support AVX512 instructions. this also updates Python & Java binding
11 years ago
Nguyen Anh Quynh
eeb06902ed
java: update X86 after the last change in the core
11 years ago
Nguyen Anh Quynh
0467842205
java: update X86 binding after the last update in the core
11 years ago
Nguyen Anh Quynh
f3a9659cd5
python & java: update x86 following the last update in core
11 years ago
Nguyen Anh Quynh
83800cdc31
python & java: add comments on operand's size
11 years ago
Nguyen Anh Quynh
e68ce0ecc8
java: update after the last change in x86 core
11 years ago
Nguyen Anh Quynh
73bbbb3800
arm: add ASRS, LSRS, VCLE, VCLT instructions. update Python & Java bindings at the same time
11 years ago
Jay Oster
6f74ccc97a
Add new x86 instruction groups
...
- VM: Virtual Machine
- INT: Interrupts
- IRET: Interupt returns
- CALL: Subroutine call
- RET: Subroutine return
Includes a special case for writes to port 0xb2, which triggers an SMI
11 years ago
Nguyen Anh Quynh
cfc7ca6ace
python & java: update constants for Xcore after the last change in the core
11 years ago
Nguyen Anh Quynh
4d00986c6b
java: add Xcore support
11 years ago
Nguyen Anh Quynh
5a5d8a71cd
python & java: fix Sparc's CC constants after the last change in the core
11 years ago
Nguyen Anh Quynh
96934501fd
arm64: do not consider WZR & XZR alias registers
11 years ago
danghvu
461ab82ae8
Fix broken java binding
11 years ago
danghvu
0c478ab2f9
Fix Makefile to use && as well in bindings
11 years ago