1. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  2. 0d9440c python: expose CS_SUPPORT_X86_COMPACT by Nguyen Anh Quynh · 11 years ago
  3. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 11 years ago
  4. b5236ff java: update after the last change to the core of systemz by Nguyen Anh Quynh · 11 years ago
  5. 3f59a8c python: clean test_sparc.py by Nguyen Anh Quynh · 11 years ago
  6. aca2db2 python: update after the last change to the core of systemz by Nguyen Anh Quynh · 11 years ago
  7. 9872695 java: Sparc's operand array size = 4 by Nguyen Anh Quynh · 11 years ago
  8. 21bd393 java: add SystemZ arch by Nguyen Anh Quynh · 11 years ago
  9. 1c8405d python: add SystemZ support by Nguyen Anh Quynh · 11 years ago
  10. 4321468 java: fix Sparc to get correct CsSparc fields by Nguyen Anh Quynh · 11 years ago
  11. 1a48ba3 java: fix Sparc test by Nguyen Anh Quynh · 11 years ago
  12. 1a39bb5 API: bump to 2.2 after the addition of Sparc support by Nguyen Anh Quynh · 11 years ago
  13. ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 11 years ago
  14. d067ebc java: support Sparc by Nguyen Anh Quynh · 11 years ago
  15. 30a9d54 python: add Sparc tests by Nguyen Anh Quynh · 11 years ago
  16. 1055a2e python: support Sparc by Nguyen Anh Quynh · 11 years ago
  17. 965ebf8 python: add more information to debug() by Nguyen Anh Quynh · 11 years ago
  18. 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
  19. 7fc8121 python: rename cs_version_bind() to version_bind() by Nguyen Anh Quynh · 11 years ago
  20. 9aff233 python: fix debug() for Cython by Nguyen Anh Quynh · 11 years ago
  21. d0abe15 python: add debug() function by Nguyen Anh Quynh · 11 years ago
  22. 892729c java: add error modes, version() & support diet engine by Nguyen Anh Quynh · 11 years ago
  23. 548b6b5 cython: add comments for all API methods by Nguyen Anh Quynh · 11 years ago
  24. 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
  25. 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
  26. 5c7701d python: add some comments for the main APIs by Nguyen Anh Quynh · 11 years ago
  27. 66b3347 java: fix call to cs_close() following core's API change by Nguyen Anh Quynh · 11 years ago
  28. 282c882 python: fix the leftover cs_close() by Nguyen Anh Quynh · 11 years ago
  29. eb1cc13 python: update following the change to cs_close() API in the core by Nguyen Anh Quynh · 11 years ago
  30. 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
  31. 27a35fe python: fix bugs in test.py & test_lite.py by Nguyen Anh Quynh · 11 years ago
  32. 79b6cc7 cython: raise error when accessing irrelevant data in diet mode by Nguyen Anh Quynh · 11 years ago
  33. d5d06ed Merge branch 'x86' into next by Nguyen Anh Quynh · 11 years ago
  34. 0ea1251 python & java: update instruction constants after the last core update by Nguyen Anh Quynh · 11 years ago
  35. 07dc092 python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification by Nguyen Anh Quynh · 11 years ago
  36. 6d05f92 python: fix some wrong comments on diet related code by Nguyen Anh Quynh · 11 years ago
  37. d3500aa python: add a comment regarding CS_SUPPORT_DIET by Nguyen Anh Quynh · 11 years ago
  38. 3d5c0a4 python: cache diet option for better performance by Nguyen Anh Quynh · 11 years ago
  39. 56a5058 python: more check for diet engine in some APIs by Nguyen Anh Quynh · 11 years ago
  40. 51c822d python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine by Nguyen Anh Quynh · 11 years ago
  41. fe45776 python: expose cs_disasm_lite() to __init__.py by Nguyen Anh Quynh · 11 years ago
  42. a5818fc Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  43. a0a8a00 python: add getter for 'diet' & add support() API to Cs class by Nguyen Anh Quynh · 11 years ago
  44. 5ca85ab python: argument of cs_support() is query, not arch by Nguyen Anh Quynh · 11 years ago
  45. 9c715aa java: fix indentation by Nguyen Anh Quynh · 11 years ago
  46. bf723fa java: fix NULL pointr exception introduced by last commit. suggested by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  47. a25a7ad java: verify against core's version before doing anything by Nguyen Anh Quynh · 11 years ago
  48. a6d0d7a cython: verify against core's version before doing anything by Nguyen Anh Quynh · 11 years ago
  49. 0a8cbbe java: support 'diet' mode by Nguyen Anh Quynh · 11 years ago
  50. 972bb5b python: support 'diet' mode by Nguyen Anh Quynh · 11 years ago
  51. f86b21e python: update README for test_lite.py by Nguyen Anh Quynh · 11 years ago
  52. 5d0428e python: add test_lite.py to demonstrate new APIs: cs_disasm_lite() & Cs.disasm_lite() by Nguyen Anh Quynh · 11 years ago
  53. b38a1bf python: add quick/dirty function cs_disasm_lite() that only returns tuples rather than CsInsn objects by Nguyen Anh Quynh · 11 years ago
  54. 5288c2e python: add comments for disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  55. e7c5695 java: fix memleak in disasm() by Nguyen Anh Quynh · 11 years ago
  56. 0154762 cython: bump package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  57. 22f1c17 python: fix memleak error in Cython's disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  58. abb48c7 python: fix identation by removing tabs by Nguyen Anh Quynh · 11 years ago
  59. 43cce29 python: implement disasm_lite() for Cython by Nguyen Anh Quynh · 11 years ago
  60. 071a7fb python: bump python package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  61. 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
  62. 046902a python & java: update constants following last change to PPC arch by Nguyen Anh Quynh · 11 years ago
  63. 43a9a9d bump API version from 2.0 to 2.1 for core + Python & Java bindings by Nguyen Anh Quynh · 11 years ago
  64. 748e4f8 python & java: update following last update to Mips core by Nguyen Anh Quynh · 11 years ago
  65. 590d1cf python: verify binding's API version with core's & raise error if they are different by Nguyen Anh Quynh · 11 years ago
  66. 5bd0e2e java & python: update instructions following the last x86 core update by Nguyen Anh Quynh · 11 years ago
  67. ea5ed83 python: improve README for cython binding by Nguyen Anh Quynh · 11 years ago
  68. 4edf776 Merge branch 'master' of https://github.com/dannyleates/capstone into next by Nguyen Anh Quynh · 11 years ago
  69. 8bd0fe4 Update README by dannyleates · 11 years ago
  70. b2a8151 Update Readme by dannyleates · 11 years ago
  71. 5d1244d java: update X86_const.java after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  72. f46713b python: update x86_const.py after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  73. fc947e0 python: update Cython for the change on @op_str in the core by Nguyen Anh Quynh · 11 years ago
  74. 9eb9f53 python & java: update following the last change to @op_str by Nguyen Anh Quynh · 11 years ago
  75. 0941042 java: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  76. a4e6e2a python: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  77. 44cebf2 python & java: pump API to 2.0 by Nguyen Anh Quynh · 11 years ago
  78. 7900458 python: fix Cython binding following the latest core change on @op_str by Nguyen Anh Quynh · 11 years ago
  79. a71a299 java: update @opStr & ARM's @Operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  80. e03da92 python: update @op_str & ARM's @operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  81. a84fe66 python: indentation for cython code. also added author credits to these new files by Nguyen Anh Quynh · 11 years ago
  82. aaaf345 python: update clean target for *.pyx files by Nguyen Anh Quynh · 11 years ago
  83. e61c504 Clean up addition cython code by danghvu · 11 years ago
  84. cfd41dd Improve cython by using CCsInsn when possible by danghvu · 11 years ago
  85. e14556a python: generator yields nothing rather than [] on failure by Nguyen Anh Quynh · 11 years ago
  86. 377bced python: correct comment on default value of @detail by Nguyen Anh Quynh · 11 years ago
  87. 92f8296 python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF by Nguyen Anh Quynh · 11 years ago
  88. 4c009c7 python: instructions on installing Cython as dependency by Nguyen Anh Quynh · 11 years ago
  89. d35416a python: add instructions on Cython-based binding to README by Nguyen Anh Quynh · 11 years ago
  90. 5dba289 python: revert the directory name change, so rename 'cython' back to 'pyx' by Nguyen Anh Quynh · 11 years ago
  91. f042e57 python: rename pyx/ to cython/ by Nguyen Anh Quynh · 11 years ago
  92. b49f80d python: make install is the preferred way to install python binding by Nguyen Anh Quynh · 11 years ago
  93. 71fe283 python: make clean should not remove everything in pyx/ by Nguyen Anh Quynh · 11 years ago
  94. 58a3e3e python: cleanup setup*.py by Nguyen Anh Quynh · 11 years ago
  95. f7f15a8 python: cleaning pkg directory before installing by Nguyen Anh Quynh · 11 years ago
  96. 7e0c2cd python: add compile_args for cython by Nguyen Anh Quynh · 11 years ago
  97. b3923cf python: copying code from capstone/ to pyx/ rather than duplicating code by Nguyen Anh Quynh · 11 years ago
  98. 6b8445b python: proper support for cython by Nguyen Anh Quynh · 11 years ago
  99. 8212470 python: another fix for cython by Nguyen Anh Quynh · 11 years ago
  100. 4c259d4 python: temporary fix for cython by Nguyen Anh Quynh · 11 years ago