1. cd3d186 bump version to 3.0.2 for next stable release by Nguyen Anh Quynh · 9 years ago
  2. 5598301 Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  3. 540185d python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  4. f16fcbd Merge branch 'cleanfix' of https://github.com/pzread/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  5. 61cbeab Remove incorrect ITBlock.size = 0 by pzread · 9 years ago
  6. f15d3dd x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  7. b2c9159 x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  8. c48a16a 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
  9. 759ee4c 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
  10. 6af3747 Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  11. 6561c13 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 10 years ago
  12. d1416a5 Merge pull request #262 from StalkR/scope by Nguyen Anh Quynh · 9 years ago
  13. 042c184 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 10 years ago
  14. c8ca802 add some missing header files into COMPILE.TXT by Nguyen Anh Quynh · 9 years ago
  15. e10b53f x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  16. 66d96bf Merge pull request #261 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  17. 1c6cf8d capstone_dll gets also statically linked to the CRT now by Axel 0vercl0k Souchet · 9 years ago
  18. 5662af5 package: update Brew to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  19. 5c865da package: update FreeBSD to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  20. d80687d package: update Macports by Nguyen Anh Quynh · 9 years ago
  21. 3fb3b24 python: indentation for README.TXT by Nguyen Anh Quynh · 9 years ago
  22. e9be7ec python: add instructions for PyPi packages by Nguyen Anh Quynh · 9 years ago
  23. ca10128 python: typo in setup.py by Nguyen Anh Quynh · 9 years ago
  24. 4892c45 python: rename Windows package from capstone-win to capstone-windows by Nguyen Anh Quynh · 9 years ago
  25. 9a672e1 python: do not include msvcr120.dll because we can static compile it by Nguyen Anh Quynh · 9 years ago
  26. 4822f99 CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME by Nguyen Anh Quynh · 9 years ago
  27. 8aef143 python: setup.py builds Windows core with cmake in release mode by Nguyen Anh Quynh · 9 years ago
  28. c6b1be8 python: distribute msvcr120.dll for Windows installer by Nguyen Anh Quynh · 9 years ago
  29. 6685aa5 python: clean prebuilt core in install targets of Makefile by Nguyen Anh Quynh · 9 years ago
  30. a2b6030 python: fix installer by Nguyen Anh Quynh · 9 years ago
  31. 064a602 python: add README.pypi* by Nguyen Anh Quynh · 9 years ago
  32. 77bd828 python: setup.py only copies source if prebuilt libs are not existent by Nguyen Anh Quynh · 9 years ago
  33. eeef2d0 python: add dummy prebuilt/ dir to keep Windows binaries by Nguyen Anh Quynh · 9 years ago
  34. 0d55bde python: make setup.py support pre-built Windows core by Nguyen Anh Quynh · 9 years ago
  35. 8b583e1 Merge branch 'master' of https://github.com/tacoxnguyen/capstone into v3c by Nguyen Anh Quynh · 9 years ago
  36. ba96587 python: rename README to README.TXT by Nguyen Anh Quynh · 9 years ago
  37. 9aeff29 Merge branch 'master' of https://github.com/tacoxnguyen/capstone by Nguyen Tan Cong · 9 years ago
  38. e504b81 add prebuilt setup for Windows system by Nguyen Tan Cong · 9 years ago
  39. bc3ffd4 copy msvc/headers/ in both linux and win32 system by Nguyen Tan Cong · 9 years ago
  40. ca8298c copy msvc/headers/ to src/ to build win32 core library by Nguyen Tan Cong · 9 years ago
  41. 33f75a2 fixbug: can't install on centos & python 2.6 by Nguyen Tan Cong · 9 years ago
  42. 2fdd954 /MT(d) -> /MD(d) by Axel 0vercl0k Souchet · 9 years ago
  43. 0032de0 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  44. d409756 Merge pull request #257 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  45. 3a7ea10 /MT(d) -> /MD(d) by Axel 0vercl0k Souchet · 9 years ago
  46. 7313cca Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  47. 692b02f python: change package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  48. 18e41b8 python: add LICENSE & PKG-INFO for Python module by Nguyen Anh Quynh · 9 years ago
  49. ca3999f python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  50. cfd54c2 python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  51. c1f1913 python: bump package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  52. e49f1a5 python: bump package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  53. 38df643 Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  54. 5af0ced python: delete src/ in Makefile by Nguyen Anh Quynh · 9 years ago
  55. 1798ada python: tolerance of the build process in setup.py by Nguyen Anh Quynh · 9 years ago
  56. 2eea986 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  57. 781aa04 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  58. 55e27c1 python: installer now can compile Window core from source with CMake+MSVC by Nguyen Anh Quynh · 9 years ago
  59. e4c0f6c CMake: bump version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  60. bcf684d python: rename variable 'result' to 'src' by Nguyen Anh Quynh · 9 years ago
  61. 4e0d2f3 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  62. 84fc740 python: port some old fixes from setup.py on pypi branch to v3 branch by Nguyen Anh Quynh · 9 years ago
  63. ce10b01 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
  64. 19af3ec Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 9 years ago
  65. 08a21a6 python: fix README (libcapstone.dll -> capstone.dll) by Nguyen Anh Quynh · 9 years ago
  66. 1b8cc8d 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
  67. b54c60c Edit Makefile to appropriate with new setup.py by Nguyen Tan Cong · 9 years ago
  68. 60dcfa0 add --do-not-build-core to setup.py to prevent it install core library by Nguyen Tan Cong · 9 years ago
  69. 8b839a2 edit script to create Pypi package by Nguyen Tan Cong · 10 years ago
  70. af19b53 python: make setup.py support other *nix systems (i.e non-Windows) by Nguyen Anh Quynh · 10 years ago
  71. 53e9293 python: build the core with make.sh for all non-Windows system by Nguyen Anh Quynh · 10 years ago
  72. ac0cb81 python: prevent Windows system copying *nix core library to Python library directory by Nguyen Tan Cong · 10 years ago
  73. 3e605a0 python: fix another conflict when merging pypi to v3 by Nguyen Tan Cong · 10 years ago
  74. 8d4a78c python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk by Nguyen Anh Quynh · 10 years ago
  75. 243d41e fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' by Nguyen Anh Quynh · 10 years ago
  76. 3d6e56a python: fix conflict when merging pypi branch to v3 branch by Nguyen Tan Cong · 10 years ago
  77. 30f0858 fixbug: wrong library extension on Mac OS X by Nguyen Tan Cong · 10 years ago
  78. f051e8f python: another conflict on API version between pypi & v3 branch by Michael Cohen · 10 years ago
  79. aac18de python: fix a conflict when cherry-pick code from old pypi branch by Michael Cohen · 10 years ago
  80. 18ee47b Updated setup.py so it can build the capstone library by itself. by Michael Cohen · 10 years ago
  81. e26d559 Merge branch 'master' into v3 by Nguyen Anh Quynh · 10 years ago
  82. 9426ad5 arm: add few more post-indexed instructions doing writeback by Nguyen Anh Quynh · 10 years ago
  83. 7bbb433 arm: fix a bug in the last commit by Nguyen Anh Quynh · 10 years ago
  84. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  85. b449e54 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  86. b238628 Merge pull request #252 from aidanhs/aphs-fix-dummy-cs by Nguyen Anh Quynh · 10 years ago
  87. dbeeaf7 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  88. 50c3823 - Fixed memory leak for cython disasm functions by Josh · 10 years ago
  89. f2157de arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  90. e95a766 x86: remove some instructions unsupported in 3.x version by Nguyen Anh Quynh · 10 years ago
  91. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  92. 9a1238d suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  93. 25525fb x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() by Nguyen Anh Quynh · 10 years ago
  94. 7de172d x86: properly handle REP, REPNE & REPNZ prefixes by Nguyen Anh Quynh · 10 years ago
  95. 29f41da x86: add more valid instructions for LOCK prefix by Andrew Wesie · 10 years ago
  96. 5323128 x86: check for invalid instructions with LOCK prefix by Nguyen Anh Quynh · 10 years ago
  97. 18dfc19 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  98. 0c30daf arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago
  99. 78d6400 cython: fix incomplete array of bytes returned by CsInsn.bytes. bug reported by @secretsquirrel by Nguyen Anh Quynh · 10 years ago
  100. 599b559 x86: fix some compilation issues about missing instructions on CAPSTONE_X86_REDUCE setup by Nguyen Anh Quynh · 10 years ago