1. fc947e0 python: update Cython for the change on @op_str in the core by Nguyen Anh Quynh · 11 years ago
  2. 9eb9f53 python & java: update following the last change to @op_str by Nguyen Anh Quynh · 11 years ago
  3. 0941042 java: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  4. a4e6e2a python: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  5. 44cebf2 python & java: pump API to 2.0 by Nguyen Anh Quynh · 11 years ago
  6. 7900458 python: fix Cython binding following the latest core change on @op_str by Nguyen Anh Quynh · 11 years ago
  7. a71a299 java: update @opStr & ARM's @Operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  8. e03da92 python: update @op_str & ARM's @operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  9. a84fe66 python: indentation for cython code. also added author credits to these new files by Nguyen Anh Quynh · 11 years ago
  10. aaaf345 python: update clean target for *.pyx files by Nguyen Anh Quynh · 11 years ago
  11. e61c504 Clean up addition cython code by danghvu · 11 years ago
  12. cfd41dd Improve cython by using CCsInsn when possible by danghvu · 11 years ago
  13. e14556a python: generator yields nothing rather than [] on failure by Nguyen Anh Quynh · 11 years ago
  14. 377bced python: correct comment on default value of @detail by Nguyen Anh Quynh · 11 years ago
  15. 92f8296 python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF by Nguyen Anh Quynh · 11 years ago
  16. 4c009c7 python: instructions on installing Cython as dependency by Nguyen Anh Quynh · 11 years ago
  17. d35416a python: add instructions on Cython-based binding to README by Nguyen Anh Quynh · 11 years ago
  18. 5dba289 python: revert the directory name change, so rename 'cython' back to 'pyx' by Nguyen Anh Quynh · 11 years ago
  19. f042e57 python: rename pyx/ to cython/ by Nguyen Anh Quynh · 11 years ago
  20. b49f80d python: make install is the preferred way to install python binding by Nguyen Anh Quynh · 11 years ago
  21. 71fe283 python: make clean should not remove everything in pyx/ by Nguyen Anh Quynh · 11 years ago
  22. 58a3e3e python: cleanup setup*.py by Nguyen Anh Quynh · 11 years ago
  23. f7f15a8 python: cleaning pkg directory before installing by Nguyen Anh Quynh · 11 years ago
  24. 7e0c2cd python: add compile_args for cython by Nguyen Anh Quynh · 11 years ago
  25. b3923cf python: copying code from capstone/ to pyx/ rather than duplicating code by Nguyen Anh Quynh · 11 years ago
  26. 6b8445b python: proper support for cython by Nguyen Anh Quynh · 11 years ago
  27. 8212470 python: another fix for cython by Nguyen Anh Quynh · 11 years ago
  28. 4c259d4 python: temporary fix for cython by Nguyen Anh Quynh · 11 years ago
  29. 99d365f python: cython support - thanks to Tan Sheng Di for helps by Nguyen Anh Quynh · 11 years ago
  30. 2bb6bdb python: CsInsn's errno() method is missing self argument by Nguyen Anh Quynh · 11 years ago
  31. fc4bc12 python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  32. 646ca6b python: add missing PPC support to the last commit by Nguyen Anh Quynh · 11 years ago
  33. 02874e6 Shorten python code for getting detail info by danghvu · 11 years ago
  34. c263d35 correct comments on CS_OPT_ON/OFF regarding default detail option by Nguyen Anh Quynh · 11 years ago
  35. 6a1107c java: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  36. 428fdcd python: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  37. 2ba53f5 python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  38. 83dd67e java: OpenJDK 7 is also supported by Nguyen Anh Quynh · 11 years ago
  39. d2f46d7 remove bindings/csharp - we no longer maintain it by Nguyen Anh Quynh · 11 years ago
  40. bc97e6c bump package version to 2.0 by Nguyen Anh Quynh · 11 years ago
  41. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  42. 1044c3e java: indentation fix by Nguyen Anh Quynh · 11 years ago
  43. fa02175 python: delete redundant .gitignore by Nguyen Anh Quynh · 11 years ago
  44. 61e572b python: update to support PPC by Nguyen Anh Quynh · 11 years ago
  45. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  46. c476765 Update java binding for PPC arch by danghvu · 11 years ago
  47. 5611de0 Fix const generator to account for PPC enum style by danghvu · 11 years ago
  48. 5cd6b34 python: add PPC test to test.py & test_detail.py by Nguyen Anh Quynh · 11 years ago
  49. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  50. 34f9638 add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno() by Nguyen Anh Quynh · 11 years ago
  51. 5f1f90c fix for the last commit, and make the test code no longer specify ppc code as 64bit by Nguyen Anh Quynh · 11 years ago
  52. e06b2d0 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes by Nguyen Anh Quynh · 11 years ago
  53. ef709f0 python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas. by Nguyen Anh Quynh · 11 years ago
  54. f2d0ff2 python: add PPC sample to test.py by Nguyen Anh Quynh · 11 years ago
  55. 4d22779 add the missing include/ppc.h by Nguyen Anh Quynh · 11 years ago
  56. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  57. 51a7710 java: update cs_version() prototype following the changes to this API in the core by Nguyen Anh Quynh · 11 years ago
  58. 82fe8ff python: update binding following the changes to cs_version() by Nguyen Anh Quynh · 11 years ago
  59. 80348ba Clean up unused code and some coding style by danghvu · 11 years ago
  60. ef9bd0a Let jna handle alignment, reduce performance but more cross-platform by danghvu · 11 years ago
  61. 8677ce7 Minor changes for x86 compatibility by danghvu · 11 years ago
  62. 03be9f5 Fix java binding for cs2 branch by danghvu · 11 years ago
  63. 496a62b python: update to new API cs_disasm_ex() by Nguyen Anh Quynh · 11 years ago
  64. 3a87fb9 python: minor fix for comments of _dummy_cs class by Nguyen Anh Quynh · 11 years ago
  65. 3cbb230 python: keep referencing Cs class so make sure it is around until all CsInsn objects are deleted. bug reported by felixwilhelm by Nguyen Anh Quynh · 11 years ago
  66. 9ac9fcf python: support newly added API cs_support() & cs_version_ex() by Nguyen Anh Quynh · 11 years ago
  67. e76eae2 python: fix for README to keep lines within 80 columns for readability by Nguyen Anh Quynh · 11 years ago
  68. 6eae731 Merge branch 'master' of https://github.com/0xKD/capstone into pkgconfig by Nguyen Anh Quynh · 11 years ago
  69. 7008356 change cs_insn struct to follow the commit 18103e4a. fixed Python & Java bindings accordingly. attn: bindings by Nguyen Anh Quynh · 11 years ago
  70. 6b7b7d9 Make instruction distinction clearer by Kedar · 11 years ago
  71. 5f0c686 python: correct the last commit to fix cs_disasm_quick() by Nguyen Anh Quynh · 11 years ago
  72. edf1091 Update README for Windows install by Kedar · 11 years ago
  73. e71abd4 python: cs_disasm_quick() doesnt create CsInsn array on return, and makes reference to non-existent self. bug reported by Mario Vilas by Nguyen Anh Quynh · 11 years ago
  74. 1bdb23a add CS_OPT_MODE option. this allows us to change engine's mode at run-time by Nguyen Anh Quynh · 11 years ago
  75. d06e2f5 arm: expose alias registers SB, SL, FP & IP. attn: bindings by Nguyen Anh Quynh · 11 years ago
  76. 5331152 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  77. 315930d python: correct DLL file for dynamic loading when module is imported by Nguyen Anh Quynh · 11 years ago
  78. fa0639b python: clean setup.py by Nguyen Anh Quynh · 11 years ago
  79. 36508ff Fixed size of regWrite, regRead nd group by danghvu · 11 years ago
  80. 4ef20d5 Fixed naming convention by danghvu · 11 years ago
  81. 13adb95 Fix java error when JNA attempts to readField(op) when op_count == 0 by danghvu · 11 years ago
  82. 572afee python: code style: replace tab with 4 spaces by Nguyen Anh Quynh · 11 years ago
  83. 29d138f python: rename some public python classes to follow python naming convention by Nguyen Anh Quynh · 11 years ago
  84. 7957ed1 arm64: add some alias registers. attn: bindings by Nguyen Anh Quynh · 11 years ago
  85. 4994c58 bindings: support new 'detail' option for java & python by Nguyen Anh Quynh · 11 years ago
  86. ad89d25 mips: optimize Mips_map_register() to O(1). suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  87. 66f6c22 mips: fix NEGU alias instruction. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  88. 8940e5c java: return empty array when op_count = 0, rather than NULL. this is to be consistent with all other bindings by Nguyen Anh Quynh · 11 years ago
  89. aa036ee bindings: add cs_version() back for python & java by Nguyen Anh Quynh · 11 years ago
  90. 67fd143 python: remove useless __init__.py by Nguyen Anh Quynh · 11 years ago
  91. 98bc9c3 bindings: update java & python follow last API change by Nguyen Anh Quynh · 11 years ago
  92. 3ff4ccb bindings: update python & java following mips core engine by Nguyen Anh Quynh · 11 years ago
  93. bac111c bindings: update python & java following arm64 update by Nguyen Anh Quynh · 11 years ago
  94. dcde7e7 python: replace op_index() with op_find(), which straightly returns the desired operand rather than its cumbersome index by Nguyen Anh Quynh · 11 years ago
  95. f1618bc python: add error message to CsError and modify all tests to use CsError exception by Nguyen Anh Quynh · 11 years ago
  96. 73a6dba python: commented out the printout of @bytes, so 'make tests' doesnt complain anymore by Nguyen Anh Quynh · 11 years ago
  97. db048ab python: reimplement cs_op_count(), cs_op_index() & cs_insn_group() in python, so no need to save instruction raw data anymore by Nguyen Anh Quynh · 11 years ago
  98. 9b54264 Merge branch 'cserror' by Nguyen Anh Quynh · 11 years ago
  99. cdf41b0 python: delete dead code by Nguyen Anh Quynh · 11 years ago
  100. e099ede Fix Python bindings: by Nguyen Anh Quynh · 11 years ago