1. 937c2f7 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  2. af87393 simplify make.sh & enable 'uninstall' option by Nguyen Anh Quynh · 11 years ago
  3. 7c8700f Merge pull request #72 from opntr/packages by Nguyen Anh Quynh · 11 years ago
  4. 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
  5. 8ee5c2d packages: update freebsd ports package to mainsteam version by Oliver Pinter · 11 years ago
  6. a6fc449 Merge branch 'packages' of https://github.com/opntr/capstone into fbsd by Nguyen Anh Quynh · 11 years ago
  7. 9149b40 packages: added FreeBSD ports files by Oliver Pinter · 11 years ago
  8. 94020d8 x86: fix the issue with prefix instruction declared in 2.0's RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  9. 9389947 x86: fix a mem leaking issue in X86_insn_combine() by Nguyen Anh Quynh · 11 years ago
  10. 3aebd8c add docs/ by Nguyen Anh Quynh · 11 years ago
  11. 32d6f6e add docs/ by Nguyen Anh Quynh · 11 years ago
  12. 743ead0 fix a bug in cs.c introduced in the last port between branches by Nguyen Anh Quynh · 11 years ago
  13. a82a089 more more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  14. aa078a1 more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  15. 2e79ba8 fix C coding style by Nguyen Anh Quynh · 11 years ago
  16. eaeee31 Merge branch 'msvc' into test by Nguyen Anh Quynh · 11 years ago
  17. f52e68d Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  18. 621dea7 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  19. b57c90d fix some issues introduced by MSVC port by Nguyen Anh Quynh · 11 years ago
  20. 2be19c4 recover some files changed by last merge by Nguyen Anh Quynh · 11 years ago
  21. b8a57fe Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do). by Alex Ionescu · 11 years ago
  22. 46018db Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). by Alex Ionescu · 11 years ago
  23. 186d501 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  24. 961b62f Merge branch 'master' into next by Nguyen Anh Quynh · 11 years ago
  25. 6c5eec5 minor fix for ChangeLog by Nguyen Anh Quynh · 11 years ago
  26. 1ee2326 update Changelog by Nguyen Anh Quynh · 11 years ago
  27. 61b9cfa one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  28. 4d37ce8 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  29. 33fe7b2 one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  30. 2b39eb2 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  31. fe8ab35 add RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  32. be8f76d add RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  33. 11b0519 reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug by Nguyen Anh Quynh · 11 years ago
  34. 9162aa1 suite: cleanup benchmark.py by Nguyen Anh Quynh · 11 years ago
  35. fd2814b reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug by Nguyen Anh Quynh · 11 years ago
  36. 084b3a7 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  37. e542c22 suite: cleanup benchmark.py by Nguyen Anh Quynh · 11 years ago
  38. 2b25445 update README by Nguyen Anh Quynh · 11 years ago
  39. 38b7bbb update README by Nguyen Anh Quynh · 11 years ago
  40. 9919e3b update COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  41. 04f4da1 update COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  42. c34959b x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  43. c36ce95 x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  44. 06b3c05 cs_open() should return error on invalid mode by Nguyen Anh Quynh · 11 years ago
  45. 53fc5c1 cs_open() should return error on invalid mode by Nguyen Anh Quynh · 11 years ago
  46. 1031048 correct usage instruction of make.sh by Nguyen Anh Quynh · 11 years ago
  47. 7ad216c correct usage instruction of make.sh by Nguyen Anh Quynh · 11 years ago
  48. 9a291bd x86: do not use non-standard strlcat & strlcpy by Nguyen Anh Quynh · 11 years ago
  49. b9ff3aa x86: do not use non-standard strlcat & strlcpy by Nguyen Anh Quynh · 11 years ago
  50. 4a4028d Merge branch 'prefix' into next by Nguyen Anh Quynh · 11 years ago
  51. 66c8d5d suite: add test_all.sh by Nguyen Anh Quynh · 11 years ago
  52. dc8c346 Merge branch 'prefix' into next by Nguyen Anh Quynh · 11 years ago
  53. 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
  54. 3732725 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  55. f328f30 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  56. dd40750 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  57. 747c4ef change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  58. 5d1244d java: update X86_const.java after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  59. f46713b python: update x86_const.py after last update to x86 core by Nguyen Anh Quynh · 11 years ago
  60. d68a30f x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  61. 9dfdae6 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  62. 38c1322 x86: remove 'opaque' in the output of some instructions by Nguyen Anh Quynh · 11 years ago
  63. ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 11 years ago
  64. c272e9d do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu by Nguyen Anh Quynh · 11 years ago
  65. 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
  66. 35cef7f add 'dist' make target by pancake · 11 years ago
  67. 92c1750 update README on PPC & Solaris support by Nguyen Anh Quynh · 11 years ago
  68. fe5e7f3 some minor fixes for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  69. 4b3b8bb make.sh: fix usage instruction by Nguyen Anh Quynh · 11 years ago
  70. c466057 remove compile.sh by Nguyen Anh Quynh · 11 years ago
  71. dba00f8 make.sh: fix instructions in COMPILE.TXT to switch to use make.sh by Nguyen Anh Quynh · 11 years ago
  72. f63db27 simplify build & install for *BSD by Nguyen Anh Quynh · 11 years ago
  73. d3b3071 simplify build & install for Solaris by Nguyen Anh Quynh · 11 years ago
  74. 64d4083 add solaris support, and add make.sh by Nguyen Anh Quynh · 11 years ago
  75. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
  76. 6e2c075 info: update COMPILE.TXT related to bsd target by Oliver Pinter · 11 years ago
  77. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 11 years ago
  78. 22062e0 build: update compile.sh to support bsd systems by Oliver Pinter · 11 years ago
  79. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 11 years ago
  80. 24e1227 cs_op_count() & cs_op_index() report CS_ERR_DETAIL when detail = OFF by Nguyen Anh Quynh · 11 years ago
  81. 56aba59 correct some comments on CS_OPT_MEM option by Nguyen Anh Quynh · 11 years ago
  82. 8282dc6 add ChangeLog file, and rename some documentation files by Nguyen Anh Quynh · 11 years ago
  83. 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
  84. a9ffb44 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally by Nguyen Anh Quynh · 11 years ago
  85. fc947e0 python: update Cython for the change on @op_str in the core by Nguyen Anh Quynh · 11 years ago
  86. 9eb9f53 python & java: update following the last change to @op_str by Nguyen Anh Quynh · 11 years ago
  87. 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
  88. 57c50d4 ppc: replace constant subtarget numbers with macros by Nguyen Anh Quynh · 11 years ago
  89. 136e2df x86: some arithmetic instructions should not update accumulate registers by Nguyen Anh Quynh · 11 years ago
  90. 9cc56a3 arm: update core by Nguyen Anh Quynh · 11 years ago
  91. d8029ae suite: make all tests consistenly run from inside suite/ by Nguyen Anh Quynh · 11 years ago
  92. cbb10ba arm64: update core by Nguyen Anh Quynh · 11 years ago
  93. 2f05ab2 add some comments on the availability of some APIs relying on detail = ON by Nguyen Anh Quynh · 11 years ago
  94. 0941042 java: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  95. a4e6e2a python: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  96. 75ef242 mips: update core by Nguyen Anh Quynh · 11 years ago
  97. 44cebf2 python & java: pump API to 2.0 by Nguyen Anh Quynh · 11 years ago
  98. 9c2d029 x86: few more SUB insn should not affect accumulate register by Nguyen Anh Quynh · 11 years ago
  99. 3d56b82 extend @op_str of cs_insn_flat following the core change by Nguyen Anh Quynh · 11 years ago
  100. 22800aa x86: some ADD & SUB insn should not affect accumulate registers. bug reported by Bleh by Nguyen Anh Quynh · 11 years ago