1. 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
  2. 586be76 ocaml: separate constants into separate files, which are actually autogen by const_generator.py by Nguyen Anh Quynh · 10 years ago
  3. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  4. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  5. ae48c97 OCaml: add sparc, systemz and xcore by Guillaume Jeanne · 10 years ago
  6. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  7. 58fe971 ocaml: simplification in ocaml.c: op_count variable by Guillaume Jeanne · 10 years ago
  8. da1c2d0 ocaml: ppc test is working by Guillaume Jeanne · 10 years ago
  9. e002ac7 ocaml: add support of ppc by Guillaume Jeanne · 10 years ago
  10. 2147194 ocaml: add ppc.ml with all ppc const by Guillaume Jeanne · 10 years ago
  11. af6825a Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  12. e9476ae update bindings/README for C++ binding by Nguyen Anh Quynh · 10 years ago
  13. 7ce90f1 ocaml: update reg/inst/group const in x86 by Guillaume Jeanne · 10 years ago
  14. 0a50980 ocaml: update reg/inst/group const in mips by Guillaume Jeanne · 10 years ago
  15. e2cb91d ocaml: update reg/inst/group const in arm by Guillaume Jeanne · 10 years ago
  16. d157775 ocaml: update reg/inst/group const in arm64 by Guillaume Jeanne · 10 years ago
  17. 28b1f49 ocaml: update README by Nguyen Anh Quynh · 10 years ago
  18. cece24e working OCaml bindings by Guillaume Jeanne · 10 years ago
  19. 4fe5995 python: test_detail.py print groups with space delimiter by Nguyen Anh Quynh · 10 years ago
  20. 73bbbb3 arm: add ASRS, LSRS, VCLE, VCLT instructions. update Python & Java bindings at the same time by Nguyen Anh Quynh · 10 years ago
  21. 02f8176 python: fix an use-after-free issue. bug reported by Luis Miras by Nguyen Anh Quynh · 10 years ago
  22. 4aacbea Merge branch 'next' into cmake2 by Nguyen Anh Quynh · 10 years ago
  23. 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
  24. a19d3f0 Merge branch 'feature/x86-groups' of https://github.com/parasyte/capstone into test by Nguyen Anh Quynh · 10 years ago
  25. 8606453 bindings: add README by Nguyen Anh Quynh · 10 years ago
  26. 7e22936 python: expose print_detail() in test_detail.py to make it reusable by Nguyen Anh Quynh · 10 years ago
  27. 6f74ccc Add new x86 instruction groups by Jay Oster · 10 years ago
  28. c54b7ac python: add test_xcore.py by Nguyen Anh Quynh · 10 years ago
  29. cfc7ca6 python & java: update constants for Xcore after the last change in the core by Nguyen Anh Quynh · 10 years ago
  30. 4d00986 java: add Xcore support by Nguyen Anh Quynh · 10 years ago
  31. d0f3e15 python: fix Xcore bug by Nguyen Anh Quynh · 10 years ago
  32. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  33. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  34. 0ebbf1e python: ArmOpValue.imm uses int32 type after the last change in the core by Nguyen Anh Quynh · 10 years ago
  35. e96e34d python: test_x86.py print prefixes with a space between consecutive bytes by Nguyen Anh Quynh · 10 years ago
  36. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  37. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  38. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  39. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  40. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  41. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  42. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  43. 461ab82 Fix broken java binding by danghvu · 10 years ago
  44. cdf6b82 Fix mismatch tests' output of python binding by danghvu · 10 years ago
  45. 0c478ab Fix Makefile to use && as well in bindings by danghvu · 10 years ago
  46. d7c2a65 java: delete dirs of generated binaries in clean target when BUILDDIR is defined by Nguyen Anh Quynh · 10 years ago
  47. e028ac5 Merge branch 'feature/java-out-of-tree' of https://github.com/frida/capstone into outoftree by Nguyen Anh Quynh · 10 years ago
  48. 5ef2482 python: fix some Cython bugs introduced when X86_REDUCE option was added by Nguyen Anh Quynh · 10 years ago
  49. f4f3055 Makefile: add support for building java binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  50. e3ef665 Makefile: add support for building python binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  51. 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  52. 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  53. a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  54. babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  55. 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 10 years ago
  56. 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 10 years ago
  57. 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 10 years ago
  58. e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 10 years ago
  59. b1e14f9 python: optimize to_x() & to_x_32() for python3 by Nguyen Anh Quynh · 10 years ago
  60. 5a46c14 python: fix to_x() & to_x_32() in test.py by Nguyen Anh Quynh · 10 years ago
  61. 4b9de0d python: change SKIPDATA's callback prototype after the last change in the core by Nguyen Anh Quynh · 10 years ago
  62. 749046b python: initial Python3 support by Nguyen Anh Quynh · 10 years ago
  63. 110ab1d Python 3 support by fenuks · 10 years ago
  64. 669e329 python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 10 years ago
  65. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 10 years ago
  66. 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 10 years ago
  67. 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  68. 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 10 years ago
  69. c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  70. f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  71. 34456af python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 10 years ago
  72. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  73. 0d9440c python: expose CS_SUPPORT_X86_COMPACT by Nguyen Anh Quynh · 10 years ago
  74. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  75. 965ebf8 python: add more information to debug() by Nguyen Anh Quynh · 10 years ago
  76. 534b416 python: thanks to the last change in the core, tricky call to cs_open() is no longer needed for debug() by Nguyen Anh Quynh · 10 years ago
  77. 7fc8121 python: rename cs_version_bind() to version_bind() by Nguyen Anh Quynh · 10 years ago
  78. 9aff233 python: fix debug() for Cython by Nguyen Anh Quynh · 10 years ago
  79. d0abe15 python: add debug() function by Nguyen Anh Quynh · 10 years ago
  80. 892729c java: add error modes, version() & support diet engine by Nguyen Anh Quynh · 10 years ago
  81. 548b6b5 cython: add comments for all API methods by Nguyen Anh Quynh · 10 years ago
  82. 6f7e3a0 cython: add missing counters for CsDetail. this fixes some crashes when accessing related data. also fixes reg_read() & reg_write() for CsInsn by Nguyen Anh Quynh · 10 years ago
  83. f4e2344 cython: add __dealloc__ method to Cs class to free memory when destroying its object. this fixes a memleak bug by Nguyen Anh Quynh · 10 years ago
  84. 5c7701d python: add some comments for the main APIs by Nguyen Anh Quynh · 10 years ago
  85. 66b3347 java: fix call to cs_close() following core's API change by Nguyen Anh Quynh · 10 years ago
  86. 282c882 python: fix the leftover cs_close() by Nguyen Anh Quynh · 10 years ago
  87. eb1cc13 python: update following the change to cs_close() API in the core by Nguyen Anh Quynh · 10 years ago
  88. b77d1f2 python: add new API cs_version_bind() to return binding's version (might differ from core's) by Nguyen Anh Quynh · 10 years ago
  89. 27a35fe python: fix bugs in test.py & test_lite.py by Nguyen Anh Quynh · 10 years ago
  90. 79b6cc7 cython: raise error when accessing irrelevant data in diet mode by Nguyen Anh Quynh · 10 years ago
  91. d5d06ed Merge branch 'x86' into next by Nguyen Anh Quynh · 10 years ago
  92. 0ea1251 python & java: update instruction constants after the last core update by Nguyen Anh Quynh · 10 years ago
  93. 07dc092 python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification by Nguyen Anh Quynh · 10 years ago
  94. 6d05f92 python: fix some wrong comments on diet related code by Nguyen Anh Quynh · 10 years ago
  95. d3500aa python: add a comment regarding CS_SUPPORT_DIET by Nguyen Anh Quynh · 10 years ago
  96. 3d5c0a4 python: cache diet option for better performance by Nguyen Anh Quynh · 10 years ago
  97. 56a5058 python: more check for diet engine in some APIs by Nguyen Anh Quynh · 10 years ago
  98. 51c822d python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine by Nguyen Anh Quynh · 10 years ago
  99. fe45776 python: expose cs_disasm_lite() to __init__.py by Nguyen Anh Quynh · 10 years ago
  100. a5818fc Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago