1. e5d7120 Add cmake option to tell whether architectures should be included by default (#1463) by JornVernee · 5 years ago
  2. c8716f5 Update __init__.py (#1453) by ChrisDenton · 5 years ago
  3. fa17ed2 Fix CS_ERR_X86_MASM doc typo (#1455) by Travis Finkenauer · 5 years ago
  4. 472845d MOS65XX: Use same output style as other archs (#1445) by Sebastian Macke · 6 years ago
  5. 4156eef AArch64: Fix register access flags for memory instructions (#1423) by hal-jones · 6 years ago
  6. 4f3db55 Fix #1420: Capstone 4 fails to build when targeting UWP (#1421) by ceeac · 6 years ago
  7. 0f16742 Corpus generation is more robust (#1419) by Catena cyber · 6 years ago
  8. 119edad Avoids type confusion in cpu12 for M680X (#1417) by Catena cyber · 6 years ago
  9. bfc589e Merge branch 'master' of github.com:aquynh/capstone by Nguyen Anh Quynh · 6 years ago
  10. d689d95 thumb: delete redundant code in _Thumb_getInstruction() by Nguyen Anh Quynh · 6 years ago
  11. 4f25817 thumb: delete redundant code in _Thumb_getInstruction() by Nguyen Anh Quynh · 6 years ago
  12. f707519 normalize in issue mode (#1414) by Đỗ Minh Tuấn · 6 years ago
  13. 9448bde normalize tab character in cs (#1413) by Đỗ Minh Tuấn · 6 years ago
  14. 40b8bfa fix SystemZRegDesc&SystemZMCRegisterClasses number of SystemZ InitMCRegisterInfo (#1405) by z · 6 years ago
  15. 107a14a add xenial tests (#1404) by Stephen · 6 years ago
  16. 9baa075 MOS65XX: Fix instruction length for indirect addressing modes (#1402) by Sebastian Macke · 6 years ago
  17. a759a14 fix mode "c" in report_cstest (#1398) by Đỗ Minh Tuấn · 6 years ago
  18. de952a3 X86: X86_insn_reg_att uses a wrong mapping array of Intel syntax by Nguyen Anh Quynh · 6 years ago
  19. 211a2eb respect libsuffix in pkgconfig (#1393) by Anton Bolshakov · 6 years ago
  20. 0b37390 Fix typos of MOS65XX (#1390) by david942j · 6 years ago
  21. 6a69f43 x86: 8bit Imm operand has size = 1. this fixes issue #1389 by Nguyen Anh Quynh · 6 years ago
  22. 58e3c8b Fix skipdata struct being destroyed (#1385) by Семён Марьясин · 6 years ago
  23. 6782c48 For the benefit of mankind. (#1386) by Invincible · 6 years ago
  24. 16f4c80 Fixes more undefined left shift of negative values (#1384) by Catena cyber · 6 years ago
  25. 50123f1 Avoids overflow in getRegisterName for TMS320C64x (#1375) by Catena cyber · 6 years ago
  26. 0909305 Updates test_corpus to support new examples (#1383) by Catena cyber · 6 years ago
  27. 09fc20d Multiply signed integer instead of left shift (#1382) by Catena cyber · 6 years ago
  28. fc4407f README: pypi downloads by Nguyen Anh Quynh · 6 years ago
  29. df1ab31 Another way to solve when compare with issue (#1379) by Đỗ Minh Tuấn · 6 years ago
  30. 4634af6 Integrate into travis cli (#1378) by Đỗ Minh Tuấn · 6 years ago
  31. 190695d Merge branch 'HarDToBelieve-master' by Nguyen Anh Quynh · 6 years ago
  32. 189e13a cstest: code style by Nguyen Anh Quynh · 6 years ago
  33. a488ea9 Fix bugs (#1377) by Đỗ Minh Tuấn · 6 years ago
  34. d5d1e34 Done fixing by HarDToBelieve · 6 years ago
  35. 23e0aae fixing by hardtobelieve · 6 years ago
  36. 213ac46 cstest: allow space between !# and arch (issues.cs) by Nguyen Anh Quynh · 6 years ago
  37. cfb09e0 cstest: fix conflicts by Nguyen Anh Quynh · 6 years ago
  38. e25a8a4 Add more features to CSTEST (#1376) by Đỗ Minh Tuấn · 6 years ago
  39. 79102e6 MC: fix missing option field in some .cs files by Nguyen Anh Quynh · 6 years ago
  40. ba00381 cstest: update README by Nguyen Anh Quynh · 6 years ago
  41. 5c84b18 fix README by hardtobelieve · 6 years ago
  42. 4629fea rename report by hardtobelieve · 6 years ago
  43. 844c1ad Done by hardtobelieve · 6 years ago
  44. 91be278 Merge remote-tracking branch 'upstream/master' by hardtobelieve · 6 years ago
  45. dfe89cd Done fixing by hardtobelieve · 6 years ago
  46. 3a5a27f cstest: comment out 2 testcases by Nguyen Anh Quynh · 6 years ago
  47. cf04470 arm64: fix CS_OPT_UNSIGNED option on memory operand offset by Nguyen Anh Quynh · 6 years ago
  48. 5a6a714 x86: print imm with proper size for CS_OPT_UNSIGNED - ATT syntax by Nguyen Anh Quynh · 6 years ago
  49. 80d7314 cstest: add a testcase for CS_OPT_UNSIGNED (Intel syntax) by Nguyen Anh Quynh · 6 years ago
  50. 5f9c033 x86: print imm with proper size for CS_OPT_UNSIGNED by Nguyen Anh Quynh · 6 years ago
  51. a119797 Merge remote-tracking branch 'upstream/master' by hardtobelieve · 6 years ago
  52. 5b84a19 free mem by hardtobelieve · 6 years ago
  53. 4ac429d MC: fix suite/MC/Sparc/sparc-fp-instructions.s.cs, to make fuzzer happy by Nguyen Anh Quynh · 6 years ago
  54. c0aaf0b add comment feature by HarDToBelieve · 6 years ago
  55. f3d98d5 cstest: there is no mode ARM |THUMB by Nguyen Anh Quynh · 6 years ago
  56. 0b4984e cstest: cleanup issues.cs by Nguyen Anh Quynh · 6 years ago
  57. f4f7b5d cstest: correct 0(mem) case in issues.cs by Nguyen Anh Quynh · 6 years ago
  58. 9e1063b MC: cleanup some testcases of x86 (riz) by Nguyen Anh Quynh · 6 years ago
  59. 945cd63 MC: del x86_64-hle-encoding.s.cs by Nguyen Anh Quynh · 6 years ago
  60. 7b25118 x86: ATT syntax print unsigned imm with 0x prefix by Nguyen Anh Quynh · 6 years ago
  61. 047c720 Merge branch 'master' of github.com:aquynh/capstone by Nguyen Anh Quynh · 6 years ago
  62. 786e65b MC: fix prefix 0(mem) in ATT syntax by Nguyen Anh Quynh · 6 years ago
  63. 92c1e1b x86: do not print prefix 0 for memory operand for ATT syntax by Nguyen Anh Quynh · 6 years ago
  64. 4298f3f Regression Testing (#1374) by Đỗ Minh Tuấn · 6 years ago
  65. 36f5961 arm: lowercase for APSR_nzcv by Nguyen Anh Quynh · 6 years ago
  66. 4ef0cb4 MC: more fix for Mips .cs by Nguyen Anh Quynh · 6 years ago
  67. 2560e40 MC: more fix for Mips .cs by Nguyen Anh Quynh · 6 years ago
  68. 962276e MC: alias registers for Mips by Nguyen Anh Quynh · 6 years ago
  69. 3a463f6 MC: alias registers for Mips by Nguyen Anh Quynh · 6 years ago
  70. 4986d4d MC: alias registers for Mips - v1 by Nguyen Anh Quynh · 6 years ago
  71. 6b35d63 MC: alias registers for Mips by Nguyen Anh Quynh · 6 years ago
  72. aebd183 arm64: support CS_OPT_UNSIGNED by Nguyen Anh Quynh · 6 years ago
  73. 7adf9c7 fix crash by hardtobelieve · 6 years ago
  74. d662575 Merge branch 'master' of github.com:aquynh/capstone by Nguyen Anh Quynh · 6 years ago
  75. 6bcfefb x86: support CS_OPT_UNSIGNED for ATT syntax by Nguyen Anh Quynh · 6 years ago
  76. cd4c2a9 Revert "x86: support CS_OPT_UNSIGNED for ATT syntax" by Nguyen Anh Quynh · 6 years ago
  77. 911af54 x86: support CS_OPT_UNSIGNED for ATT syntax by Nguyen Anh Quynh · 6 years ago
  78. 37929a5 MC: alias instructions for PPC by Nguyen Anh Quynh · 6 years ago
  79. bcdf66c MC: alias instructions for Sparc by Nguyen Anh Quynh · 6 years ago
  80. f76b734 MC: normalize SysZ input by Nguyen Anh Quynh · 6 years ago
  81. 5a882c7 cstest: protopye for trim_str & replace_hex by Nguyen Anh Quynh · 6 years ago
  82. c7b08c5 cstest: indentation by Nguyen Anh Quynh · 6 years ago
  83. 9a0f5da done fixing by hardtobelieve · 6 years ago
  84. 08916ab fix conflict by hardtobelieve · 6 years ago
  85. b8155ed fixing capstone_test.c by hardtobelieve · 6 years ago
  86. 39796d1 MC: try comment out by Nguyen Anh Quynh · 6 years ago
  87. 3f5fe94 cstest: code style by Nguyen Anh Quynh · 6 years ago
  88. 1c373b6 cstest: code style by Nguyen Anh Quynh · 6 years ago
  89. b00e4e4 Merge branch 'master' of github.com:HarDToBelieve/capstone by Nguyen Anh Quynh · 6 years ago
  90. 219095b MC: fix arm offset by Nguyen Anh Quynh · 6 years ago
  91. 9f51a86 fixing by HarDToBelieve · 6 years ago
  92. f649fe4 MC: dup = mov (arm64) by Nguyen Anh Quynh · 6 years ago
  93. 0f6f1f7 MC: remove FP tests of Arm64 by Nguyen Anh Quynh · 6 years ago
  94. 7fc4a6b MC: use lowercase for testcases by Nguyen Anh Quynh · 6 years ago
  95. 3be071d MC: use lowercase for testcases by Nguyen Anh Quynh · 6 years ago
  96. 3e0157d MC: fix more thumb offset by Nguyen Anh Quynh · 6 years ago
  97. 1a916a9 Merge branch 'master' of github.com:HarDToBelieve/capstone by Nguyen Anh Quynh · 6 years ago
  98. 47bb030 MC: fix thumb offset by Nguyen Anh Quynh · 6 years ago
  99. 09dd2d9 Merge branch 'master' of https://github.com/HarDToBelieve/capstone by HarDToBelieve · 6 years ago
  100. f5f44f0 fix noregname by HarDToBelieve · 6 years ago