1. 0652e62 binding: update following addition of GRP_BRANCH_RELATIVE by Nguyen Anh Quynh · 7 years ago
  2. 1fb2b53 Add CS_MODE_MIPS2 to opt-in for COP3 instructions (#939) by Francesco Tamagni · 7 years ago
  3. bde76eb x86: fix FPU flags so const_generator.py can generate proper Python symbols by Nguyen Anh Quynh · 7 years ago
  4. 640bf38 bindings: update FPU flags & FPU group for x86 after the last merge by Nguyen Anh Quynh · 7 years ago
  5. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  6. 6f8bd55 binding: add Ocaml & Java const files for TMS320C64x by Nguyen Anh Quynh · 7 years ago
  7. fea5f12 Fixed python bindings. by Fotis Loukos · 7 years ago
  8. 0a159f1 TMS320C64x support at tests and const generator. by Fotis Loukos · 8 years ago
  9. 0850d55 Added support for the TMS320C64x architecture. by Fotis Loukos · 8 years ago
  10. 3f51966 PHP binding by Nguyen Anh Quynh · 7 years ago
  11. 9f78ef2 Add ability to copy prebuilt libraries from prebuilt directory during python build by Andrew Dutcher · 8 years ago
  12. 9edf92c Python: Automatically conform to PEP440 for version numbers. ported from Unicorn Python binding by Nguyen Anh Quynh · 8 years ago
  13. 35c9623 (M68k) make displacements signed (#836) by BartmanAbyss · 8 years ago
  14. 7a8c7af Java: Support cs_strerror() and cs_regs_access() by Andreas Kirschbaum · 8 years ago
  15. 37b81f2 Java: Fix a bug where Arm.OpInfo.memBarrier and Arm.OpInfo.op is wrongly calculated by Andreas Kirschbaum · 8 years ago
  16. d31f94f Java: Fix a bug where Arm.Operand is wrongly calculated for the second and following operands by Andreas Kirschbaum · 8 years ago
  17. 003f50e python: version 4.0.0 by Nguyen Anh Quynh · 8 years ago
  18. 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
  19. 43585e5 On this branch, dylib and so files are versioned by Andrew Dutcher · 8 years ago
  20. b4b97a0 python: cleanup by Nguyen Anh Quynh · 8 years ago
  21. 106d241 Python setup: Clean up some merge failures, adapt for changes on next branch by Andrew Dutcher · 8 years ago
  22. d0afd01 Python: Actually attempt to load .so.3 extension on linux by Andrew Dutcher · 8 years ago
  23. b7e4c48 Python: Spelling/capitalization/contact fixes in readme by Andrew Dutcher · 8 years ago
  24. 77888ab Minor english fixes by Andrew Dutcher · 8 years ago
  25. 8c132fb Python: remove special case for cygwin build by Andrew Dutcher · 8 years ago
  26. f4aed60 Python: Make cython work with extreme prejudice by Andrew Dutcher · 8 years ago
  27. 8292844 Python: Clean up the capstone-windows stuff with extreme prejudice by Andrew Dutcher · 8 years ago
  28. d8111c1 Python: make setup work as expected by Andrew Dutcher · 8 years ago
  29. efd8b14 bindings: regenerate consts by Nguyen Anh Quynh · 8 years ago
  30. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  31. ce6b477 Change pointer-deref-then-assignment to memmove to make PyPy happy. by Fish · 8 years ago
  32. bbf6a1e Workaround unicorn handing back bytearrays by Richo Healey · 8 years ago
  33. e199eb9 python-bindings: fix setup.py for wheel installation by Benno Fünfstück · 8 years ago
  34. bd8e5ba python: cast skipdata function inside binding to simplify the API by Nguyen Anh Quynh · 8 years ago
  35. d41c06c python: fix CS_SKIPDATA_CALLBACK prototype by Nguyen Anh Quynh · 8 years ago
  36. ddc84bc Merge pull request #764 from akihikodaki/next by Nguyen Anh Quynh · 8 years ago
  37. 557495e Merge pull request #766 from akihikodaki/next_test by Nguyen Anh Quynh · 8 years ago
  38. 01f6dda java: Rename Test class to TestBasic by Akihiko Odaki · 8 years ago
  39. f78a41e ocaml: recover test_basic.ml by Nguyen Anh Quynh · 8 years ago
  40. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  41. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  42. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  43. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  44. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  45. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  46. edc72e6 Replace copy.deepcopy by copy_ctypes_list for get_arch_info by lucasg · 8 years ago
  47. 94f8aef Fix error return code by Pranith Kumar · 8 years ago
  48. 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
  49. 7d4c660 Fix typo in m68k constant for immediate operand. by Niels Boehm · 8 years ago
  50. 0e407ea Add m68k to the general Python tests. by Niels Boehm · 8 years ago
  51. 8fba330 Add missing architectures to test_lite.py. by Niels Boehm · 8 years ago
  52. 32b6346 Use and test syntax against None in all_tests. by Niels Boehm · 8 years ago
  53. 84c14d1 fix merging conflict by Nguyen Anh Quynh · 8 years ago
  54. 1521ba3 Merge pull request #682 from ibabushkin/next by Nguyen Anh Quynh · 8 years ago
  55. 2f3241d Merge pull request #669 from zachriggle/next-mips by Nguyen Anh Quynh · 8 years ago
  56. 53b8174 Further refinements to the tests + python test fix for M68K by Inokentiy Babushkin · 8 years ago
  57. 86e9dd4 bindings: update Java & Ocaml after recent change on M68k interface by Nguyen Anh Quynh · 8 years ago
  58. f926e80 Fixed ordering in files by Inokentiy Babushkin · 8 years ago
  59. 7dc304f Fixed python bindings to align with struct changes by Inokentiy Babushkin · 8 years ago
  60. 5cb3fe3 Add MIPS_GRP_XXX aliases for generic types. by Zach Riggle · 8 years ago
  61. 8375270 Handle python test failure properly by Pranith Kumar · 8 years ago
  62. 7114a62 binding: remove cx_x86_op::fp following the change in the core by Nguyen Anh Quynh · 8 years ago
  63. 0dc28bf __getattr__ should raise AttributeError, not return None, on failure by Sean Heelan · 8 years ago
  64. c509fd1 m68k: fix conflicts when merging with #625 by Nguyen Anh Quynh · 8 years ago
  65. 1ab6455 bindings: update after recent changes on some M68k enums by Nguyen Anh Quynh · 8 years ago
  66. 8c6968f python: add access field for ARM64 by Nguyen Anh Quynh · 8 years ago
  67. f670a23 update generated bindings by Nicolas PLANEL · 8 years ago
  68. 6039a67 fixup indentation, mix of spaces and tabs by Nicolas PLANEL · 8 years ago
  69. 1bca054 Various fixes by Daniel Collin · 8 years ago
  70. 9119e15 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install by jmechnich · 8 years ago
  71. 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
  72. c69b6a9 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  73. 3766ed1 python: add __version__ by Nguyen Anh Quynh · 9 years ago
  74. 32923cf Added a missed dependency to MANIFEST.in to allow packaging of C src in the sdist. by Michael Cohen · 9 years ago
  75. 40a42b4 Fix setup.py to use setuptools and put the libcapstone.so in the right place. by Michael Cohen · 9 years ago
  76. 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
  77. 6ea7ec8 Python 3: CsError.__str__ by Raijinili · 9 years ago
  78. f99bf5a java: return empty instead of NULL for disasm(). patch by Keve Müller by Nguyen Anh Quynh · 9 years ago
  79. f752e99 indentation by Nguyen Anh Quynh · 9 years ago
  80. 0440c67 Fix NPE when first instruction to disassemble is broken. by Keve Müller · 9 years ago
  81. 7fc95e8 python: perform the last dylib loader only if it fails before that (for El Capitan) by Nguyen Anh Quynh · 9 years ago
  82. 73c255a Add OSX 10.11 dylib load fix by Tim Strazzere · 9 years ago
  83. 051140f [binding][python] print the string value of CsError by Nicolas PLANEL · 9 years ago
  84. 3e1ecc2 Merge branch 'm68k' into next by Nguyen Anh Quynh · 9 years ago
  85. 3593749 [python] test_m68k sync with C implementation by Nicolas PLANEL · 9 years ago
  86. b2e3ff2 [binding][python] fixup M68KOpMem structure by Nicolas PLANEL · 9 years ago
  87. 0db56e3 [binding][python] fixup python 3 compatibility by Nicolas PLANEL · 9 years ago
  88. 101bc4e file.write() need bytes when file is opened in binary mode by Nicolas PLANEL · 9 years ago
  89. 57bf77a bindings: add M68k_const.java & m68k_const.ml by Nguyen Anh Quynh · 9 years ago
  90. 2ee675c This adds M68K support to Capstone by Daniel Collin · 9 years ago
  91. 4d7d5c1 python: support newly added MASM syntax by Nguyen Anh Quynh · 9 years ago
  92. db5403d Missing definition by learn_more · 9 years ago
  93. f6ded66 Fix for EFlags missing in x86 target: aquynh/capstone#439 by learn_more · 9 years ago
  94. 78de4fa Make sure that running the tool on windows gives the same output (newline conversion) by learn_more · 9 years ago
  95. 8c7b320 add target all for const_generator by learn_more · 9 years ago
  96. 07a7f6c Add missing const for arm64 update suite/test_group_name by learn_more · 9 years ago
  97. cc7434c python: do not copy msvc/headers directory in setup.py by Nguyen Anh Quynh · 9 years ago
  98. 38094b1 [Python binding] Fix setup.py to allow installing in a virtualenv by Alex Chernetz · 9 years ago
  99. 3dcb8fb remove the redundant detail copy by w4kfu · 9 years ago
  100. 7a4e5f7 remove duplicate detail info, modify all access to _detail to _raw.detail.contents by w4kfu · 9 years ago