1. c1a44f1 python: fix a typo in @propery skipdata.setter by Nguyen Anh Quynh · 10 years ago
  2. 73cde40 python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL by Nguyen Anh Quynh · 10 years ago
  3. b3dea56 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype by Nguyen Anh Quynh · 10 years ago
  4. 4fe5995 python: test_detail.py print groups with space delimiter by Nguyen Anh Quynh · 10 years ago
  5. 73bbbb3 arm: add ASRS, LSRS, VCLE, VCLT instructions. update Python & Java bindings at the same time by Nguyen Anh Quynh · 10 years ago
  6. 02f8176 python: fix an use-after-free issue. bug reported by Luis Miras by Nguyen Anh Quynh · 10 years ago
  7. 4aacbea Merge branch 'next' into cmake2 by Nguyen Anh Quynh · 10 years ago
  8. 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
  9. a19d3f0 Merge branch 'feature/x86-groups' of https://github.com/parasyte/capstone into test by Nguyen Anh Quynh · 10 years ago
  10. 7e22936 python: expose print_detail() in test_detail.py to make it reusable by Nguyen Anh Quynh · 10 years ago
  11. 6f74ccc Add new x86 instruction groups by Jay Oster · 10 years ago
  12. c54b7ac python: add test_xcore.py by Nguyen Anh Quynh · 10 years ago
  13. cfc7ca6 python & java: update constants for Xcore after the last change in the core by Nguyen Anh Quynh · 10 years ago
  14. d0f3e15 python: fix Xcore bug by Nguyen Anh Quynh · 10 years ago
  15. 553bb48 python: support XCore by Nguyen Anh Quynh · 10 years ago
  16. 5a5d8a7 python & java: fix Sparc's CC constants after the last change in the core by Nguyen Anh Quynh · 10 years ago
  17. 0ebbf1e python: ArmOpValue.imm uses int32 type after the last change in the core by Nguyen Anh Quynh · 10 years ago
  18. e96e34d python: test_x86.py print prefixes with a space between consecutive bytes by Nguyen Anh Quynh · 10 years ago
  19. f260c20 fix some conflicts when merging msvc2 into next by Nguyen Anh Quynh · 10 years ago
  20. 9693450 arm64: do not consider WZR & XZR alias registers by Nguyen Anh Quynh · 10 years ago
  21. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  22. 688efe3 python: properly handle SIB's registers on irrelevant cases (zero value) of test_x86.py by Nguyen Anh Quynh · 10 years ago
  23. 1aa60d0 python: handle invalid argument (zero) for reg_name() & insn_name() of class CsInsn by Nguyen Anh Quynh · 10 years ago
  24. 1098329 python: refactor tests, so it is possible to reuse print_insn_detail() of all archs by Nguyen Anh Quynh · 10 years ago
  25. fc3636a python: update test_all.py by Nguyen Anh Quynh · 10 years ago
  26. cdf6b82 Fix mismatch tests' output of python binding by danghvu · 10 years ago
  27. 0c478ab Fix Makefile to use && as well in bindings by danghvu · 10 years ago
  28. 5ef2482 python: fix some Cython bugs introduced when X86_REDUCE option was added by Nguyen Anh Quynh · 10 years ago
  29. e3ef665 Makefile: add support for building python binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  30. 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  31. babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  32. 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 10 years ago
  33. 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 10 years ago
  34. 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 10 years ago
  35. e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 10 years ago
  36. b1e14f9 python: optimize to_x() & to_x_32() for python3 by Nguyen Anh Quynh · 10 years ago
  37. 5a46c14 python: fix to_x() & to_x_32() in test.py by Nguyen Anh Quynh · 10 years ago
  38. 4b9de0d python: change SKIPDATA's callback prototype after the last change in the core by Nguyen Anh Quynh · 10 years ago
  39. 749046b python: initial Python3 support by Nguyen Anh Quynh · 10 years ago
  40. 110ab1d Python 3 support by fenuks · 10 years ago
  41. 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
  42. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 10 years ago
  43. 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 10 years ago
  44. 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  45. 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 10 years ago
  46. c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  47. f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 10 years ago
  48. 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
  49. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  50. 0d9440c python: expose CS_SUPPORT_X86_COMPACT by Nguyen Anh Quynh · 10 years ago
  51. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 10 years ago
  52. 965ebf8 python: add more information to debug() by Nguyen Anh Quynh · 11 years ago
  53. 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 · 11 years ago
  54. 7fc8121 python: rename cs_version_bind() to version_bind() by Nguyen Anh Quynh · 11 years ago
  55. 9aff233 python: fix debug() for Cython by Nguyen Anh Quynh · 11 years ago
  56. d0abe15 python: add debug() function by Nguyen Anh Quynh · 11 years ago
  57. 548b6b5 cython: add comments for all API methods by Nguyen Anh Quynh · 11 years ago
  58. 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 · 11 years ago
  59. f4e2344 cython: add __dealloc__ method to Cs class to free memory when destroying its object. this fixes a memleak bug by Nguyen Anh Quynh · 11 years ago
  60. 5c7701d python: add some comments for the main APIs by Nguyen Anh Quynh · 11 years ago
  61. 282c882 python: fix the leftover cs_close() by Nguyen Anh Quynh · 11 years ago
  62. eb1cc13 python: update following the change to cs_close() API in the core by Nguyen Anh Quynh · 11 years ago
  63. b77d1f2 python: add new API cs_version_bind() to return binding's version (might differ from core's) by Nguyen Anh Quynh · 11 years ago
  64. 27a35fe python: fix bugs in test.py & test_lite.py by Nguyen Anh Quynh · 11 years ago
  65. 79b6cc7 cython: raise error when accessing irrelevant data in diet mode by Nguyen Anh Quynh · 11 years ago
  66. d5d06ed Merge branch 'x86' into next by Nguyen Anh Quynh · 11 years ago
  67. 0ea1251 python & java: update instruction constants after the last core update by Nguyen Anh Quynh · 11 years ago
  68. 07dc092 python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification by Nguyen Anh Quynh · 11 years ago
  69. 6d05f92 python: fix some wrong comments on diet related code by Nguyen Anh Quynh · 11 years ago
  70. d3500aa python: add a comment regarding CS_SUPPORT_DIET by Nguyen Anh Quynh · 11 years ago
  71. 3d5c0a4 python: cache diet option for better performance by Nguyen Anh Quynh · 11 years ago
  72. 56a5058 python: more check for diet engine in some APIs by Nguyen Anh Quynh · 11 years ago
  73. 51c822d python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine by Nguyen Anh Quynh · 11 years ago
  74. fe45776 python: expose cs_disasm_lite() to __init__.py by Nguyen Anh Quynh · 11 years ago
  75. a5818fc Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  76. a0a8a00 python: add getter for 'diet' & add support() API to Cs class by Nguyen Anh Quynh · 11 years ago
  77. 5ca85ab python: argument of cs_support() is query, not arch by Nguyen Anh Quynh · 11 years ago
  78. a6d0d7a cython: verify against core's version before doing anything by Nguyen Anh Quynh · 11 years ago
  79. 972bb5b python: support 'diet' mode by Nguyen Anh Quynh · 11 years ago
  80. f86b21e python: update README for test_lite.py by Nguyen Anh Quynh · 11 years ago
  81. 5d0428e python: add test_lite.py to demonstrate new APIs: cs_disasm_lite() & Cs.disasm_lite() by Nguyen Anh Quynh · 11 years ago
  82. b38a1bf python: add quick/dirty function cs_disasm_lite() that only returns tuples rather than CsInsn objects by Nguyen Anh Quynh · 11 years ago
  83. 5288c2e python: add comments for disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  84. 0154762 cython: bump package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  85. 22f1c17 python: fix memleak error in Cython's disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  86. abb48c7 python: fix identation by removing tabs by Nguyen Anh Quynh · 11 years ago
  87. 43cce29 python: implement disasm_lite() for Cython by Nguyen Anh Quynh · 11 years ago
  88. 071a7fb python: bump python package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  89. d53c165 python: implement disasm_lite() method which only return tuples of some critical info. this improves performance by 15% by Nguyen Anh Quynh · 11 years ago
  90. 046902a python & java: update constants following last change to PPC arch by Nguyen Anh Quynh · 11 years ago
  91. 43a9a9d bump API version from 2.0 to 2.1 for core + Python & Java bindings by Nguyen Anh Quynh · 11 years ago
  92. 748e4f8 python & java: update following last update to Mips core by Nguyen Anh Quynh · 11 years ago
  93. 590d1cf python: verify binding's API version with core's & raise error if they are different by Nguyen Anh Quynh · 11 years ago
  94. 5bd0e2e java & python: update instructions following the last x86 core update by Nguyen Anh Quynh · 11 years ago
  95. ea5ed83 python: improve README for cython binding by Nguyen Anh Quynh · 11 years ago
  96. 4edf776 Merge branch 'master' of https://github.com/dannyleates/capstone into next by Nguyen Anh Quynh · 11 years ago
  97. 8bd0fe4 Update README by dannyleates · 11 years ago
  98. b2a8151 Update Readme by dannyleates · 11 years ago
  99. 3f59a8c python: clean test_sparc.py by Nguyen Anh Quynh · 10 years ago
  100. aca2db2 python: update after the last change to the core of systemz by Nguyen Anh Quynh · 10 years ago