1. ec58a02 python: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  2. 7e75ca6 python: CS_MODE_MIPS32R6 is independent from CS_MODE_32 by Nguyen Anh Quynh · 10 years ago
  3. 6782cbf cython: support the newly added field mem_barrier in cs_arm by Nguyen Anh Quynh · 10 years ago
  4. 128124c python: typo on README by Nguyen Anh Quynh · 10 years ago
  5. 6f00a98 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  6. 39785fb java: add CS_SUPPORT_X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  7. bd85431 cython: add XCore to debug string by Nguyen Anh Quynh · 10 years ago
  8. 5db983d java: fix a wrong type for memBarrier in Arm.java by Nguyen Anh Quynh · 10 years ago
  9. 7b7d745 ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  10. 9ba1906 python: test_ppc.py prints crx.scale & crx.cond as integers by Nguyen Anh Quynh · 10 years ago
  11. 0b3d95e java/ocaml/python: support the newly added mem_barrier field of cs_arm struct by Nguyen Anh Quynh · 10 years ago
  12. 2e40e69 arm: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8 by Nguyen Anh Quynh · 10 years ago
  13. 8e53890 ocaml/java: support CS_MODE_V8 for Arm by Nguyen Anh Quynh · 10 years ago
  14. c942f22 arm: support new mode CS_MODE_V8 for Armv8 A32 encodings by Nguyen Anh Quynh · 10 years ago
  15. 248519e mips: properly handle Mips32R6 mode. bug reported by Jay Oster by Nguyen Anh Quynh · 10 years ago
  16. 2e5c0c7 update bindings/README by Nguyen Anh Quynh · 10 years ago
  17. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  18. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  19. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  20. 5720cb7 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) by Nguyen Anh Quynh · 10 years ago
  21. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  22. bec9af7 java: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  23. 9dbb2f0 ocaml: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  24. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  25. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  26. b10418e java: a call to printf() in TestArm.java is missing a variable by Nguyen Anh Quynh · 10 years ago
  27. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  28. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  29. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  30. fe4822c Ocaml: major update by Nguyen Anh Quynh · 10 years ago
  31. a3f87a5 java: add 'check' target to Makefile by Nguyen Anh Quynh · 10 years ago
  32. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  33. 839890b tests: use cs_group_name() to print out group names in test_detail.c & test_detail.py by Nguyen Anh Quynh · 10 years ago
  34. ebeec9d Cython: update installation and tests to v3 by danghvu · 10 years ago
  35. d7e42b7 rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly by Nguyen Anh Quynh · 10 years ago
  36. 3671d70 Java binding: fix missing dependency by danghvu · 10 years ago
  37. ed7e43d Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  38. 82354b6 ocaml: rename cs_disasm() back to cs_disasm_quick(), which rightly reflects its nature by Nguyen Anh Quynh · 10 years ago
  39. 2412069 Fix python binding tests by danghvu · 10 years ago
  40. ef92cdb Update java binding to v3 by danghvu · 10 years ago
  41. 53bbee3 Fix java binding tests by danghvu · 10 years ago
  42. 6dc1dd5 ocaml: remove fields regs_read_count, regs_write_count, groups_count, as they can be derived from the lengths of related arrays by Nguyen Anh Quynh · 10 years ago
  43. bf23075 ocaml: activate test_xcore.ml's non-class test by Nguyen Anh Quynh · 10 years ago
  44. c7fa8fa Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  45. 81a97c6 ocaml: ocaml.c is wrongly implemented in various places. this fixes all the issues, and all test_<arch> works as expected now by Nguyen Anh Quynh · 10 years ago
  46. 3f9247d java: add interface for cs_group_name() API by Nguyen Anh Quynh · 10 years ago
  47. 770cf6d cython: update to v3. still need more tests by Nguyen Anh Quynh · 10 years ago
  48. 443af14 ocaml: make some calls on Store_field() in ocaml.c to be in order by Nguyen Anh Quynh · 10 years ago
  49. fbaedfb ocaml: fix an warning on test_arm64.ml by Nguyen Anh Quynh · 10 years ago
  50. 77d93e9 ocaml: update to work with v3 core by Nguyen Anh Quynh · 10 years ago
  51. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  52. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  53. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  54. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  55. 0e755cf Merge branch 'next' into test by Nguyen Anh Quynh · 10 years ago
  56. a22d300 ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py by Nguyen Anh Quynh · 10 years ago
  57. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  58. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  59. 1738a3e sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers by Nguyen Anh Quynh · 10 years ago
  60. 7a9d19e python & java: update after the last PPC core update by Nguyen Anh Quynh · 10 years ago
  61. 721d07f ppc: support alias instructions. update Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  62. 25538b0 python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  63. 04d9f8e arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes by Nguyen Anh Quynh · 10 years ago
  64. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  65. 0beb0d4 api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future by Nguyen Anh Quynh · 10 years ago
  66. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  67. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  68. 212a017 java: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  69. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  70. c286b34 Merge branch 'arm64' into v3 by Nguyen Anh Quynh · 10 years ago
  71. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  72. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  73. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  74. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  75. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  76. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  77. 91a6477 ppc: fix a mistake on interpreting CR registers by deleting CR8 -> CR31 by Nguyen Anh Quynh · 10 years ago
  78. dd3deec ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  79. 0f0eb98 mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  80. 7c089fd arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  81. b52f11f arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  82. fd0f798 bump API & package version to 3.0 by Nguyen Anh Quynh · 10 years ago
  83. 0b69038 x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change by Nguyen Anh Quynh · 10 years ago
  84. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  85. cbc7dd9 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  86. 3c0f436 python & java: update after the last change in core on PPC_BH_NO by Nguyen Anh Quynh · 10 years ago
  87. 42c11bc python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  88. 245cac5 python: support newly added API cs_group_name() by Nguyen Anh Quynh · 10 years ago
  89. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  90. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  91. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  92. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  93. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  94. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  95. af6825a Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  96. e9476ae update bindings/README for C++ binding by Nguyen Anh Quynh · 10 years ago
  97. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  98. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  99. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  100. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago