1. b1b9f2c Fix build under VS2012 (i.e. MSC_VER = 1700) by Ben Cheney · 8 years ago
  2. 8a0f0a8 Merge pull request #830 from mrexodia/next by Nguyen Anh Quynh · 8 years ago
  3. 972a6a6 added regression test for issue #702 by mrexodia · 8 years ago
  4. 9d5b81d ignore build directories by mrexodia · 8 years ago
  5. 0237e4c arm: fix operand access info for Bcc & BL. see issue #826 by Nguyen Anh Quynh · 8 years ago
  6. 14a2068 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  7. 1814c7e arm: fix access info for RET. see issue #825 by Nguyen Anh Quynh · 8 years ago
  8. ce4a884 Merge pull request #822 from hlein/next by Nguyen Anh Quynh · 8 years ago
  9. 1b4d805 Make sure bindir exists before installing to it. by Hank Leininger · 8 years ago
  10. f996ce5 Merge pull request #819 from akirschbaum/next-java-add-binding by Nguyen Anh Quynh · 8 years ago
  11. 7a8c7af Java: Support cs_strerror() and cs_regs_access() by Andreas Kirschbaum · 8 years ago
  12. b3a71cd Merge pull request #820 from akirschbaum/next-java-bugfix1 by Nguyen Anh Quynh · 8 years ago
  13. 37b81f2 Java: Fix a bug where Arm.OpInfo.memBarrier and Arm.OpInfo.op is wrongly calculated by Andreas Kirschbaum · 8 years ago
  14. afb328f Merge pull request #821 from akirschbaum/next-java-bugfix2 by Nguyen Anh Quynh · 8 years ago
  15. d31f94f Java: Fix a bug where Arm.Operand is wrongly calculated for the second and following operands by Andreas Kirschbaum · 8 years ago
  16. 5bc875a x86: fix X86_REL_ADDR macro - handle two-byte jump instructions by Gabor Buella · 8 years ago
  17. a96e8fe cmake: Add a check of MSVC variable before setting flags that link the library. ported from PR #814 by Nguyen Anh Quynh · 8 years ago
  18. df24131 arm: fix decoding Thumb big-endian instructions. ported from PR #813 by Nguyen Anh Quynh · 8 years ago
  19. 61a5031 x86: fix instruction MOVAPS & MOVAPD. see issue #809 by Nguyen Anh Quynh · 8 years ago
  20. b8bc95a x86: fix (AT&T) instruction SLDT for issue #807 by Nguyen Anh Quynh · 8 years ago
  21. dcfd572 x86: fix (AT&T) instruction lgs for issue #805 by Nguyen Anh Quynh · 8 years ago
  22. 1af41d2 x86: fix (AT&T) ROL instruction in issue #804 by Nguyen Anh Quynh · 8 years ago
  23. 3ca6b0d x86: fix movw instruction in #789 by Nguyen Anh Quynh · 8 years ago
  24. ae360ea x86: fix sysexit in #806 by Nguyen Anh Quynh · 8 years ago
  25. fc0d6fb cstool: print out insn groups by Nguyen Anh Quynh · 8 years ago
  26. 570db5f cstool: use switch by Nguyen Anh Quynh · 8 years ago
  27. 7532fc7 cstool: remove its version by Nguyen Anh Quynh · 8 years ago
  28. 5764151 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  29. 003f50e python: version 4.0.0 by Nguyen Anh Quynh · 8 years ago
  30. 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
  31. 43585e5 On this branch, dylib and so files are versioned by Andrew Dutcher · 8 years ago
  32. b4b97a0 python: cleanup by Nguyen Anh Quynh · 8 years ago
  33. c131786 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
  34. c36a479 Add X86_REG_EFLAGS to X86_CLC, X86_CLD, X86_CMC (#801) by Samuel Chevet · 8 years ago
  35. 13fea32 cstool: update README by Nguyen Anh Quynh · 8 years ago
  36. 222d15f cleanup by Nguyen Anh Quynh · 8 years ago
  37. 73cc688 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  38. df6f9cc cleanup by Nguyen Anh Quynh · 8 years ago
  39. 27ee77f Merge branch 'next' of https://github.com/echotyh/capstone into echotyh-next by Nguyen Anh Quynh · 8 years ago
  40. 9bc14c1 cstool: delete tab by YUHANG TANG · 8 years ago
  41. 31378e5 add X86_REG_EFLAGS for X86_STC (#797) by Samuel Chevet · 8 years ago
  42. 106d241 Python setup: Clean up some merge failures, adapt for changes on next branch by Andrew Dutcher · 8 years ago
  43. be3f867 cstool: add m68k and change cstool_x86 by YUHANG TANG · 8 years ago
  44. d0afd01 Python: Actually attempt to load .so.3 extension on linux by Andrew Dutcher · 8 years ago
  45. b7e4c48 Python: Spelling/capitalization/contact fixes in readme by Andrew Dutcher · 8 years ago
  46. 77888ab Minor english fixes by Andrew Dutcher · 8 years ago
  47. 8c132fb Python: remove special case for cygwin build by Andrew Dutcher · 8 years ago
  48. f4aed60 Python: Make cython work with extreme prejudice by Andrew Dutcher · 8 years ago
  49. 8292844 Python: Clean up the capstone-windows stuff with extreme prejudice by Andrew Dutcher · 8 years ago
  50. d8111c1 Python: make setup work as expected by Andrew Dutcher · 8 years ago
  51. efd8b14 bindings: regenerate consts by Nguyen Anh Quynh · 8 years ago
  52. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  53. 3ba8c4d improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  54. e18496f cstool: cleanup by Nguyen Anh Quynh · 8 years ago
  55. a799790 cstool: print out core version by Nguyen Anh Quynh · 8 years ago
  56. 2897a80 cstool: fix compilation bug by Nguyen Anh Quynh · 8 years ago
  57. 32238dc cstool: cleanup by Nguyen Anh Quynh · 8 years ago
  58. bde12ae cstool: convert space to tab by YUHANG TANG · 8 years ago
  59. a7b4852 Delete platform.h and fix wrong identation. by YUHANG TANG · 8 years ago
  60. 61e5054 cstool version 2 by YUHANG TANG · 8 years ago
  61. ad25742 cstool: version 2 could print all debug information for all arch. by YUHANG TANG · 8 years ago
  62. 08da0c0 cstool : print all debug information for all arch. by YUHANG TANG · 8 years ago
  63. 9354e5e cstool: add x86 debug information by YUHANG TANG · 8 years ago
  64. a773887 cstool: prepare for multiple C sources by Nguyen Anh Quynh · 8 years ago
  65. d14504d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  66. ef4a2db tests: cleanup by Nguyen Anh Quynh · 8 years ago
  67. b4aae2d Merge pull request #792 from angr/fix/copy_via_memmove by Nguyen Anh Quynh · 8 years ago
  68. 883c333 Fix two missing register operands in X86 AT&T syntax (#791) by Andrew Dutcher · 8 years ago
  69. ce6b477 Change pointer-deref-then-assignment to memmove to make PyPy happy. by Fish · 8 years ago
  70. ce7c9a8 Makefile: remove extra / letter for install target by Nguyen Anh Quynh · 8 years ago
  71. 45f81ff x86: RET read/write stack register. this fixes issue #790 by Nguyen Anh Quynh · 8 years ago
  72. 130eb7e cstool: compile with CMake using CMakeLists.txt in root dir by Nguyen Anh Quynh · 8 years ago
  73. 7415467 cstool: initialize i in preprocess(). this fixes compilation issue for MSVC by Nguyen Anh Quynh · 8 years ago
  74. eb34f6e cstool: support CMake by Nguyen Anh Quynh · 8 years ago
  75. bab2a93 cstool: align assembly code for x86 by Nguyen Anh Quynh · 8 years ago
  76. fcd1b44 cstool: update README with more details by Nguyen Anh Quynh · 8 years ago
  77. 14978f8 update .gitignore by Nguyen Anh Quynh · 8 years ago
  78. 5664998 cstool: compile for next branch by Nguyen Anh Quynh · 8 years ago
  79. 6ccfcab cstool: make it compile with GCC on Linux by Nguyen Anh Quynh · 8 years ago
  80. 797a637 cstool: fix Makefile by Nguyen Anh Quynh · 8 years ago
  81. 815b94a cstool: add VERSION and reformat to use tabs for indentation by Nguyen Anh Quynh · 8 years ago
  82. c288708 cstool: fix Makefile by Nguyen Anh Quynh · 8 years ago
  83. f36b3f4 cstool: compile/clean/install/uninstall from Makefile by Nguyen Anh Quynh · 8 years ago
  84. 51c8c50 cstool 1.0 (#788) by echotyh · 8 years ago
  85. bbf6a1e Workaround unicorn handing back bytearrays by Richo Healey · 8 years ago
  86. e199eb9 python-bindings: fix setup.py for wheel installation by Benno Fünfstück · 8 years ago
  87. bd8e5ba python: cast skipdata function inside binding to simplify the API by Nguyen Anh Quynh · 8 years ago
  88. d41c06c python: fix CS_SKIPDATA_CALLBACK prototype by Nguyen Anh Quynh · 8 years ago
  89. c6e7a9e Merge pull request #781 from tandasat/next by Nguyen Anh Quynh · 8 years ago
  90. 1f351e8 add explanation comment for use of CAPSTONE_API by Satoshi Tanda · 8 years ago
  91. bc954d0 fix compile error with capstone_static_winkernel by Satoshi Tanda · 8 years ago
  92. 3730e20 suppress MSVC code analysis (PREfast) warnings for m68k by Satoshi Tanda · 8 years ago
  93. 2df9a8e suppress MSVC code analysis (PREfast) warnings by Satoshi Tanda · 8 years ago
  94. 777f0d3 ignore MSVC project upgrade files by Satoshi Tanda · 8 years ago
  95. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  96. d3155db Fix use of uninitialized value for some instructions by Ole André Vadla Ravnås · 8 years ago
  97. 9b5f404 arm: update imm in printOperand() to fix error reported by @trufae in PR #764 by Nguyen Anh Quynh · 8 years ago
  98. d9f96e7 fixed issue #726 (snprintf undefined in test_arm_regression) by mrexodia · 8 years ago
  99. 03ff67a Merge branch 'next_check' of https://github.com/akihikodaki/capstone into akihikodaki-next_check by Nguyen Anh Quynh · 8 years ago
  100. ec40753 Fix check target for Unix-like environment by Akihiko Odaki · 8 years ago