1. eeff103 ChangeLog by Nguyen Anh Quynh · 6 years ago
  2. d553dbf python: raise CsError(CS_ERR_SKIPDATA) when accessing irrelevant data in skipdata mode. this fixes issue #679 by Nguyen Anh Quynh · 6 years ago
  3. 9ea5fbd ChangeLog for v3.0.5 by Nguyen Anh Quynh · 6 years ago
  4. 4741517 change PKG_TAG for v3.0.5 by Nguyen Anh Quynh · 6 years ago
  5. 728e699 x86: fix imm operand of RETF. see #1204 by Nguyen Anh Quynh · 6 years ago
  6. b5b2a11 readDisplacement fix (#1200) by Martin · 6 years ago
  7. 3f9978c Revert "Merges encoding branch (#1187)" by Nguyen Anh Quynh · 6 years ago
  8. a31b532 Initializes to 0 X86 immediateOffset (#1192) by Catena cyber · 6 years ago
  9. a1ed8fc Merges encoding branch (#1187) by Stephen Eckels · 6 years ago
  10. 84fc708 CREDITS.TXT by Nguyen Anh Quynh · 6 years ago
  11. 7efdd25 Initialize X86 necessaryPrefixLocation (#1179) by Catena cyber · 6 years ago
  12. 60ca025 Better error reporting for python binding (#1188) by Catena cyber · 6 years ago
  13. 0b874b2 cleanup by Nguyen Anh Quynh · 6 years ago
  14. 853a287 Declare global arch arrays with contents (#1171) by Travis Finkenauer · 6 years ago
  15. 7723175 Add Availability.h include to fix macOS SDK instrinsics (#1175) by vit9696 · 6 years ago
  16. 856b207 Refactor confusing if for xacquire/xrelease (#1173) by vit9696 · 6 years ago
  17. 946fe47 macOS kernel has no limits.h but i386/limits.h (#1172) by vit9696 · 6 years ago
  18. b8c7cd8 Builds a test corpus for fuzzing (#1174) by Catena cyber · 6 years ago
  19. 04a6d40 Adds a size limit for inputs to fuzz target (#1167) by Catena cyber · 6 years ago
  20. 2b054af Use printint functions from SStream (#1165) by Catena cyber · 6 years ago
  21. 663f1f9 Fix ARM operand subtracted field (#1163) by Catena cyber · 6 years ago
  22. dcbec53 Fixes shift for ARM memory operand (#1162) by Catena cyber · 6 years ago
  23. 6e4c59d Fix integer overflow on systemz (#1164) by Catena cyber · 6 years ago
  24. 14cdd65 fix undefined shift in countLeadingZeros (#1157) by Catena cyber · 6 years ago
  25. 3f11414 Fix undefined negative value shift (#1161) by Catena cyber · 6 years ago
  26. 41a60af code style by Nguyen Anh Quynh · 6 years ago
  27. a0a7b20 Print right hex value for MIN_INT (#1160) by Catena cyber · 6 years ago
  28. d5c7b75 Fix undefined shifts (#1158) by Catena cyber · 6 years ago
  29. ec2b9f6 operands are invalid at initialisation (#1159) by Catena cyber · 6 years ago
  30. 86d124a Fix undefined shifts (#1156) by Catena cyber · 6 years ago
  31. 170904d Integrate capstone with oss-fuzz (#1150) by Catena cyber · 6 years ago
  32. 9361378 Cleanup build process (#1140) by Stephen · 6 years ago
  33. 5e184ec Move functionality from make.sh to Makefile (#1138) by Stephen · 6 years ago
  34. 6be1770 Remove homebrew formula (#1135) by Stephen · 6 years ago
  35. 4d38800 Cleanup makefile (#1132) by Stephen · 6 years ago
  36. 5c17897 CMakeLists.txt: Add cstool build option (#1118) by Connor Davis · 6 years ago
  37. 7e004bd .gitignore: add test binaries from next branch by Nguyen Anh Quynh · 6 years ago
  38. 6939b2c SStream.c needs limits.h by Nguyen Anh Quynh · 6 years ago
  39. 7569300 indentation by Nguyen Anh Quynh · 6 years ago
  40. cab90f9 indentation fix by Nguyen Anh Quynh · 6 years ago
  41. e6883a3 indentation by Nguyen Anh Quynh · 6 years ago
  42. 80ba15a Merge branch 'Google-Autofuzz-capstone-patch-1-1' of https://github.com/Google-Autofuzz/capstone into Google-Autofuzz-Google-Autofuzz-capstone-patch-1-1 by Nguyen Anh Quynh · 6 years ago
  43. 9501dba indentation by Nguyen Anh Quynh · 6 years ago
  44. 0ae0ee2 Merge branch 'Google-Autofuzz-capstone-patch-1' of https://github.com/Google-Autofuzz/capstone into Google-Autofuzz-Google-Autofuzz-capstone-patch-1 by Nguyen Anh Quynh · 6 years ago
  45. a6b4e42 force Capstone to be build using MT (#1109) by Alberto Garcia Illera · 6 years ago
  46. 5194dcb Update SStream.c by Google AutoFuzz Team · 6 years ago
  47. 19e5777 Update SStream.c by Google AutoFuzz Team · 6 years ago
  48. b9e8185 Update SStream.c by Google AutoFuzz Team · 6 years ago
  49. 670939c Update SStream.c by Google AutoFuzz Team · 6 years ago
  50. 518a8ae Update SystemZInstPrinter.c by Google AutoFuzz Team · 6 years ago
  51. 63a12d5 Update SystemZInstPrinter.c by Google AutoFuzz Team · 6 years ago
  52. aa9885c Fixing #1062 by Google AutoFuzz Team · 6 years ago
  53. c43fd99 Fixing #1061 by Google AutoFuzz Team · 6 years ago
  54. d158fe8 Fixing #1060 by Google AutoFuzz Team · 6 years ago
  55. 5f173b0 prefix cs_ to global variables to avoid link problems (#1102) by Alberto Garcia Illera · 6 years ago
  56. a1659e9 Add cortex-m support to cstool, refactoring and crash fix (#1099) by Priit Laes · 6 years ago
  57. 7185555 Fix pkg-config output when using cmake (#1098) by Andrew D'Addesio · 6 years ago
  58. 5b55115 Fixed #1060 #1061 #1062 (#1079) by l0stb1t · 6 years ago
  59. 8879b5d python: import os by Nguyen Anh Quynh · 6 years ago
  60. aeda70f Add option for inhibiting the core build while installing the python components. Add option for loading the core from a custom path. (#1089) by Audrey Dutcher · 6 years ago
  61. cdf523c Update setup.py (#1073) by tdube · 7 years ago
  62. de4377e Fix language statistics by considering *.inc files to be C files. (#1078) by Petr Zemek · 7 years ago
  63. f48111d bindings: update after #1064 by Nguyen Anh Quynh · 7 years ago
  64. 0a4e6d1 Fix wrong register aliases on arm64 (#1064) by Tasuku SUENAGA a.k.a. gunyarakun · 7 years ago
  65. db15616 sparc: fix #1061 by Nguyen Anh Quynh · 7 years ago
  66. 4582a67 systemz: fix #1062 by Nguyen Anh Quynh · 7 years ago
  67. 449b17d arm: fix #1060 by Nguyen Anh Quynh · 7 years ago
  68. 93bfcf1 macOS framework - Added a module map for Swift/Objective-C. (#1056) by Jean-David Gadina · 7 years ago
  69. fe36ea9 Updated Xcode project for Xcode 9.1 (#1053) by Jean-David Gadina · 7 years ago
  70. 171731a Added an explicit cast to silence a compiler warning casting a parameter to an enum type (). (#1052) by Jean-David Gadina · 7 years ago
  71. 96b131a Update test.c to test_basic.c (#1049) by Terry Rodery · 7 years ago
  72. f5045f0 x86: fix att syntax when imm operand is 0 (#1046) by Nguyen Anh Quynh · 7 years ago
  73. e0d1f3f x86: fix immediate operand for AND instruction in ATT mode (issue #1047) by Nguyen Anh Quynh · 7 years ago
  74. 1145eb2 bindings: update capstone-rs link (#1044) by Tasuku SUENAGA a.k.a. gunyarakun · 7 years ago
  75. 22ead3e Constify backend data (#1040) by Richard Henderson · 7 years ago
  76. 8998a3a ppc: fix endian check (#1029) by Travis Finkenauer · 7 years ago
  77. f524bc0 start watching brew HEAD builds (#1024) by Stephen · 7 years ago
  78. 4e53210 start watching brew HEAD builds (#1024) by Stephen · 7 years ago
  79. 94bce43 Fix selection of mips disasm handler (#1022) by Travis Finkenauer · 7 years ago
  80. 20343cc cleanup travis and use environment variables (#1021) by Stephen · 7 years ago
  81. a1eeb6f fixed hardcoded paths with variables. (#1018) by Fernie · 7 years ago
  82. a279481 Fix pp field in readPrefix for VEX3 and EVEX (#1015) (#1016) by Richard Henderson · 7 years ago
  83. 02f7296 cstool: Separate instruction bytes by spaces (#1009) by Ruslan Kabatsayev · 7 years ago
  84. 782d339 - Resolve some casting issues with Visual Studio. (#1007) by Matt Suiche · 7 years ago
  85. 60f17f5 Add posibility to disable universal build for osx. (#1004) by Jonas · 7 years ago
  86. 8f813d4 Fix the include path for Android builds when building cstool (#1000) by Zach Riggle · 7 years ago
  87. 7925323 Bug fix for incorrect operand type in certain load/store instructions on AArch64. (#952) by Andrew Calvano · 7 years ago
  88. 088340d bump PKG_TAG to rc3 by Nguyen Anh Quynh · 7 years ago
  89. da2e94e ChangeLog for 3.0.5-rc3 by Nguyen Anh Quynh · 7 years ago
  90. 2e2d9bf Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 7 years ago
  91. b04dce3 arm: UADD8 updates flags. fix #980 by Nguyen Anh Quynh · 7 years ago
  92. 85960f9 arm64: handling of system registers added in ARMv8.1/2 (#960) by semihalf-oleksy-michalina · 7 years ago
  93. 438f824 cstool: cs_op_count() can return -1. fix #978 by Nguyen Anh Quynh · 7 years ago
  94. f5b0e3c cmake: do not set libsuffix=64 on MacOS. fix issue #963 by Nguyen Anh Quynh · 7 years ago
  95. 408de03 detect 64bit library location. compatibility for 64bit systems. (#963) by Fernie · 7 years ago
  96. d4babd9 x86: MOV AL, [mem] has 2 operands. fix #959 by Nguyen Anh Quynh · 7 years ago
  97. c508224 x86: wrong number of operands. fix #950 by Nguyen Anh Quynh · 7 years ago
  98. 229593d mingw build: cstool fails to build with mingw (#941) by Adrian Herrera · 7 years ago
  99. b6c4c3f rebuild cstool when the core changes. fix #932 by Nguyen Anh Quynh · 7 years ago
  100. 4a757e1 Several changes for size reduction (#929) by vit9696 · 7 years ago