1. 44eb75a package: add README for homebrew formula by Nguyen Anh Quynh · 11 years ago
  2. 34de420 package: add homebrew formula by Nguyen Anh Quynh · 11 years ago
  3. 590d1cf python: verify binding's API version with core's & raise error if they are different by Nguyen Anh Quynh · 11 years ago
  4. 4f22028 add CS_ERR_VERSION to report error when binding version is different from core's API version by Nguyen Anh Quynh · 11 years ago
  5. 5bd0e2e java & python: update instructions following the last x86 core update by Nguyen Anh Quynh · 11 years ago
  6. d7c00fe x86: REP should have *CX registers as implicit registers read/written by Nguyen Anh Quynh · 11 years ago
  7. 7d195fa cleanup RELEASE_NOTES, as the mentioned bug in 2.0 was fixed by Nguyen Anh Quynh · 11 years ago
  8. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 11 years ago
  9. ea5ed83 python: improve README for cython binding by Nguyen Anh Quynh · 11 years ago
  10. 4edf776 Merge branch 'master' of https://github.com/dannyleates/capstone into next by Nguyen Anh Quynh · 11 years ago
  11. 8bd0fe4 Update README by dannyleates · 11 years ago
  12. b2a8151 Update Readme by dannyleates · 11 years ago
  13. 937c2f7 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  14. af87393 simplify make.sh & enable 'uninstall' option by Nguyen Anh Quynh · 11 years ago
  15. 7c8700f Merge pull request #72 from opntr/packages by Nguyen Anh Quynh · 11 years ago
  16. 8ce50e4 x86: fix the returned value of cs_disasm_ex() when we have 2 consecutive prefixed instructions. also fix a mem leak bug by Nguyen Anh Quynh · 11 years ago
  17. 8ee5c2d packages: update freebsd ports package to mainsteam version by Oliver Pinter · 11 years ago
  18. a6fc449 Merge branch 'packages' of https://github.com/opntr/capstone into fbsd by Nguyen Anh Quynh · 11 years ago
  19. 9149b40 packages: added FreeBSD ports files by Oliver Pinter · 11 years ago
  20. 94020d8 x86: fix the issue with prefix instruction declared in 2.0's RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  21. 9389947 x86: fix a mem leaking issue in X86_insn_combine() by Nguyen Anh Quynh · 11 years ago
  22. 3aebd8c add docs/ by Nguyen Anh Quynh · 11 years ago
  23. 32d6f6e add docs/ by Nguyen Anh Quynh · 11 years ago
  24. 621dea7 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  25. 186d501 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  26. 961b62f Merge branch 'master' into next by Nguyen Anh Quynh · 11 years ago
  27. 6c5eec5 minor fix for ChangeLog by Nguyen Anh Quynh · 11 years ago
  28. 1ee2326 update Changelog by Nguyen Anh Quynh · 11 years ago
  29. 61b9cfa one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  30. 4d37ce8 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  31. 33fe7b2 one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  32. 2b39eb2 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  33. fe8ab35 add RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  34. be8f76d add RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  35. 11b0519 reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug by Nguyen Anh Quynh · 11 years ago
  36. 9162aa1 suite: cleanup benchmark.py by Nguyen Anh Quynh · 11 years ago
  37. fd2814b reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug by Nguyen Anh Quynh · 11 years ago
  38. 084b3a7 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  39. e542c22 suite: cleanup benchmark.py by Nguyen Anh Quynh · 11 years ago
  40. 2b25445 update README by Nguyen Anh Quynh · 11 years ago
  41. 38b7bbb update README by Nguyen Anh Quynh · 11 years ago
  42. 9919e3b update COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  43. 04f4da1 update COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  44. c34959b x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  45. c36ce95 x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  46. 06b3c05 cs_open() should return error on invalid mode by Nguyen Anh Quynh · 11 years ago
  47. 53fc5c1 cs_open() should return error on invalid mode by Nguyen Anh Quynh · 11 years ago
  48. 1031048 correct usage instruction of make.sh by Nguyen Anh Quynh · 11 years ago
  49. 7ad216c correct usage instruction of make.sh by Nguyen Anh Quynh · 11 years ago
  50. 9a291bd x86: do not use non-standard strlcat & strlcpy by Nguyen Anh Quynh · 11 years ago
  51. b9ff3aa x86: do not use non-standard strlcat & strlcpy by Nguyen Anh Quynh · 11 years ago
  52. 4a4028d Merge branch 'prefix' into next by Nguyen Anh Quynh · 11 years ago
  53. 66c8d5d suite: add test_all.sh by Nguyen Anh Quynh · 11 years ago
  54. dc8c346 Merge branch 'prefix' into next by Nguyen Anh Quynh · 11 years ago
  55. 7772d85 x86: fix known issue with prefix by combining with previous prefix instruction. this is not perfect, but good enough for now by Nguyen Anh Quynh · 11 years ago
  56. 3732725 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  57. f328f30 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  58. dd40750 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  59. 747c4ef change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  60. 5d1244d java: update X86_const.java after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  61. f46713b python: update x86_const.py after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  62. d68a30f x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  63. 9dfdae6 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  64. 38c1322 x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  65. ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 11 years ago
  66. c272e9d do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  67. a580d92 make dist should distribute all source, and accept tagname (so we can do 'make dist TAG=2.0-rc1' by Nguyen Anh Quynh · 11 years ago
  68. 35cef7f add 'dist' make target by pancake · 11 years ago
  69. 92c1750 update README on PPC & Solaris support by Nguyen Anh Quynh · 11 years ago
  70. fe5e7f3 some minor fixes for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  71. 4b3b8bb make.sh: fix usage instruction by Nguyen Anh Quynh · 11 years ago
  72. c466057 remove compile.sh by Nguyen Anh Quynh · 11 years ago
  73. dba00f8 make.sh: fix instructions in COMPILE.TXT to switch to use make.sh by Nguyen Anh Quynh · 11 years ago
  74. f63db27 simplify build & install for *BSD by Nguyen Anh Quynh · 11 years ago
  75. d3b3071 simplify build & install for Solaris by Nguyen Anh Quynh · 11 years ago
  76. 64d4083 add solaris support, and add make.sh by Nguyen Anh Quynh · 11 years ago
  77. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
  78. 6e2c075 info: update COMPILE.TXT related to bsd target by Oliver Pinter · 11 years ago
  79. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 11 years ago
  80. 22062e0 build: update compile.sh to support bsd systems by Oliver Pinter · 11 years ago
  81. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 11 years ago
  82. 24e1227 cs_op_count() & cs_op_index() report CS_ERR_DETAIL when detail = OFF by Nguyen Anh Quynh · 11 years ago
  83. 56aba59 correct some comments on CS_OPT_MEM option by Nguyen Anh Quynh · 11 years ago
  84. 8282dc6 add ChangeLog file, and rename some documentation files by Nguyen Anh Quynh · 11 years ago
  85. edeeb04 make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc by Nguyen Anh Quynh · 11 years ago
  86. a9ffb44 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally by Nguyen Anh Quynh · 11 years ago
  87. fc947e0 python: update Cython for the change on @op_str in the core by Nguyen Anh Quynh · 11 years ago
  88. 9eb9f53 python & java: update following the last change to @op_str by Nguyen Anh Quynh · 11 years ago
  89. 0636f68 increase size of @op_str to 160 to contain long operand string of some Neon Arm instructions by Nguyen Anh Quynh · 11 years ago
  90. 57c50d4 ppc: replace constant subtarget numbers with macros by Nguyen Anh Quynh · 11 years ago
  91. 136e2df x86: some arithmetic instructions should not update accumulate registers by Nguyen Anh Quynh · 11 years ago
  92. 9cc56a3 arm: update core by Nguyen Anh Quynh · 11 years ago
  93. d8029ae suite: make all tests consistenly run from inside suite/ by Nguyen Anh Quynh · 11 years ago
  94. cbb10ba arm64: update core by Nguyen Anh Quynh · 11 years ago
  95. 2f05ab2 add some comments on the availability of some APIs relying on detail = ON by Nguyen Anh Quynh · 11 years ago
  96. 0941042 java: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  97. a4e6e2a python: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  98. 75ef242 mips: update core by Nguyen Anh Quynh · 11 years ago
  99. 44cebf2 python & java: pump API to 2.0 by Nguyen Anh Quynh · 11 years ago
  100. 9c2d029 x86: few more SUB insn should not affect accumulate register by Nguyen Anh Quynh · 11 years ago