1. af416e2 bindings: update newly added ARM groups CALL & INT by Nguyen Anh Quynh · 9 years ago
  2. 98a0b20 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  3. b0515ca Update README by Ammar Ben Khadra · 9 years ago
  4. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  5. 8fa48fb bindings: update java/ocaml/python bindings after the last change on Arm core by Nguyen Anh Quynh · 10 years ago
  6. 10647ae bindings: update java/ocaml/python after the latest changes in the core for the new API by Nguyen Anh Quynh · 10 years ago
  7. 85120cc bindings: add ARM64_GRP_CALL & ARM64_GRP_RET groups after the related change in the core by Nguyen Anh Quynh · 10 years ago
  8. 197fe1c bindings: add {ARM|ARM6}GRP_PRIVILEGE by Nguyen Anh Quynh · 10 years ago
  9. cac770a bindings: support QPX mode & QPX alias instructions by Nguyen Anh Quynh · 10 years ago
  10. 4dd0dcb add CS_GRP_PRIVILEGE group, and also add X86_GRP_PRIVILEGE group for bunch of X86 privileged instructions by Nguyen Anh Quynh · 10 years ago
  11. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 10 years ago
  12. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 10 years ago
  13. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 10 years ago
  14. debaa2e bindings: support newly added field @xop_cc in the last commit (Java, Ocaml, Python) by Nguyen Anh Quynh · 10 years ago
  15. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 10 years ago
  16. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 10 years ago
  17. 18336b7 bindings: update Java, Ocaml & Python bindings after the last Mips update by Nguyen Anh Quynh · 10 years ago
  18. b3e26fd x86: add prefix constant REPE by Nguyen Anh Quynh · 10 years ago
  19. 993e031 java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine by Nguyen Anh Quynh · 10 years ago
  20. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  21. 1038fdb x86: add new registers DR8-DR15 by Nguyen Anh Quynh · 10 years ago
  22. 59c72af x86: add 3 new undocumented instructions fdisi8087_nop, feni8087_nop & ffreep by Nguyen Anh Quynh · 10 years ago
  23. 534b948 bump version to 4.0 by Nguyen Anh Quynh · 10 years ago
  24. 0ea529a java: add close() method to avoid some unknown crash caused by finallize() on Ubuntu 14.04. FIXME by Nguyen Anh Quynh · 10 years ago
  25. faa925a fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op by Nguyen Anh Quynh · 10 years ago
  26. e01fdfb java: add comments on hardware modes by Nguyen Anh Quynh · 10 years ago
  27. bf4723f java: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  28. 6f00a98 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  29. 39785fb java: add CS_SUPPORT_X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  30. 5db983d java: fix a wrong type for memBarrier in Arm.java by Nguyen Anh Quynh · 10 years ago
  31. 0b3d95e java/ocaml/python: support the newly added mem_barrier field of cs_arm struct by Nguyen Anh Quynh · 10 years ago
  32. 8e53890 ocaml/java: support CS_MODE_V8 for Arm by Nguyen Anh Quynh · 10 years ago
  33. a65d7ef java/ocaml/python: update bindings after the last change on generic instruction groups by Nguyen Anh Quynh · 10 years ago
  34. 69271dd java/ocaml/python: add the missing generic instruction operand types by Nguyen Anh Quynh · 10 years ago
  35. b0464ef java/python/ocaml: update bindings after the last changes on operand types by Nguyen Anh Quynh · 10 years ago
  36. 5808634 java/python/ocaml: update after latest changes in x86.h by Nguyen Anh Quynh · 10 years ago
  37. bec9af7 java: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  38. 4d2c362 python: update after the latest change on PPC in the core by Nguyen Anh Quynh · 10 years ago
  39. 79e253c Remove CS_MODE_N64 by Jay Oster · 10 years ago
  40. b10418e java: a call to printf() in TestArm.java is missing a variable by Nguyen Anh Quynh · 10 years ago
  41. db8eaa3 bindings: remove MIPS_REG_PC constant following the change in the core by Nguyen Anh Quynh · 10 years ago
  42. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  43. a3f87a5 java: add 'check' target to Makefile by Nguyen Anh Quynh · 10 years ago
  44. 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
  45. 3671d70 Java binding: fix missing dependency by danghvu · 10 years ago
  46. ef92cdb Update java binding to v3 by danghvu · 10 years ago
  47. 53bbee3 Fix java binding tests by danghvu · 10 years ago
  48. 3f9247d java: add interface for cs_group_name() API by Nguyen Anh Quynh · 10 years ago
  49. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  50. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  51. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  52. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  53. 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
  54. 7a9d19e python & java: update after the last PPC core update by Nguyen Anh Quynh · 10 years ago
  55. 721d07f ppc: support alias instructions. update Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  56. 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
  57. 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
  58. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  59. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  60. 212a017 java: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  61. c286b34 Merge branch 'arm64' into v3 by Nguyen Anh Quynh · 10 years ago
  62. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  63. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  64. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  65. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  66. 91a6477 ppc: fix a mistake on interpreting CR registers by deleting CR8 -> CR31 by Nguyen Anh Quynh · 10 years ago
  67. dd3deec ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  68. 0f0eb98 mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  69. 7c089fd arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  70. b52f11f arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  71. fd0f798 bump API & package version to 3.0 by Nguyen Anh Quynh · 10 years ago
  72. 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
  73. 3c0f436 python & java: update after the last change in core on PPC_BH_NO by Nguyen Anh Quynh · 10 years ago
  74. 42c11bc python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  75. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  76. 1a66fec x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change by Nguyen Anh Quynh · 10 years ago
  77. 7de200a python & java: update after the last change in the core on avx_zero_opmask by Nguyen Anh Quynh · 10 years ago
  78. 92a3d4c x86: add AVX's zero_opmask to cs_x86_op struct. updated Python & Java bindings for this change by Nguyen Anh Quynh · 10 years ago
  79. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  80. 4c5eabc x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  81. 0d71645 x86: add avx_bcast to cs_x86_op to support AVX512 instructions. this also updates Python & Java binding by Nguyen Anh Quynh · 10 years ago
  82. eeb0690 java: update X86 after the last change in the core by Nguyen Anh Quynh · 10 years ago
  83. 0467842 java: update X86 binding after the last update in the core by Nguyen Anh Quynh · 10 years ago
  84. f3a9659 python & java: update x86 following the last update in core by Nguyen Anh Quynh · 10 years ago
  85. 83800cd python & java: add comments on operand's size by Nguyen Anh Quynh · 10 years ago
  86. e68ce0e java: update after the last change in x86 core by Nguyen Anh Quynh · 10 years ago
  87. 73bbbb3 arm: add ASRS, LSRS, VCLE, VCLT instructions. update Python & Java bindings at the same time by Nguyen Anh Quynh · 10 years ago
  88. 6f74ccc Add new x86 instruction groups by Jay Oster · 10 years ago
  89. cfc7ca6 python & java: update constants for Xcore after the last change in the core by Nguyen Anh Quynh · 10 years ago
  90. 4d00986 java: add Xcore support by Nguyen Anh Quynh · 10 years ago
  91. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  92. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  93. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  94. 461ab82 Fix broken java binding by danghvu · 10 years ago
  95. 0c478ab Fix Makefile to use && as well in bindings by danghvu · 10 years ago
  96. d7c2a65 java: delete dirs of generated binaries in clean target when BUILDDIR is defined by Nguyen Anh Quynh · 10 years ago
  97. f4f3055 Makefile: add support for building java binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  98. 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  99. a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  100. b5236ff java: update after the last change to the core of systemz by Nguyen Anh Quynh · 11 years ago