Nguyen Anh Quynh
|
a3f87a54d9
|
java: add 'check' target to Makefile
|
10 years ago |
Nguyen Anh Quynh
|
984d45068c
|
Makefile: add 'check' target
|
10 years ago |
Nguyen Anh Quynh
|
839890b83a
|
tests: use cs_group_name() to print out group names in test_detail.c & test_detail.py
|
10 years ago |
danghvu
|
ebeec9d9c2
|
Cython: update installation and tests to v3
|
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 |
Nguyen Anh Quynh
|
82354b60ba
|
ocaml: rename cs_disasm() back to cs_disasm_quick(), which rightly reflects its nature
|
10 years ago |
danghvu
|
2412069453
|
Fix python binding tests
|
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
|
6dc1dd5ae0
|
ocaml: remove fields regs_read_count, regs_write_count, groups_count, as they can be derived from the lengths of related arrays
|
10 years ago |
Nguyen Anh Quynh
|
bf23075e32
|
ocaml: activate test_xcore.ml's non-class test
|
10 years ago |
Nguyen Anh Quynh
|
81a97c6c5c
|
ocaml: ocaml.c is wrongly implemented in various places. this fixes all the issues, and all test_<arch> works as expected now
|
10 years ago |
Nguyen Anh Quynh
|
3f9247d6a5
|
java: add interface for cs_group_name() API
|
10 years ago |
Nguyen Anh Quynh
|
770cf6dfd7
|
cython: update to v3. still need more tests
|
10 years ago |
Nguyen Anh Quynh
|
443af14b52
|
ocaml: make some calls on Store_field() in ocaml.c to be in order
|
10 years ago |
Nguyen Anh Quynh
|
fbaedfbb1d
|
ocaml: fix an warning on test_arm64.ml
|
10 years ago |
Nguyen Anh Quynh
|
77d93e9062
|
ocaml: update to work with v3 core
|
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
|
e483c6e31d
|
ocaml: update constants
|
10 years ago |
Nguyen Anh Quynh
|
a22d300c57
|
ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py
|
10 years ago |
Nguyen Anh Quynh
|
586be76d73
|
ocaml: separate constants into separate files, which are actually autogen by const_generator.py
|
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
|
25538b04bb
|
python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy
|
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
|
4f0d7048cd
|
arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1
|
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
|
5166236e1c
|
python: 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
|
c1a44f1437
|
python: fix a typo in @propery skipdata.setter
|
10 years ago |
Nguyen Anh Quynh
|
73cde40ac7
|
python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL
|
10 years ago |
Guillaume Jeanne
|
ae48c97763
|
OCaml: add sparc, systemz and xcore
|
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
|
b3dea5641a
|
python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype
|
11 years ago |
Nguyen Anh Quynh
|
cbc7dd9392
|
python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype
|
11 years ago |