1. 73537ce Add reverse lookup for top-level Capstone constants by Zach Riggle · 9 years ago
  2. 76e46d6 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  3. 4b76161 python: do not try to load libcapstone.so.3 by Nguyen Anh Quynh · 9 years ago
  4. 1b29306 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago
  5. af416e2 bindings: update newly added ARM groups CALL & INT by Nguyen Anh Quynh · 9 years ago
  6. 34502fa python: remove the leftover code in the last commit by Nguyen Anh Quynh · 9 years ago
  7. 91a1cb4 arm: correct the alias instruction id for MOVsi instructions. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  8. 98a0b20 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  9. b0515ca Update README by Ammar Ben Khadra · 9 years ago
  10. 3e915db give reg_name, insn_name, group_name a customizable default instead of returning something else for id 0 by learn_more · 9 years ago
  11. 60a7f42 Fix a bug in Cython due to renaming by danghvu · 9 years ago
  12. 9554a4f python: a minor fix for test_customized_mnem.py by Nguyen Anh Quynh · 9 years ago
  13. 03d1e1f python: clean up test_*.py by Nguyen Anh Quynh · 9 years ago
  14. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  15. 44adb35 python: clean test_skipdata.py by Nguyen Anh Quynh · 9 years ago
  16. 97eba89 python: correct a comment of method CsInsn.group_name() by Nguyen Anh Quynh · 9 years ago
  17. 24866bd Merge branch 'next' of https://github.com/bSr43/capstone into t6 by Nguyen Anh Quynh · 9 years ago
  18. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  19. ba2ead0 some fixes for bindings/README by Nguyen Anh Quynh · 9 years ago
  20. 1dacf5a update bindings/README to add Capstone.NET binding by Nguyen Anh Quynh · 9 years ago
  21. cbbbac2 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  22. c343a91 python: revert to use distutils rather than setuptools by Nguyen Anh Quynh · 9 years ago
  23. 3feaa11 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  24. 1c02880 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  25. 2a36c16 python: fix test_arm.py (indentation on output) by Nguyen Anh Quynh · 9 years ago
  26. 8fa48fb bindings: update java/ocaml/python bindings after the last change on Arm core by Nguyen Anh Quynh · 9 years ago
  27. 5f22deb add links to Lua & Rust bindings by Nguyen Anh Quynh · 9 years ago
  28. 4544ba1 cython: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  29. a901539 python: X86Op.avx_zero_mask should have c_bool type by Nguyen Anh Quynh · 9 years ago
  30. 076dc6f Merge branch 'newapi' into next by Nguyen Anh Quynh · 9 years ago
  31. 95d4e9f python: fix access info of test_x86.py (CS_AC_READ|CS_AC_WRITE) by Nguyen Anh Quynh · 9 years ago
  32. 10647ae bindings: update java/ocaml/python after the latest changes in the core for the new API by Nguyen Anh Quynh · 9 years ago
  33. 3c862d5 python: Use setuptools if avilable by Richo Healey · 9 years ago
  34. 88a9553 python: simplify setup.py by Nguyen Anh Quynh · 9 years ago
  35. e830b75 python: properly build the core in Cygwin environment for setup.py by Nguyen Tan Cong · 9 years ago
  36. 0950943 Fixed #289 by Mario Vilas · 9 years ago
  37. 85120cc bindings: add ARM64_GRP_CALL & ARM64_GRP_RET groups after the related change in the core by Nguyen Anh Quynh · 9 years ago
  38. 197fe1c bindings: add {ARM|ARM6}GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  39. cac770a bindings: support QPX mode & QPX alias instructions by Nguyen Anh Quynh · 9 years ago
  40. 4dd0dcb add CS_GRP_PRIVILEGE group, and also add X86_GRP_PRIVILEGE group for bunch of X86 privileged instructions by Nguyen Anh Quynh · 9 years ago
  41. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 9 years ago
  42. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 9 years ago
  43. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 9 years ago
  44. 825a228 python: make Cython binding support X86's @xop_cc by Nguyen Anh Quynh · 9 years ago
  45. debaa2e bindings: support newly added field @xop_cc in the last commit (Java, Ocaml, Python) by Nguyen Anh Quynh · 9 years ago
  46. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 9 years ago
  47. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 9 years ago
  48. 18336b7 bindings: update Java, Ocaml & Python bindings after the last Mips update by Nguyen Anh Quynh · 9 years ago
  49. ff3a29e python: fix Version of PKG-INFO.win by Nguyen Anh Quynh · 9 years ago
  50. 72d3c4f bindings: change include dir after the patch of @pancake by Nguyen Anh Quynh · 9 years ago
  51. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  52. 764112d python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  53. 0822c34 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 9 years ago
  54. d7c0f5d python: indentation for README.TXT by Nguyen Anh Quynh · 9 years ago
  55. f5cc2ce python: add instructions for PyPi packages by Nguyen Anh Quynh · 9 years ago
  56. 9cb73a0 python: typo in setup.py by Nguyen Anh Quynh · 9 years ago
  57. a87c0b0 python: rename Windows package from capstone-win to capstone-windows by Nguyen Anh Quynh · 9 years ago
  58. 42e8388 python: do not include msvcr120.dll because we can static compile it by Nguyen Anh Quynh · 9 years ago
  59. df5f908 python: setup.py builds Windows core with cmake in release mode by Nguyen Anh Quynh · 9 years ago
  60. 59bc84d python: distribute msvcr120.dll for Windows installer by Nguyen Anh Quynh · 9 years ago
  61. 58a8369 python: clean prebuilt core in install targets of Makefile by Nguyen Anh Quynh · 9 years ago
  62. 35ceed7 python: fix installer by Nguyen Anh Quynh · 9 years ago
  63. 0498085 python: add README.pypi* by Nguyen Anh Quynh · 9 years ago
  64. 00eb3de python: setup.py only copies source if prebuilt libs are not existent by Nguyen Anh Quynh · 9 years ago
  65. e00bb43 python: add dummy prebuilt/ dir to keep Windows binaries by Nguyen Anh Quynh · 9 years ago
  66. 1585d88 python: make setup.py support pre-built Windows core by Nguyen Anh Quynh · 9 years ago
  67. e62c6ce python: rename README to README.TXT by Nguyen Anh Quynh · 9 years ago
  68. f392901 add prebuilt setup for Windows system by Nguyen Tan Cong · 9 years ago
  69. 907d9e9 copy msvc/headers/ in both linux and win32 system by Nguyen Tan Cong · 9 years ago
  70. be67c26 copy msvc/headers/ to src/ to build win32 core library by Nguyen Tan Cong · 9 years ago
  71. d954dae fixbug: can't install on centos & python 2.6 by Nguyen Tan Cong · 9 years ago
  72. 78746a4 python: add LICENSE & PKG-INFO for Python module by Nguyen Anh Quynh · 9 years ago
  73. bf54d4b python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 9 years ago
  74. 8113cda python: delete src/ in Makefile by Nguyen Anh Quynh · 9 years ago
  75. 1685df6 python: tolerance of the build process in setup.py by Nguyen Anh Quynh · 9 years ago
  76. 5115d6e python: installer now can compile Window core from source with CMake+MSVC by Nguyen Anh Quynh · 9 years ago
  77. 36e8312 python: rename variable 'result' to 'src' by Nguyen Anh Quynh · 9 years ago
  78. 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
  79. 794a706 Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 9 years ago
  80. 639a3f0 python: fix README (libcapstone.dll -> capstone.dll) by Nguyen Anh Quynh · 9 years ago
  81. 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
  82. 7c03cd8 Edit Makefile to appropriate with new setup.py by Nguyen Tan Cong · 9 years ago
  83. 17dfd3a add --do-not-build-core to setup.py to prevent it install core library by Nguyen Tan Cong · 9 years ago
  84. 1947adb edit script to create Pypi package by Nguyen Tan Cong · 9 years ago
  85. 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
  86. decc0d3 python: make setup.py support other *nix systems (i.e non-Windows) by Nguyen Anh Quynh · 9 years ago
  87. 36d293a prevent Windows system copying *nix core library to Python library directory by Nguyen Tan Cong · 9 years ago
  88. 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
  89. 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
  90. 39fd154 Edit setup.py to build python binding with make.sh by Nguyen Tan Cong · 9 years ago
  91. ead10b7 fixbug: wrong library extension on Mac OS X by Nguyen Tan Cong · 9 years ago
  92. b9d3f1b Fix the extesion built on osx. by Michael Cohen · 9 years ago
  93. f601fdd Merge branch 'next' of https://github.com/aquynh/capstone into python by Michael Cohen · 9 years ago
  94. 4cefabe Merge branch 'pypi' into python by Michael Cohen · 9 years ago
  95. f217d28 by Michael Cohen · 9 years ago
  96. 8ad6f02 Merge branch 'pypi' of https://github.com/aquynh/capstone into python by Michael Cohen · 9 years ago
  97. 223967b Merge branch 'master' of https://github.com/aquynh/capstone into python by Michael Cohen · 9 years ago
  98. 05ab290 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 9 years ago
  99. dbeeaf7 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 9 years ago
  100. 50c3823 - Fixed memory leak for cython disasm functions by Josh · 9 years ago