1. 29816d5 Merge branch 'feat/better_python_setup_next' of https://github.com/angr/capstone into angr-feat/better_python_setup_next by Nguyen Anh Quynh · 8 years ago
  2. 43585e5 On this branch, dylib and so files are versioned by Andrew Dutcher · 8 years ago
  3. b4b97a0 python: cleanup by Nguyen Anh Quynh · 8 years ago
  4. 106d241 Python setup: Clean up some merge failures, adapt for changes on next branch by Andrew Dutcher · 8 years ago
  5. d0afd01 Python: Actually attempt to load .so.3 extension on linux by Andrew Dutcher · 8 years ago
  6. b7e4c48 Python: Spelling/capitalization/contact fixes in readme by Andrew Dutcher · 8 years ago
  7. 77888ab Minor english fixes by Andrew Dutcher · 8 years ago
  8. 8c132fb Python: remove special case for cygwin build by Andrew Dutcher · 8 years ago
  9. f4aed60 Python: Make cython work with extreme prejudice by Andrew Dutcher · 8 years ago
  10. 8292844 Python: Clean up the capstone-windows stuff with extreme prejudice by Andrew Dutcher · 8 years ago
  11. d8111c1 Python: make setup work as expected by Andrew Dutcher · 8 years ago
  12. efd8b14 bindings: regenerate consts by Nguyen Anh Quynh · 8 years ago
  13. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  14. ce6b477 Change pointer-deref-then-assignment to memmove to make PyPy happy. by Fish · 8 years ago
  15. bbf6a1e Workaround unicorn handing back bytearrays by Richo Healey · 8 years ago
  16. e199eb9 python-bindings: fix setup.py for wheel installation by Benno Fünfstück · 8 years ago
  17. bd8e5ba python: cast skipdata function inside binding to simplify the API by Nguyen Anh Quynh · 8 years ago
  18. d41c06c python: fix CS_SKIPDATA_CALLBACK prototype by Nguyen Anh Quynh · 8 years ago
  19. ddc84bc Merge pull request #764 from akihikodaki/next by Nguyen Anh Quynh · 8 years ago
  20. 557495e Merge pull request #766 from akihikodaki/next_test by Nguyen Anh Quynh · 8 years ago
  21. 01f6dda java: Rename Test class to TestBasic by Akihiko Odaki · 8 years ago
  22. f78a41e ocaml: recover test_basic.ml by Nguyen Anh Quynh · 8 years ago
  23. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  24. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  25. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  26. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  27. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  28. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  29. edc72e6 Replace copy.deepcopy by copy_ctypes_list for get_arch_info by lucasg · 8 years ago
  30. 94f8aef Fix error return code by Pranith Kumar · 8 years ago
  31. 83af3b9 Re-apply changes from 16477206564745782854e0ec5c68defa02429dd8 on next branch, that's the commit that lets the python bindings run in pypy by Andrew Dutcher · 8 years ago
  32. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  33. 0e407ea Add m68k to the general Python tests. by Niels Boehm · 8 years ago
  34. 8fba330 Add missing architectures to test_lite.py. by Niels Boehm · 8 years ago
  35. 32b6346 Use and test syntax against None in all_tests. by Niels Boehm · 8 years ago
  36. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  37. 1521ba3 Merge pull request #682 from ibabushkin/next by Nguyen Anh Quynh · 8 years ago
  38. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  39. 53b8174 Further refinements to the tests + python test fix for M68K by Inokentiy Babushkin · 8 years ago
  40. 86e9dd4 bindings: update Java & Ocaml after recent change on M68k interface by Nguyen Anh Quynh · 8 years ago
  41. f926e80 Fixed ordering in files by Inokentiy Babushkin · 8 years ago
  42. 7dc304f Fixed python bindings to align with struct changes by Inokentiy Babushkin · 8 years ago
  43. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  44. 8375270 Handle python test failure properly by Pranith Kumar · 8 years ago
  45. 7114a62 binding: remove cx_x86_op::fp following the change in the core by Nguyen Anh Quynh · 8 years ago
  46. 0dc28bf __getattr__ should raise AttributeError, not return None, on failure by Sean Heelan · 8 years ago
  47. c509fd1 m68k: fix conflicts when merging with #625 by Nguyen Anh Quynh · 8 years ago
  48. 1ab6455 bindings: update after recent changes on some M68k enums by Nguyen Anh Quynh · 8 years ago
  49. 8c6968f python: add access field for ARM64 by Nguyen Anh Quynh · 8 years ago
  50. f670a23 update generated bindings by Nicolas PLANEL · 8 years ago
  51. 6039a67 fixup indentation, mix of spaces and tabs by Nicolas PLANEL · 8 years ago
  52. 1bca054 Various fixes by Daniel Collin · 8 years ago
  53. 9119e15 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install by jmechnich · 8 years ago
  54. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 8 years ago
  55. c69b6a9 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  56. 3766ed1 python: add __version__ by Nguyen Anh Quynh · 8 years ago
  57. 32923cf Added a missed dependency to MANIFEST.in to allow packaging of C src in the sdist. by Michael Cohen · 8 years ago
  58. 40a42b4 Fix setup.py to use setuptools and put the libcapstone.so in the right place. by Michael Cohen · 8 years ago
  59. 31f239f python: implement setter for skipdata_setup. this fixes issue 564 so it is now possible to redefine skipdata's mnemonic by Nguyen Anh Quynh · 9 years ago
  60. 6ea7ec8 Python 3: CsError.__str__ by Raijinili · 9 years ago
  61. f99bf5a java: return empty instead of NULL for disasm(). patch by Keve Müller by Nguyen Anh Quynh · 9 years ago
  62. f752e99 indentation by Nguyen Anh Quynh · 9 years ago
  63. 0440c67 Fix NPE when first instruction to disassemble is broken. by Keve Müller · 9 years ago
  64. 7fc95e8 python: perform the last dylib loader only if it fails before that (for El Capitan) by Nguyen Anh Quynh · 9 years ago
  65. 73c255a Add OSX 10.11 dylib load fix by Tim Strazzere · 9 years ago
  66. 051140f [binding][python] print the string value of CsError by Nicolas PLANEL · 9 years ago
  67. 3e1ecc2 Merge branch 'm68k' into next by Nguyen Anh Quynh · 9 years ago
  68. 3593749 [python] test_m68k sync with C implementation by Nicolas PLANEL · 9 years ago
  69. b2e3ff2 [binding][python] fixup M68KOpMem structure by Nicolas PLANEL · 9 years ago
  70. 0db56e3 [binding][python] fixup python 3 compatibility by Nicolas PLANEL · 9 years ago
  71. 101bc4e file.write() need bytes when file is opened in binary mode by Nicolas PLANEL · 9 years ago
  72. 57bf77a bindings: add M68k_const.java & m68k_const.ml by Nguyen Anh Quynh · 9 years ago
  73. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  74. 4d7d5c1 python: support newly added MASM syntax by Nguyen Anh Quynh · 9 years ago
  75. db5403d Missing definition by learn_more · 9 years ago
  76. f6ded66 Fix for EFlags missing in x86 target: aquynh/capstone#439 by learn_more · 9 years ago
  77. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  78. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  79. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  80. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  81. 38094b1 [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  82. 3dcb8fb remove the redundant detail copy by w4kfu · 9 years ago
  83. 7a4e5f7 remove duplicate detail info, modify all access to _detail to _raw.detail.contents by w4kfu · 9 years ago
  84. 5ffd2f0 fix issue #398 (Python binding no deep copy of detail pointer) by w4kfu · 9 years ago
  85. 2737135 python: rename test to test_basic in test_all.py by Nguyen Anh Quynh · 9 years ago
  86. a210229 Allow local installations of the python bindings by neuromancer · 9 years ago
  87. 3808eec python: shared library can be unloaded from under our feet. issue reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  88. 5311ef2 ocaml: rename test.ml to test_basic.ml by Nguyen Anh Quynh · 9 years ago
  89. fad344e java: rename Test.java to TestBasic.java by Nguyen Anh Quynh · 9 years ago
  90. 1319f0c python: rename test.py to test_basic.py by Nguyen Anh Quynh · 9 years ago
  91. 147729e python: change PpcOpValue.imm type to c_int64 after the recent change in the core by Nguyen Anh Quynh · 9 years ago
  92. 79cc044 Merge branch 'ppc64' of https://github.com/randomstuff/capstone into randomstuff-ppc64 by Nguyen Anh Quynh · 9 years ago
  93. 38d3f66 python: update README.pypi-src by Nguyen Anh Quynh · 9 years ago
  94. 87ba408 python: update PyPi packages installation doc by Nguyen Anh Quynh · 9 years ago
  95. 8102aac Make PowerPC imm 64 bit (instad 32 bit) by Gabriel Corona · 9 years ago
  96. 75f80b7 Fix java compilation (xopCC is missing) by Gabriel Corona · 9 years ago
  97. 73537ce Add reverse lookup for top-level Capstone constants by Zach Riggle · 9 years ago
  98. 76e46d6 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  99. 4b76161 python: do not try to load libcapstone.so.3 by Nguyen Anh Quynh · 9 years ago
  100. 1b29306 Fix error when _cs is None during teardown by Zach Riggle · 9 years ago