1. 5be2592 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  2. b0cc71d bindings: update java/ocaml/python after the last change in Arm's core by Nguyen Anh Quynh · 10 years ago
  3. fe4822c Ocaml: major update by Nguyen Anh Quynh · 10 years ago
  4. a3f87a5 java: add 'check' target to Makefile by Nguyen Anh Quynh · 10 years ago
  5. 984d450 Makefile: add 'check' target by Nguyen Anh Quynh · 10 years ago
  6. 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
  7. ebeec9d Cython: update installation and tests to v3 by danghvu · 10 years ago
  8. 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
  9. 3671d70 Java binding: fix missing dependency by danghvu · 10 years ago
  10. ed7e43d Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  11. 82354b6 ocaml: rename cs_disasm() back to cs_disasm_quick(), which rightly reflects its nature by Nguyen Anh Quynh · 10 years ago
  12. 2412069 Fix python binding tests by danghvu · 10 years ago
  13. ef92cdb Update java binding to v3 by danghvu · 10 years ago
  14. 53bbee3 Fix java binding tests by danghvu · 10 years ago
  15. 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
  16. bf23075 ocaml: activate test_xcore.ml's non-class test by Nguyen Anh Quynh · 10 years ago
  17. c7fa8fa Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  18. 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
  19. 3f9247d java: add interface for cs_group_name() API by Nguyen Anh Quynh · 10 years ago
  20. 770cf6d cython: update to v3. still need more tests by Nguyen Anh Quynh · 10 years ago
  21. 443af14 ocaml: make some calls on Store_field() in ocaml.c to be in order by Nguyen Anh Quynh · 10 years ago
  22. fbaedfb ocaml: fix an warning on test_arm64.ml by Nguyen Anh Quynh · 10 years ago
  23. 77d93e9 ocaml: update to work with v3 core by Nguyen Anh Quynh · 10 years ago
  24. acbafc6 ocaml/python/java: fix some broken arm64 constants generated by const_generator.py by Nguyen Anh Quynh · 10 years ago
  25. 54f8cef mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  26. 5691dd4 mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings by Nguyen Anh Quynh · 10 years ago
  27. e483c6e ocaml: update constants by Nguyen Anh Quynh · 10 years ago
  28. 0e755cf Merge branch 'next' into test by Nguyen Anh Quynh · 10 years ago
  29. 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
  30. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  31. 7e57e79 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  32. 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
  33. 7a9d19e python & java: update after the last PPC core update by Nguyen Anh Quynh · 10 years ago
  34. 721d07f ppc: support alias instructions. update Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  35. 25538b0 python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy by Nguyen Anh Quynh · 10 years ago
  36. 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
  37. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  38. 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
  39. 934e180 x86: more update to the core by Nguyen Anh Quynh · 10 years ago
  40. a7792ae systemz: update core. also update Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  41. 212a017 java: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  42. 5166236 python: update after the latest changes in the core on arm64 by Nguyen Anh Quynh · 10 years ago
  43. c286b34 Merge branch 'arm64' into v3 by Nguyen Anh Quynh · 10 years ago
  44. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  45. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  46. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  47. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  48. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  49. a726402 sparc: update core. this added/removed some instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  50. 91a6477 ppc: fix a mistake on interpreting CR registers by deleting CR8 -> CR31 by Nguyen Anh Quynh · 10 years ago
  51. dd3deec ppc: update core. this added new instructions, groups & registers. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  52. 0f0eb98 mips: update core. this added bunch of new instructions & groups. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  53. 7c089fd arm: add new mode CS_MODE_MCLASS for Cortex-M series. updated Python & Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  54. b52f11f arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly by Nguyen Anh Quynh · 10 years ago
  55. fd0f798 bump API & package version to 3.0 by Nguyen Anh Quynh · 10 years ago
  56. 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
  57. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  58. cbc7dd9 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  59. 3c0f436 python & java: update after the last change in core on PPC_BH_NO by Nguyen Anh Quynh · 10 years ago
  60. 42c11bc python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID by Nguyen Anh Quynh · 10 years ago
  61. 245cac5 python: support newly added API cs_group_name() by Nguyen Anh Quynh · 10 years ago
  62. faf368b Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  63. 9f6ed71 x86: add @rex to cs_x86 struct. updated python & java binding for this change by Nguyen Anh Quynh · 10 years ago
  64. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  65. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  66. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  67. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  68. af6825a Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  69. e9476ae update bindings/README for C++ binding by Nguyen Anh Quynh · 10 years ago
  70. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  71. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  72. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  73. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago
  74. 7178cd0 Merge branch 'next' into opsize by Nguyen Anh Quynh · 10 years ago
  75. 28b1f49 ocaml: update README by Nguyen Anh Quynh · 10 years ago
  76. cece24e working OCaml bindings by Guillaume Jeanne · 10 years ago
  77. 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
  78. 7de200a python & java: update after the last change in the core on avx_zero_opmask by Nguyen Anh Quynh · 10 years ago
  79. 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
  80. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  81. 4c5eabc x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  82. 0de6783 python: print instruction's basic info from print_detail() of test_detail.py by Nguyen Anh Quynh · 10 years ago
  83. 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
  84. eeb0690 java: update X86 after the last change in the core by Nguyen Anh Quynh · 10 years ago
  85. bb6440c x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change by Nguyen Anh Quynh · 10 years ago
  86. 0467842 java: update X86 binding after the last update in the core by Nguyen Anh Quynh · 10 years ago
  87. 14ba46b x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan. by Nguyen Anh Quynh · 10 years ago
  88. f3a9659 python & java: update x86 following the last update in core by Nguyen Anh Quynh · 10 years ago
  89. 83800cd python & java: add comments on operand's size by Nguyen Anh Quynh · 10 years ago
  90. e68ce0e java: update after the last change in x86 core by Nguyen Anh Quynh · 10 years ago
  91. e792451 python: update after the last change in x86 core by Nguyen Anh Quynh · 10 years ago
  92. 4fe5995 python: test_detail.py print groups with space delimiter by Nguyen Anh Quynh · 10 years ago
  93. 73bbbb3 arm: add ASRS, LSRS, VCLE, VCLT instructions. update Python & Java bindings at the same time by Nguyen Anh Quynh · 10 years ago
  94. 02f8176 python: fix an use-after-free issue. bug reported by Luis Miras by Nguyen Anh Quynh · 10 years ago
  95. 4aacbea Merge branch 'next' into cmake2 by Nguyen Anh Quynh · 10 years ago
  96. 98bce0f python: rename libcapstone.dll to capstone.dll. also load versioning SO (using version 3 for the next API) by Nguyen Anh Quynh · 10 years ago
  97. a19d3f0 Merge branch 'feature/x86-groups' of https://github.com/parasyte/capstone into test by Nguyen Anh Quynh · 10 years ago
  98. 8606453 bindings: add README by Nguyen Anh Quynh · 10 years ago
  99. 7e22936 python: expose print_detail() in test_detail.py to make it reusable by Nguyen Anh Quynh · 10 years ago
  100. 6f74ccc Add new x86 instruction groups by Jay Oster · 10 years ago