1. 544e0ff explicitly warning about diet mode for some APIs in capstone.h by Nguyen Anh Quynh · 11 years ago
  2. a5818fc Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  3. a0a8a00 python: add getter for 'diet' & add support() API to Cs class by Nguyen Anh Quynh · 11 years ago
  4. 5ca85ab python: argument of cs_support() is query, not arch by Nguyen Anh Quynh · 11 years ago
  5. 9c715aa java: fix indentation by Nguyen Anh Quynh · 11 years ago
  6. bf723fa java: fix NULL pointr exception introduced by last commit. suggested by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  7. a25a7ad java: verify against core's version before doing anything by Nguyen Anh Quynh · 11 years ago
  8. a6d0d7a cython: verify against core's version before doing anything by Nguyen Anh Quynh · 11 years ago
  9. 7e5a6b5 config.mk: move more popular options to the top, less to the bottom by Nguyen Anh Quynh · 11 years ago
  10. a1b740f more comment updated in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 11 years ago
  11. 9ff0990 fix comments in config.mk regarding the 'diet' mode by Nguyen Anh Quynh · 11 years ago
  12. c70adc3 clarify some comments regarding 'diet' mode in capstone.h by Nguyen Anh Quynh · 11 years ago
  13. 0a8cbbe java: support 'diet' mode by Nguyen Anh Quynh · 11 years ago
  14. 972bb5b python: support 'diet' mode by Nguyen Anh Quynh · 11 years ago
  15. b2870e4 API: extend cs_support() to allow query on diet mode. add CS_SUPPORT_DIET at the same time by Nguyen Anh Quynh · 11 years ago
  16. fc83a43 add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40% by Nguyen Anh Quynh · 11 years ago
  17. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 11 years ago
  18. 1181a85 x86: fix a double-free bug for ATT syntax by Nguyen Anh Quynh · 11 years ago
  19. 0b6daad x86: avoid duplicating slot 0 of Opcode tables with emptyTable by Nguyen Anh Quynh · 11 years ago
  20. f6060b8 x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables by Nguyen Anh Quynh · 11 years ago
  21. dc0d045 package: homebrew should install libraries in 'lib/', but not 'lib64/' by Nguyen Anh Quynh · 11 years ago
  22. f86b21e python: update README for test_lite.py by Nguyen Anh Quynh · 11 years ago
  23. 5d0428e python: add test_lite.py to demonstrate new APIs: cs_disasm_lite() & Cs.disasm_lite() by Nguyen Anh Quynh · 11 years ago
  24. b38a1bf python: add quick/dirty function cs_disasm_lite() that only returns tuples rather than CsInsn objects by Nguyen Anh Quynh · 11 years ago
  25. 5288c2e python: add comments for disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  26. b24692c x86: add some debug code to find out size of some Opcode tables by Nguyen Anh Quynh · 11 years ago
  27. 1ad3723 suite: remove some irrelevant comments in benchmark.py by Nguyen Anh Quynh · 11 years ago
  28. 39e6992 a a newline to LICENSE.TXT by Nguyen Anh Quynh · 11 years ago
  29. e7c5695 java: fix memleak in disasm() by Nguyen Anh Quynh · 11 years ago
  30. 0154762 cython: bump package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  31. 22f1c17 python: fix memleak error in Cython's disasm() & disasm_lite() by Nguyen Anh Quynh · 11 years ago
  32. abb48c7 python: fix identation by removing tabs by Nguyen Anh Quynh · 11 years ago
  33. 43cce29 python: implement disasm_lite() for Cython by Nguyen Anh Quynh · 11 years ago
  34. 071a7fb python: bump python package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  35. 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
  36. 6bc08a8 Fix the X86_REL_ADDR macro in x86.h by Enzo Matsumiya · 11 years ago
  37. b33ebc4 bump package version to 2.1 by Nguyen Anh Quynh · 11 years ago
  38. 046902a python & java: update constants following last change to PPC arch by Nguyen Anh Quynh · 11 years ago
  39. 8b915ed ppc: update core by Nguyen Anh Quynh · 11 years ago
  40. 43a9a9d bump API version from 2.0 to 2.1 for core + Python & Java bindings by Nguyen Anh Quynh · 11 years ago
  41. 748e4f8 python & java: update following last update to Mips core by Nguyen Anh Quynh · 11 years ago
  42. bc0b3b9 mips: update core by Nguyen Anh Quynh · 11 years ago
  43. 6b804da arm: update core by Nguyen Anh Quynh · 11 years ago
  44. 321163b suite: turn off detail for benchmark.py by Nguyen Anh Quynh · 11 years ago
  45. 27b9a96 x86: make printAliasInstr() return string, not id by Nguyen Anh Quynh · 11 years ago
  46. 7f6db24 remove now redundant insn_reverse_id() after alias handling simplifications by Nguyen Anh Quynh · 11 years ago
  47. 74c41eb mips: simplify handling alias insn by Nguyen Anh Quynh · 11 years ago
  48. 4f93d9c arm64: simplify handling alias instruction (printAliasInstr) by Nguyen Anh Quynh · 11 years ago
  49. 85cddef x86: optimize handling special instructions with accumulate registers by Nguyen Anh Quynh · 11 years ago
  50. 005c514 x86: eliminate X86_get_insn_id2() by Nguyen Anh Quynh · 11 years ago
  51. 585018f ppc & arm: remove functions *_get_insn_id2() by Nguyen Anh Quynh · 11 years ago
  52. 35e7c2e Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  53. a86a127 Merge branch 'msvc0' into next1 by Nguyen Anh Quynh · 11 years ago
  54. d5b4b2a package: update Macport profile by me · 11 years ago
  55. f529535 package: add Macports by me · 11 years ago
  56. 474425a Merge branch 'next' of https://github.com/aquynh/capstone into next by kaka22 · 11 years ago
  57. 603f7ac x86: fix a warning on unused variable by kaka22 · 11 years ago
  58. 44eb75a package: add README for homebrew formula by Nguyen Anh Quynh · 11 years ago
  59. 34de420 package: add homebrew formula by Nguyen Anh Quynh · 11 years ago
  60. 590d1cf python: verify binding's API version with core's & raise error if they are different by Nguyen Anh Quynh · 11 years ago
  61. 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
  62. 5bd0e2e java & python: update instructions following the last x86 core update by Nguyen Anh Quynh · 11 years ago
  63. d7c00fe x86: REP should have *CX registers as implicit registers read/written by Nguyen Anh Quynh · 11 years ago
  64. 7d195fa cleanup RELEASE_NOTES, as the mentioned bug in 2.0 was fixed by Nguyen Anh Quynh · 11 years ago
  65. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 11 years ago
  66. ea5ed83 python: improve README for cython binding by Nguyen Anh Quynh · 11 years ago
  67. 4edf776 Merge branch 'master' of https://github.com/dannyleates/capstone into next by Nguyen Anh Quynh · 11 years ago
  68. 8bd0fe4 Update README by dannyleates · 11 years ago
  69. b2a8151 Update Readme by dannyleates · 11 years ago
  70. 937c2f7 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  71. af87393 simplify make.sh & enable 'uninstall' option by Nguyen Anh Quynh · 11 years ago
  72. 7c8700f Merge pull request #72 from opntr/packages by Nguyen Anh Quynh · 11 years ago
  73. 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
  74. 8ee5c2d packages: update freebsd ports package to mainsteam version by Oliver Pinter · 11 years ago
  75. a6fc449 Merge branch 'packages' of https://github.com/opntr/capstone into fbsd by Nguyen Anh Quynh · 11 years ago
  76. 9149b40 packages: added FreeBSD ports files by Oliver Pinter · 11 years ago
  77. 94020d8 x86: fix the issue with prefix instruction declared in 2.0's RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  78. 9389947 x86: fix a mem leaking issue in X86_insn_combine() by Nguyen Anh Quynh · 11 years ago
  79. 3aebd8c add docs/ by Nguyen Anh Quynh · 11 years ago
  80. 32d6f6e add docs/ by Nguyen Anh Quynh · 11 years ago
  81. 743ead0 fix a bug in cs.c introduced in the last port between branches by Nguyen Anh Quynh · 11 years ago
  82. a82a089 more more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  83. aa078a1 more fixes on C coding style by Nguyen Anh Quynh · 11 years ago
  84. 2e79ba8 fix C coding style by Nguyen Anh Quynh · 11 years ago
  85. eaeee31 Merge branch 'msvc' into test by Nguyen Anh Quynh · 11 years ago
  86. f52e68d Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  87. 621dea7 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  88. b57c90d fix some issues introduced by MSVC port by Nguyen Anh Quynh · 11 years ago
  89. 2be19c4 recover some files changed by last merge by Nguyen Anh Quynh · 11 years ago
  90. b8a57fe Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do). by Alex Ionescu · 11 years ago
  91. 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
  92. 186d501 Makefile: generate .tgz file for dist target (rather than tar.gz) by Nguyen Anh Quynh · 11 years ago
  93. 961b62f Merge branch 'master' into next by Nguyen Anh Quynh · 11 years ago
  94. 6c5eec5 minor fix for ChangeLog by Nguyen Anh Quynh · 11 years ago
  95. 1ee2326 update Changelog by Nguyen Anh Quynh · 11 years ago
  96. 61b9cfa one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  97. 4d37ce8 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  98. 33fe7b2 one more fix for RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  99. 2b39eb2 fix RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago
  100. fe8ab35 add RELEASE_NOTES by Nguyen Anh Quynh · 11 years ago