1. 4822f99 CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME by Nguyen Anh Quynh · 9 years ago
  2. 8aef143 python: setup.py builds Windows core with cmake in release mode by Nguyen Anh Quynh · 9 years ago
  3. c6b1be8 python: distribute msvcr120.dll for Windows installer by Nguyen Anh Quynh · 9 years ago
  4. 6685aa5 python: clean prebuilt core in install targets of Makefile by Nguyen Anh Quynh · 9 years ago
  5. a2b6030 python: fix installer by Nguyen Anh Quynh · 9 years ago
  6. 064a602 python: add README.pypi* by Nguyen Anh Quynh · 9 years ago
  7. 77bd828 python: setup.py only copies source if prebuilt libs are not existent by Nguyen Anh Quynh · 9 years ago
  8. eeef2d0 python: add dummy prebuilt/ dir to keep Windows binaries by Nguyen Anh Quynh · 9 years ago
  9. 0d55bde python: make setup.py support pre-built Windows core by Nguyen Anh Quynh · 9 years ago
  10. 8b583e1 Merge branch 'master' of https://github.com/tacoxnguyen/capstone into v3c by Nguyen Anh Quynh · 9 years ago
  11. ba96587 python: rename README to README.TXT by Nguyen Anh Quynh · 9 years ago
  12. 9aeff29 Merge branch 'master' of https://github.com/tacoxnguyen/capstone by Nguyen Tan Cong · 9 years ago
  13. e504b81 add prebuilt setup for Windows system by Nguyen Tan Cong · 9 years ago
  14. bc3ffd4 copy msvc/headers/ in both linux and win32 system by Nguyen Tan Cong · 9 years ago
  15. ca8298c copy msvc/headers/ to src/ to build win32 core library by Nguyen Tan Cong · 9 years ago
  16. 33f75a2 fixbug: can't install on centos & python 2.6 by Nguyen Tan Cong · 9 years ago
  17. 2fdd954 /MT(d) -> /MD(d) by Axel 0vercl0k Souchet · 9 years ago
  18. 0032de0 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  19. d409756 Merge pull request #257 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  20. 3a7ea10 /MT(d) -> /MD(d) by Axel 0vercl0k Souchet · 9 years ago
  21. 7313cca Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  22. 692b02f python: change package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  23. 18e41b8 python: add LICENSE & PKG-INFO for Python module by Nguyen Anh Quynh · 9 years ago
  24. ca3999f python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  25. cfd54c2 python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  26. c1f1913 python: bump package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  27. e49f1a5 python: bump package version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  28. 38df643 Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  29. 5af0ced python: delete src/ in Makefile by Nguyen Anh Quynh · 9 years ago
  30. 1798ada python: tolerance of the build process in setup.py by Nguyen Anh Quynh · 9 years ago
  31. 2eea986 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  32. 781aa04 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  33. 55e27c1 python: installer now can compile Window core from source with CMake+MSVC by Nguyen Anh Quynh · 9 years ago
  34. e4c0f6c CMake: bump version to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  35. bcf684d python: rename variable 'result' to 'src' by Nguyen Anh Quynh · 9 years ago
  36. 4e0d2f3 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  37. 84fc740 python: port some old fixes from setup.py on pypi branch to v3 branch by Nguyen Anh Quynh · 9 years ago
  38. 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
  39. 19af3ec Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 9 years ago
  40. 08a21a6 python: fix README (libcapstone.dll -> capstone.dll) by Nguyen Anh Quynh · 9 years ago
  41. 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
  42. b54c60c Edit Makefile to appropriate with new setup.py by Nguyen Tan Cong · 9 years ago
  43. 60dcfa0 add --do-not-build-core to setup.py to prevent it install core library by Nguyen Tan Cong · 9 years ago
  44. 8b839a2 edit script to create Pypi package by Nguyen Tan Cong · 9 years ago
  45. af19b53 python: make setup.py support other *nix systems (i.e non-Windows) by Nguyen Anh Quynh · 9 years ago
  46. 53e9293 python: build the core with make.sh for all non-Windows system by Nguyen Anh Quynh · 9 years ago
  47. ac0cb81 python: prevent Windows system copying *nix core library to Python library directory by Nguyen Tan Cong · 9 years ago
  48. 3e605a0 python: fix another conflict when merging pypi to v3 by Nguyen Tan Cong · 9 years ago
  49. 8d4a78c 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
  50. 243d41e fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' by Nguyen Anh Quynh · 9 years ago
  51. 3d6e56a python: fix conflict when merging pypi branch to v3 branch by Nguyen Tan Cong · 9 years ago
  52. 30f0858 fixbug: wrong library extension on Mac OS X by Nguyen Tan Cong · 10 years ago
  53. f051e8f python: another conflict on API version between pypi & v3 branch by Michael Cohen · 10 years ago
  54. aac18de python: fix a conflict when cherry-pick code from old pypi branch by Michael Cohen · 10 years ago
  55. 18ee47b Updated setup.py so it can build the capstone library by itself. by Michael Cohen · 10 years ago
  56. e26d559 Merge branch 'master' into v3 by Nguyen Anh Quynh · 10 years ago
  57. 9426ad5 arm: add few more post-indexed instructions doing writeback by Nguyen Anh Quynh · 10 years ago
  58. 7bbb433 arm: fix a bug in the last commit by Nguyen Anh Quynh · 10 years ago
  59. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  60. b449e54 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  61. b238628 Merge pull request #252 from aidanhs/aphs-fix-dummy-cs by Nguyen Anh Quynh · 10 years ago
  62. dbeeaf7 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  63. 50c3823 - Fixed memory leak for cython disasm functions by Josh · 10 years ago
  64. f2157de arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  65. e95a766 x86: remove some instructions unsupported in 3.x version by Nguyen Anh Quynh · 10 years ago
  66. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  67. 9a1238d suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  68. 25525fb x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() by Nguyen Anh Quynh · 10 years ago
  69. 7de172d x86: properly handle REP, REPNE & REPNZ prefixes by Nguyen Anh Quynh · 10 years ago
  70. 29f41da x86: add more valid instructions for LOCK prefix by Andrew Wesie · 10 years ago
  71. 5323128 x86: check for invalid instructions with LOCK prefix by Nguyen Anh Quynh · 10 years ago
  72. 18dfc19 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  73. 0c30daf arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago
  74. 78d6400 cython: fix incomplete array of bytes returned by CsInsn.bytes. bug reported by @secretsquirrel by Nguyen Anh Quynh · 10 years ago
  75. 599b559 x86: fix some compilation issues about missing instructions on CAPSTONE_X86_REDUCE setup by Nguyen Anh Quynh · 10 years ago
  76. 2c24d88 fixed bug that prevented using md.detail = true and md.skipdata = true together by Maciej Szawlowski · 10 years ago
  77. 07526e9 arm: Thumb BL & BLX read ARM_REG_PC instead of ARM_REG_SP. by derrek · 10 years ago
  78. c51e04f x86: support CR9-CR15 registers by Nguyen Anh Quynh · 10 years ago
  79. db684b2 arm: BL & BLX do not read SP, but PC register. issue reported by Der Rek by Nguyen Anh Quynh · 10 years ago
  80. 7ca66a4 bump package version to 3.0.1 by Nguyen Anh Quynh · 10 years ago
  81. 9f694cc x86: handle undocumented immediates for (v)cmpps/pd/ss/sd instructions by Nguyen Anh Quynh · 10 years ago
  82. d319c11 x86: more encodings for FXCH & FCOMP. also print LJUMP without * as prefix for Intel syntax. handle BOUND & FARCALL better by Nguyen Anh Quynh · 10 years ago
  83. 5f8c423 x86: add missing CR8-CR15 registers to arch/X86/X86DisassemblerDecoder.h by Nguyen Anh Quynh · 10 years ago
  84. 2ac7941 x86: handle REX properly for segment related instructions by ignoring REX.r entirely by Nguyen Anh Quynh · 10 years ago
  85. 80959c9 code style by Nguyen Anh Quynh · 10 years ago
  86. 0948114 x86: handle REX properly for x64 MMX related instructions by ignoring REX.b & REX.w entirely by Nguyen Anh Quynh · 10 years ago
  87. c9c3fdc arm64: print ADR with absolute address. bug reported by blackboxer123 by Nguyen Anh Quynh · 10 years ago
  88. 5175423 x86: check instruction size <=15 as soon as possible by Nguyen Anh Quynh · 10 years ago
  89. 3539595 x86: instruction length must be <= 15 by Nguyen Anh Quynh · 10 years ago
  90. a3d689d x86: allow to mix REX & legacy prefix repeatedly in any order by Nguyen Anh Quynh · 10 years ago
  91. 674db4c ppc: fix some compilation bugs when DIET mode is enable by Nguyen Anh Quynh · 10 years ago
  92. 10ecdae x86: support some new instructions or new encodings of some new instructions: MOVSXD, FXCH, FCOM, FCOMP, FSTP, FSTPNCE, NOP by Nguyen Anh Quynh · 10 years ago
  93. 145efa5 Merge branch 'next' into rex by Nguyen Anh Quynh · 10 years ago
  94. 2537cfd python: fix a memory leak issue when we stop enumeration over the disassembled instructions prematurely. patch by Jan Newger by Nguyen Anh Quynh · 10 years ago
  95. 58831e8 Merge branch 'next' into rex by Nguyen Anh Quynh · 10 years ago
  96. 611b0c5 code style by Nguyen Anh Quynh · 10 years ago
  97. dfde75c Merge branch 'out_of_mem_fix' of https://github.com/nedwill/capstone into next by Nguyen Anh Quynh · 10 years ago
  98. f1e4975 check malloc return value by Edward Williamson · 10 years ago
  99. 1016d32 x86: only eliminate REX prefixes if next byte is not a legacy prefix by Nguyen Anh Quynh · 10 years ago
  100. 1cbc222 x86: eliminate redundant REX prefixes in front of x86_64 instruction. bug reported by Aurélien Wailly by Nguyen Anh Quynh · 10 years ago