1. ed6d75a arm64: fix a wrong declaration of array insn_ops[] by Nguyen Anh Quynh · 9 years ago
  2. 54cd6c3 Merge branch 'next' of https://github.com/cuongitbk/capstone into t2 by Nguyen Anh Quynh · 9 years ago
  3. 651e358 x86: update insn_ops[] by Nguyen Anh Quynh · 9 years ago
  4. 51ff849 Add instructions into insn_ops by BuiDinhCuong · 9 years ago
  5. eb36af9 package: update Brew formula (copied from upstream) by Nguyen Anh Quynh · 9 years ago
  6. 9f4b373 arm: fix some instructions in insn_ops[] by Nguyen Anh Quynh · 9 years ago
  7. 4c50395 arm: fix bugs in the last commit where some instructions in insn_ops[] do not update CPSR by Nguyen Anh Quynh · 9 years ago
  8. 10434df arm: some instructions update status flags in insns_ops[] by Nguyen Anh Quynh · 9 years ago
  9. 760c548 arm: fix some more Thumb & vectored instructions in insn_ops[] by Nguyen Anh Quynh · 9 years ago
  10. cea230f arm: fix some Thumb instructions in insn_ops[] by Nguyen Anh Quynh · 9 years ago
  11. d0f96df arm: add insn_ops[] (temporarily disable) by Nguyen Anh Quynh · 9 years ago
  12. e8eb536 arm64: add place holder for insn_ops[] by Nguyen Anh Quynh · 9 years ago
  13. ced9a6e Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  14. 764112d python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  15. ec95020 Remove incorrect ITBlock.size = 0 by pzread · 9 years ago
  16. e3bcbdb x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  17. dfa396e x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina by Nguyen Anh Quynh · 9 years ago
  18. 0822c34 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 9 years ago
  19. 4bd4a2f add some missing header files into COMPILE.TXT by Nguyen Anh Quynh · 9 years ago
  20. 4363911 x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  21. da1a1b8 package: update Brew to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  22. cca286b package: update FreeBSD to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  23. b7afb7a capstone_dll gets also statically linked to the CRT now by Axel 0vercl0k Souchet · 9 years ago
  24. 7ea921e x86: add work-in-progress mapping table on explicit operands access. this reused some code contributed by Vincent Bénony by Nguyen Anh Quynh · 9 years ago
  25. 1dca561 package: update Macports by Nguyen Anh Quynh · 9 years ago
  26. d7c0f5d python: indentation for README.TXT by Nguyen Anh Quynh · 9 years ago
  27. f5cc2ce python: add instructions for PyPi packages by Nguyen Anh Quynh · 9 years ago
  28. 9cb73a0 python: typo in setup.py by Nguyen Anh Quynh · 9 years ago
  29. a87c0b0 python: rename Windows package from capstone-win to capstone-windows by Nguyen Anh Quynh · 9 years ago
  30. 42e8388 python: do not include msvcr120.dll because we can static compile it by Nguyen Anh Quynh · 9 years ago
  31. 70453c8 CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME by Nguyen Anh Quynh · 9 years ago
  32. df5f908 python: setup.py builds Windows core with cmake in release mode by Nguyen Anh Quynh · 9 years ago
  33. 59bc84d python: distribute msvcr120.dll for Windows installer by Nguyen Anh Quynh · 9 years ago
  34. 58a8369 python: clean prebuilt core in install targets of Makefile by Nguyen Anh Quynh · 9 years ago
  35. 35ceed7 python: fix installer by Nguyen Anh Quynh · 9 years ago
  36. 0498085 python: add README.pypi* by Nguyen Anh Quynh · 9 years ago
  37. 00eb3de python: setup.py only copies source if prebuilt libs are not existent by Nguyen Anh Quynh · 9 years ago
  38. e00bb43 python: add dummy prebuilt/ dir to keep Windows binaries by Nguyen Anh Quynh · 9 years ago
  39. 1585d88 python: make setup.py support pre-built Windows core by Nguyen Anh Quynh · 9 years ago
  40. e62c6ce python: rename README to README.TXT by Nguyen Anh Quynh · 9 years ago
  41. f392901 add prebuilt setup for Windows system by Nguyen Tan Cong · 9 years ago
  42. 907d9e9 copy msvc/headers/ in both linux and win32 system by Nguyen Tan Cong · 9 years ago
  43. be67c26 copy msvc/headers/ to src/ to build win32 core library by Nguyen Tan Cong · 9 years ago
  44. d954dae fixbug: can't install on centos & python 2.6 by Nguyen Tan Cong · 9 years ago
  45. 2ae97ee /MT(d) -> /MD(d) by Axel 0vercl0k Souchet · 9 years ago
  46. 78746a4 python: add LICENSE & PKG-INFO for Python module by Nguyen Anh Quynh · 9 years ago
  47. bf54d4b python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  48. 8113cda python: delete src/ in Makefile by Nguyen Anh Quynh · 9 years ago
  49. 1685df6 python: tolerance of the build process in setup.py by Nguyen Anh Quynh · 9 years ago
  50. 3b6b480 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  51. 5115d6e python: installer now can compile Window core from source with CMake+MSVC by Nguyen Anh Quynh · 9 years ago
  52. 36e8312 python: rename variable 'result' to 'src' by Nguyen Anh Quynh · 9 years ago
  53. c0f69e1 CMake: bump version to 4.0 by Nguyen Anh Quynh · 9 years ago
  54. 36c3528 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  55. 6b9b032 python: fix setup.py, so we only copy the core with sdist, thus normal build/compile process does not build the core by Nguyen Anh Quynh · 9 years ago
  56. 794a706 Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 9 years ago
  57. 639a3f0 python: fix README (libcapstone.dll -> capstone.dll) by Nguyen Anh Quynh · 9 years ago
  58. dfe827e reverse -b option in Makefile; parse parameters with parse_known_args to ignore error when passing extra options; fixbug python3: use print statement by Nguyen Tan Cong · 9 years ago
  59. 7c03cd8 Edit Makefile to appropriate with new setup.py by Nguyen Tan Cong · 9 years ago
  60. 17dfd3a add --do-not-build-core to setup.py to prevent it install core library by Nguyen Tan Cong · 9 years ago
  61. 1947adb edit script to create Pypi package by Nguyen Tan Cong · 9 years ago
  62. fdffe2b python: setup.py should use make.sh for non-Windows systems, so all the *nix systems are supported by Nguyen Anh Quynh · 9 years ago
  63. decc0d3 python: make setup.py support other *nix systems (i.e non-Windows) by Nguyen Anh Quynh · 9 years ago
  64. 7b5a250 Merge branch 'pypi' of https://github.com/tacoxnguyen/capstone into pypi by Nguyen Anh Quynh · 9 years ago
  65. 2b26719 Revert "python: build the core with make.sh for all non-Windows system" by Nguyen Anh Quynh · 9 years ago
  66. 3b964d2 python: build the core with make.sh for all non-Windows system by Nguyen Anh Quynh · 9 years ago
  67. 36d293a prevent Windows system copying *nix core library to Python library directory by Nguyen Tan Cong · 9 years ago
  68. d4b00ae config distutils setup to automate copying shared library to Python library directiory; fixbug: prevent make.sh running on windows system by Nguyen Tan Cong · 9 years ago
  69. 8aa6fce Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes" by Nguyen Anh Quynh · 9 years ago
  70. 1de34c1 python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk by Nguyen Anh Quynh · 9 years ago
  71. 35d4e44 Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes by Nguyen Anh Quynh · 9 years ago
  72. c00bc35 fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' by Nguyen Anh Quynh · 9 years ago
  73. 39fd154 Edit setup.py to build python binding with make.sh by Nguyen Tan Cong · 9 years ago
  74. ead10b7 fixbug: wrong library extension on Mac OS X by Nguyen Tan Cong · 10 years ago
  75. b9d3f1b Fix the extesion built on osx. by Michael Cohen · 10 years ago
  76. f601fdd Merge branch 'next' of https://github.com/aquynh/capstone into python by Michael Cohen · 10 years ago
  77. 4cefabe Merge branch 'pypi' into python by Michael Cohen · 10 years ago
  78. f217d28 by Michael Cohen · 10 years ago
  79. 8ad6f02 Merge branch 'pypi' of https://github.com/aquynh/capstone into python by Michael Cohen · 10 years ago
  80. 223967b Merge branch 'master' of https://github.com/aquynh/capstone into python by Michael Cohen · 10 years ago
  81. 9426ad5 arm: add few more post-indexed instructions doing writeback by Nguyen Anh Quynh · 10 years ago
  82. 7bbb433 arm: fix a bug in the last commit by Nguyen Anh Quynh · 10 years ago
  83. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  84. 58fbf2f arm: add few more post-indexed instructions doing writeback by Nguyen Anh Quynh · 10 years ago
  85. 5719eb5 arm: fix a bug in the last commit by Nguyen Anh Quynh · 10 years ago
  86. 03e5e10 arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  87. 05ab290 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  88. b238628 Merge pull request #252 from aidanhs/aphs-fix-dummy-cs by Nguyen Anh Quynh · 10 years ago
  89. dbeeaf7 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  90. 50c3823 - Fixed memory leak for cython disasm functions by Josh · 10 years ago
  91. 90eb5ff - Fixed memory leak for cython disasm functions by Josh · 10 years ago
  92. f2157de arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  93. 67fe1c2 arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  94. 42d11f7 python: fix test_arm.py by Nguyen Anh Quynh · 10 years ago
  95. 9119906 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  96. ea39692 suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  97. e95a766 x86: remove some instructions unsupported in 3.x version by Nguyen Anh Quynh · 10 years ago
  98. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  99. 9a1238d suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  100. 25525fb x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() by Nguyen Anh Quynh · 10 years ago