1. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  2. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  3. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  4. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  5. 38094b1 [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  6. 3dcb8fb remove the redundant detail copy by w4kfu · 9 years ago
  7. 7a4e5f7 remove duplicate detail info, modify all access to _detail to _raw.detail.contents by w4kfu · 9 years ago
  8. 5ffd2f0 fix issue #398 (Python binding no deep copy of detail pointer) by w4kfu · 9 years ago
  9. 2737135 python: rename test to test_basic in test_all.py by Nguyen Anh Quynh · 9 years ago
  10. a210229 Allow local installations of the python bindings by neuromancer · 9 years ago
  11. 3808eec python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  12. 5311ef2 ocaml: rename test.ml to test_basic.ml by Nguyen Anh Quynh · 9 years ago
  13. fad344e java: rename Test.java to TestBasic.java by Nguyen Anh Quynh · 9 years ago
  14. 1319f0c python: rename test.py to test_basic.py by Nguyen Anh Quynh · 9 years ago
  15. 147729e python: change PpcOpValue.imm type to c_int64 after the recent change in the core by Nguyen Anh Quynh · 9 years ago
  16. 79cc044 Merge branch 'ppc64' of https://github.com/randomstuff/capstone into randomstuff-ppc64 by Nguyen Anh Quynh · 9 years ago
  17. 38d3f66 python: update README.pypi-src by Nguyen Anh Quynh · 9 years ago
  18. 87ba408 python: update PyPi packages installation doc by Nguyen Anh Quynh · 9 years ago
  19. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  20. 75f80b7 Fix java compilation (xopCC is missing) by Gabriel Corona · 9 years ago
  21. 73537ce Add reverse lookup for top-level Capstone constants by Zach Riggle · 9 years ago
  22. 76e46d6 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  23. 4b76161 python: do not try to load libcapstone.so.3 by Nguyen Anh Quynh · 9 years ago
  24. 1b29306 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago
  25. af416e2 bindings: update newly added ARM groups CALL & INT by Nguyen Anh Quynh · 9 years ago
  26. 34502fa python: remove the leftover code in the last commit by Nguyen Anh Quynh · 9 years ago
  27. 91a1cb4 arm: correct the alias instruction id for MOVsi instructions. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  28. 98a0b20 Update README for Java Bindings by Ammar Ben Khadra · 9 years ago
  29. b0515ca Update README by Ammar Ben Khadra · 9 years ago
  30. 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
  31. 60a7f42 Fix a bug in Cython due to renaming by danghvu · 9 years ago
  32. 9554a4f python: a minor fix for test_customized_mnem.py by Nguyen Anh Quynh · 9 years ago
  33. 03d1e1f python: clean up test_*.py by Nguyen Anh Quynh · 9 years ago
  34. bbde6d5 python: support option CS_OPT_MNEMONIC by Nguyen Anh Quynh · 9 years ago
  35. 44adb35 python: clean test_skipdata.py by Nguyen Anh Quynh · 9 years ago
  36. 97eba89 python: correct a comment of method CsInsn.group_name() by Nguyen Anh Quynh · 9 years ago
  37. 24866bd Merge branch 'next' of https://github.com/bSr43/capstone into t6 by Nguyen Anh Quynh · 9 years ago
  38. d2f47d0 Remove enum for ASRS, LSRS, SUBS and MOVS by Vincent Bénony · 9 years ago
  39. ba2ead0 some fixes for bindings/README by Nguyen Anh Quynh · 9 years ago
  40. 1dacf5a update bindings/README to add Capstone.NET binding by Nguyen Anh Quynh · 9 years ago
  41. cbbbac2 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  42. c343a91 python: revert to use distutils rather than setuptools by Nguyen Anh Quynh · 9 years ago
  43. 3feaa11 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  44. 1c02880 Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  45. 2a36c16 python: fix test_arm.py (indentation on output) by Nguyen Anh Quynh · 9 years ago
  46. 8fa48fb bindings: update java/ocaml/python bindings after the last change on Arm core by Nguyen Anh Quynh · 9 years ago
  47. 5f22deb add links to Lua & Rust bindings by Nguyen Anh Quynh · 9 years ago
  48. 4544ba1 cython: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  49. a901539 python: X86Op.avx_zero_mask should have c_bool type by Nguyen Anh Quynh · 9 years ago
  50. 076dc6f Merge branch 'newapi' into next by Nguyen Anh Quynh · 9 years ago
  51. 95d4e9f python: fix access info of test_x86.py (CS_AC_READ|CS_AC_WRITE) by Nguyen Anh Quynh · 9 years ago
  52. 10647ae bindings: update java/ocaml/python after the latest changes in the core for the new API by Nguyen Anh Quynh · 9 years ago
  53. 3c862d5 python: Use setuptools if avilable by Richo Healey · 9 years ago
  54. 88a9553 python: simplify setup.py by Nguyen Anh Quynh · 9 years ago
  55. e830b75 python: properly build the core in Cygwin environment for setup.py by Nguyen Tan Cong · 9 years ago
  56. 0950943 Fixed #289 by Mario Vilas · 9 years ago
  57. 85120cc bindings: add ARM64_GRP_CALL & ARM64_GRP_RET groups after the related change in the core by Nguyen Anh Quynh · 9 years ago
  58. 197fe1c bindings: add {ARM|ARM6}GRP_PRIVILEGE by Nguyen Anh Quynh · 9 years ago
  59. cac770a bindings: support QPX mode & QPX alias instructions by Nguyen Anh Quynh · 9 years ago
  60. 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
  61. e4ca35d x86: delete the fiction instruction X86_INS_VPCOM by Nguyen Anh Quynh · 9 years ago
  62. 7a94483 x86: remove another fiction instruction VCMP by Nguyen Anh Quynh · 9 years ago
  63. e402e02 x86: remove unreal instruction VPCMP by Nguyen Anh Quynh · 9 years ago
  64. 825a228 python: make Cython binding support X86's @xop_cc by Nguyen Anh Quynh · 9 years ago
  65. debaa2e bindings: support newly added field @xop_cc in the last commit (Java, Ocaml, Python) by Nguyen Anh Quynh · 9 years ago
  66. ad42f16 mips: remove the confusing mode CS_MODE_MIPSGP64 by Nguyen Anh Quynh · 9 years ago
  67. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 9 years ago
  68. 18336b7 bindings: update Java, Ocaml & Python bindings after the last Mips update by Nguyen Anh Quynh · 9 years ago
  69. ff3a29e python: fix Version of PKG-INFO.win by Nguyen Anh Quynh · 9 years ago
  70. 72d3c4f bindings: change include dir after the patch of @pancake by Nguyen Anh Quynh · 9 years ago
  71. 9c10ace Make pkg-config and source consistent with installation by pancake · 9 years ago
  72. 764112d python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  73. 0822c34 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 10 years ago
  74. d7c0f5d python: indentation for README.TXT by Nguyen Anh Quynh · 9 years ago
  75. f5cc2ce python: add instructions for PyPi packages by Nguyen Anh Quynh · 9 years ago
  76. 9cb73a0 python: typo in setup.py by Nguyen Anh Quynh · 9 years ago
  77. a87c0b0 python: rename Windows package from capstone-win to capstone-windows by Nguyen Anh Quynh · 9 years ago
  78. 42e8388 python: do not include msvcr120.dll because we can static compile it by Nguyen Anh Quynh · 9 years ago
  79. df5f908 python: setup.py builds Windows core with cmake in release mode by Nguyen Anh Quynh · 9 years ago
  80. 59bc84d python: distribute msvcr120.dll for Windows installer by Nguyen Anh Quynh · 9 years ago
  81. 58a8369 python: clean prebuilt core in install targets of Makefile by Nguyen Anh Quynh · 9 years ago
  82. 35ceed7 python: fix installer by Nguyen Anh Quynh · 9 years ago
  83. 0498085 python: add README.pypi* by Nguyen Anh Quynh · 9 years ago
  84. 00eb3de python: setup.py only copies source if prebuilt libs are not existent by Nguyen Anh Quynh · 9 years ago
  85. e00bb43 python: add dummy prebuilt/ dir to keep Windows binaries by Nguyen Anh Quynh · 9 years ago
  86. 1585d88 python: make setup.py support pre-built Windows core by Nguyen Anh Quynh · 9 years ago
  87. e62c6ce python: rename README to README.TXT by Nguyen Anh Quynh · 9 years ago
  88. f392901 add prebuilt setup for Windows system by Nguyen Tan Cong · 9 years ago
  89. 907d9e9 copy msvc/headers/ in both linux and win32 system by Nguyen Tan Cong · 9 years ago
  90. be67c26 copy msvc/headers/ to src/ to build win32 core library by Nguyen Tan Cong · 9 years ago
  91. d954dae fixbug: can't install on centos & python 2.6 by Nguyen Tan Cong · 9 years ago
  92. 78746a4 python: add LICENSE & PKG-INFO for Python module by Nguyen Anh Quynh · 10 years ago
  93. bf54d4b python: add targets 'sdist' & 'sdist3' to Makefile by Nguyen Anh Quynh · 10 years ago
  94. 8113cda python: delete src/ in Makefile by Nguyen Anh Quynh · 10 years ago
  95. 1685df6 python: tolerance of the build process in setup.py by Nguyen Anh Quynh · 10 years ago
  96. 5115d6e python: installer now can compile Window core from source with CMake+MSVC by Nguyen Anh Quynh · 10 years ago
  97. 36e8312 python: rename variable 'result' to 'src' by Nguyen Anh Quynh · 10 years ago
  98. 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 · 10 years ago
  99. 794a706 Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency by Nguyen Anh Quynh · 10 years ago
  100. 639a3f0 python: fix README (libcapstone.dll -> capstone.dll) by Nguyen Anh Quynh · 10 years ago