1. 77888ab Minor english fixes by Andrew Dutcher · 8 years ago
  2. 8c132fb Python: remove special case for cygwin build by Andrew Dutcher · 8 years ago
  3. f4aed60 Python: Make cython work with extreme prejudice by Andrew Dutcher · 8 years ago
  4. 8292844 Python: Clean up the capstone-windows stuff with extreme prejudice by Andrew Dutcher · 8 years ago
  5. d8111c1 Python: make setup work as expected by Andrew Dutcher · 8 years ago
  6. efd8b14 bindings: regenerate consts by Nguyen Anh Quynh · 8 years ago
  7. 10618e3 add CS_VERSION_{MAJOR, MINOR, EXTRA} by Nguyen Anh Quynh · 8 years ago
  8. 3ba8c4d improve dependency on header files *.h, and remove clean from make.sh. see PR #793 by Nguyen Anh Quynh · 8 years ago
  9. e18496f cstool: cleanup by Nguyen Anh Quynh · 8 years ago
  10. a799790 cstool: print out core version by Nguyen Anh Quynh · 8 years ago
  11. 2897a80 cstool: fix compilation bug by Nguyen Anh Quynh · 8 years ago
  12. 32238dc cstool: cleanup by Nguyen Anh Quynh · 8 years ago
  13. bde12ae cstool: convert space to tab by YUHANG TANG · 8 years ago
  14. a7b4852 Delete platform.h and fix wrong identation. by YUHANG TANG · 8 years ago
  15. 61e5054 cstool version 2 by YUHANG TANG · 8 years ago
  16. ad25742 cstool: version 2 could print all debug information for all arch. by YUHANG TANG · 8 years ago
  17. 08da0c0 cstool : print all debug information for all arch. by YUHANG TANG · 8 years ago
  18. 9354e5e cstool: add x86 debug information by YUHANG TANG · 8 years ago
  19. a773887 cstool: prepare for multiple C sources by Nguyen Anh Quynh · 8 years ago
  20. d14504d Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  21. ef4a2db tests: cleanup by Nguyen Anh Quynh · 8 years ago
  22. b4aae2d Merge pull request #792 from angr/fix/copy_via_memmove by Nguyen Anh Quynh · 8 years ago
  23. 883c333 Fix two missing register operands in X86 AT&T syntax (#791) by Andrew Dutcher · 8 years ago
  24. ce6b477 Change pointer-deref-then-assignment to memmove to make PyPy happy. by Fish · 8 years ago
  25. ce7c9a8 Makefile: remove extra / letter for install target by Nguyen Anh Quynh · 8 years ago
  26. 45f81ff x86: RET read/write stack register. this fixes issue #790 by Nguyen Anh Quynh · 8 years ago
  27. 130eb7e cstool: compile with CMake using CMakeLists.txt in root dir by Nguyen Anh Quynh · 8 years ago
  28. 7415467 cstool: initialize i in preprocess(). this fixes compilation issue for MSVC by Nguyen Anh Quynh · 8 years ago
  29. eb34f6e cstool: support CMake by Nguyen Anh Quynh · 8 years ago
  30. bab2a93 cstool: align assembly code for x86 by Nguyen Anh Quynh · 8 years ago
  31. fcd1b44 cstool: update README with more details by Nguyen Anh Quynh · 8 years ago
  32. 14978f8 update .gitignore by Nguyen Anh Quynh · 8 years ago
  33. 5664998 cstool: compile for next branch by Nguyen Anh Quynh · 8 years ago
  34. 6ccfcab cstool: make it compile with GCC on Linux by Nguyen Anh Quynh · 8 years ago
  35. 797a637 cstool: fix Makefile by Nguyen Anh Quynh · 8 years ago
  36. 815b94a cstool: add VERSION and reformat to use tabs for indentation by Nguyen Anh Quynh · 8 years ago
  37. c288708 cstool: fix Makefile by Nguyen Anh Quynh · 8 years ago
  38. f36b3f4 cstool: compile/clean/install/uninstall from Makefile by Nguyen Anh Quynh · 8 years ago
  39. 51c8c50 cstool 1.0 (#788) by echotyh · 8 years ago
  40. bbf6a1e Workaround unicorn handing back bytearrays by Richo Healey · 8 years ago
  41. e199eb9 python-bindings: fix setup.py for wheel installation by Benno Fünfstück · 8 years ago
  42. bd8e5ba python: cast skipdata function inside binding to simplify the API by Nguyen Anh Quynh · 8 years ago
  43. d41c06c python: fix CS_SKIPDATA_CALLBACK prototype by Nguyen Anh Quynh · 8 years ago
  44. c6e7a9e Merge pull request #781 from tandasat/next by Nguyen Anh Quynh · 8 years ago
  45. 1f351e8 add explanation comment for use of CAPSTONE_API by Satoshi Tanda · 8 years ago
  46. bc954d0 fix compile error with capstone_static_winkernel by Satoshi Tanda · 8 years ago
  47. 3730e20 suppress MSVC code analysis (PREfast) warnings for m68k by Satoshi Tanda · 8 years ago
  48. 2df9a8e suppress MSVC code analysis (PREfast) warnings by Satoshi Tanda · 8 years ago
  49. 777f0d3 ignore MSVC project upgrade files by Satoshi Tanda · 8 years ago
  50. 565b6c3 fix typo, style by Satoshi Tanda · 8 years ago
  51. d3155db Fix use of uninitialized value for some instructions by Ole André Vadla Ravnås · 8 years ago
  52. 9b5f404 arm: update imm in printOperand() to fix error reported by @trufae in PR #764 by Nguyen Anh Quynh · 8 years ago
  53. d9f96e7 fixed issue #726 (snprintf undefined in test_arm_regression) by mrexodia · 8 years ago
  54. 03ff67a Merge branch 'next_check' of https://github.com/akihikodaki/capstone into akihikodaki-next_check by Nguyen Anh Quynh · 8 years ago
  55. ec40753 Fix check target for Unix-like environment by Akihiko Odaki · 8 years ago
  56. c871c05 AArch64 set good extender by Simorfo · 8 years ago
  57. ddc84bc Merge pull request #764 from akihikodaki/next by Nguyen Anh Quynh · 8 years ago
  58. 69f4a36 fix annotation. by qc1iu · 8 years ago
  59. fd7ba51 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 8 years ago
  60. ae09320 arm: fix issue #767 by Nguyen Anh Quynh · 8 years ago
  61. 557495e Merge pull request #766 from akihikodaki/next_test by Nguyen Anh Quynh · 8 years ago
  62. 01f6dda java: Rename Test class to TestBasic by Akihiko Odaki · 8 years ago
  63. f78a41e ocaml: recover test_basic.ml by Nguyen Anh Quynh · 8 years ago
  64. 958ba65 arm: treat ARM address as unsigned by Akihiko Odaki · 8 years ago
  65. d0e1c5d Merge branch 'fcompi' of https://github.com/mrexodia/capstone into mrexodia-fcompi by Nguyen Anh Quynh · 8 years ago
  66. 8ac54c5 arm: fix issue #760 by Nguyen Anh Quynh · 8 years ago
  67. d1444ca final change for fcomip and fucomip by mrexodia · 8 years ago
  68. f38cc69 changed fcompi to fcomip and fucompi to fucomip by mrexodia · 8 years ago
  69. 87a25bb x86: fast path checking for X86_insn_reg_intel() by Nguyen Anh Quynh · 8 years ago
  70. d7459a0 x86: fix issue #756 by Nguyen Anh Quynh · 8 years ago
  71. e147e3a arm64: add NEGS & NGCS alias instructions. this fixes issue #752 by Nguyen Anh Quynh · 8 years ago
  72. fbd27e2 arm: fix issue #750 by Nguyen Anh Quynh · 8 years ago
  73. 4f29691 cleanup by Nguyen Anh Quynh · 8 years ago
  74. 8e7f1d0 arm: fix issue #747 by Nguyen Anh Quynh · 8 years ago
  75. 1e3ca6d Merge branch 'patch-1' of https://github.com/McLovi9/capstone into McLovi9-patch-1 by Nguyen Anh Quynh · 8 years ago
  76. f39fada fix #748 by tandasat · 8 years ago
  77. ba82977 arm: fix issue #746 by Nguyen Anh Quynh · 8 years ago
  78. a0f082d arm: fix issue #744 by Nguyen Anh Quynh · 8 years ago
  79. abded30 Update capstone.h by McLovi9 · 8 years ago
  80. bf2690a Merge pull request #696 from emoon/m68k-reg-read-write by Nguyen Anh Quynh · 8 years ago
  81. aaf2c49 [M68K] Implemented regs read/write lists by Daniel Collin · 8 years ago
  82. 483e101 arm: fix issue #740 by Nguyen Anh Quynh · 8 years ago
  83. 97b3492 Merge pull request #737 from xia0pin9/xia0pin9-arm64-blr by Nguyen Anh Quynh · 8 years ago
  84. 903aa23 Fix BL, BLR group information by Yuping Li · 8 years ago
  85. 47998be Merge pull request #657 from davidcarne/fix-uninit by Nguyen Anh Quynh · 8 years ago
  86. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  87. 21b4a73 Merge pull request #727 from lucasg/issue_718_mov_eax by Nguyen Anh Quynh · 8 years ago
  88. 05ddfac Fix mov *ax, addr register access for CAPSTONE_REDUCE files by lucasg · 8 years ago
  89. 3b4fc02 Merge pull request #728 from lucasg/fix_failing_travis_build by Nguyen Anh Quynh · 8 years ago
  90. edc72e6 Replace copy.deepcopy by copy_ctypes_list for get_arch_info by lucasg · 8 years ago
  91. cffb61e Fix register access for 16-bit mov instructions by lucasg · 8 years ago
  92. 6ee4994 [X86] Fix *ax dst register access on some MOV instructions by lucasg · 8 years ago
  93. 5c4277c Merge pull request #724 from pranith/fix_error_return by Hoang-Vu Dang · 8 years ago
  94. 5ff595c Merge pull request #723 from crowell/array by Nguyen Anh Quynh · 8 years ago
  95. e0afaab Update X86Mapping.c by Jeffrey Crowell · 8 years ago
  96. 94f8aef Fix error return code by Pranith Kumar · 8 years ago
  97. 4750991 fixup qsort by Jeffrey Crowell · 8 years ago
  98. 1555b5b use stdlib's qsort by Jeffrey Crowell · 8 years ago
  99. c975795 add an auxilary array for x86 reg to greatly speedup X86_insn_reg_intel by Jeffrey Crowell · 8 years ago
  100. d9d1052 x86: fix similar bugs with issue #711 for MOV with *AX registers by Nguyen Anh Quynh · 8 years ago