1. 45e5eab port Windows driver support by tandasat · 8 years ago
  2. cea4cb0 Merge branch 'jmechnich-next-m68k-movem-fix' into next by Nguyen Anh Quynh · 9 years ago
  3. 43b69a8 m68k: indentation by Nguyen Anh Quynh · 9 years ago
  4. bde4bfa Merge pull request #608 from PerMildner/next by Nguyen Anh Quynh · 9 years ago
  5. 9119e15 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install by jmechnich · 9 years ago
  6. 97ae4c3 bugfix: use proper order for operands in M68K movem by jmechnich · 9 years ago
  7. 5441d5c Do not truncate branch target address to 32 bit by Per Mildner · 9 years ago
  8. f0ec1d5 Merge pull request #607 from fvrmatteo/next by Nguyen Anh Quynh · 9 years ago
  9. cbb151b fixed MOVABS flags by unknown · 9 years ago
  10. 16ae82e rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 9 years ago
  11. 4a4418a Revert "rename appveyor.yml to .appveyor.yml" by Nguyen Anh Quynh · 9 years ago
  12. 3abf305 rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 9 years ago
  13. 256090a add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) by Nguyen Anh Quynh · 9 years ago
  14. 846c608 x86: more indentation by Nguyen Anh Quynh · 9 years ago
  15. eba27eb x86: indentation by Nguyen Anh Quynh · 9 years ago
  16. d646220 Merge branch 'next' of https://github.com/bSr43/capstone into bSr43-next by Nguyen Anh Quynh · 9 years ago
  17. db0554c suite: add regress/ by Nguyen Anh Quynh · 9 years ago
  18. 3fcbd02 add version to Appveyor by Nguyen Anh Quynh · 9 years ago
  19. 568718b fix the last fix by Nguyen Anh Quynh · 9 years ago
  20. 918215d fix some MSVC warnings by Nguyen Anh Quynh · 9 years ago
  21. 5182798 Appveyor: setup MSVC by Nguyen Anh Quynh · 9 years ago
  22. 332dd60 add os to appveyor.yml by Nguyen Anh Quynh · 9 years ago
  23. 509dec9 add appveyor.yml by Nguyen Anh Quynh · 9 years ago
  24. 658059e arm64: another attempt to fix MSVC warning by Nguyen Anh Quynh · 9 years ago
  25. 586e439 fix some compilation warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  26. 8518c82 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  27. 2d9b53a add Appveyor CI by Nguyen Anh Quynh · 9 years ago
  28. fe5e8bd Merge pull request #601 from alvarofe/fix by Nguyen Anh Quynh · 9 years ago
  29. a93cff8 fix oob write in arch/AArch64/AArch64InstPrinter.c by Álvaro Felipe Melchor · 9 years ago
  30. 0989f65 travis: support OSX by Nguyen Anh Quynh · 9 years ago
  31. 6bf34c1 Merge branch 'travis' of https://github.com/pranith/capstone into pranith-travis by Nguyen Anh Quynh · 9 years ago
  32. 2d67418 Merge pull request #599 from fvrmatteo/next by Nguyen Anh Quynh · 9 years ago
  33. 69a6402 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  34. 4d1f51e x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  35. c69b6a9 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  36. 3766ed1 python: add __version__ by Nguyen Anh Quynh · 9 years ago
  37. de7e7a6 Delete X86MappingInsnOp.inc by fvrmatteo · 9 years ago
  38. 594d8eb Delete X86MappingInsnOp_reduce.inc by fvrmatteo · 9 years ago
  39. 33c216e x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  40. e58f878 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  41. 425e164 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  42. 580b004 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  43. 5714fec Merge pull request #597 from scudette/next by Nguyen Anh Quynh · 9 years ago
  44. 7772716 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  45. fe10f59 x86: Fix access flags for SHR/SHL/SAL/SAR by fvrmatteo · 9 years ago
  46. 32923cf Added a missed dependency to MANIFEST.in to allow packaging of C src in the sdist. by Michael Cohen · 9 years ago
  47. 3fbcf6c Add python bindings test to travis by Pranith Kumar · 9 years ago
  48. 3eb6eea markdown format for README.md by Nguyen Anh Quynh · 9 years ago
  49. 271ea77 Merge pull request #594 from pranith/travis by Nguyen Anh Quynh · 9 years ago
  50. 5f0afa1 Make travis point to next branch for now by Pranith Kumar · 9 years ago
  51. 31f55f9 Fix library install for tests by Pranith Kumar · 9 years ago
  52. 00b69d4 Merge pull request #593 from pranith/travis by Nguyen Anh Quynh · 9 years ago
  53. 87480e4 Add travis build status to README by Pranith Kumar · 9 years ago
  54. c267327 Change README to markdown by Pranith Kumar · 9 years ago
  55. b6c4688 Add travis file for automated tests by Pranith Kumar · 9 years ago
  56. 96866c1 Merge pull request #592 from pranith/fix_check by Nguyen Anh Quynh · 9 years ago
  57. 885e488 arm64: LDR does not write to second operand by Nguyen Anh Quynh · 9 years ago
  58. 7c7a53c arm64: add AArch64MappingInsnOp.inc as dependency to Makefile by Nguyen Anh Quynh · 9 years ago
  59. 0c2e8a2 arm64: LDR instructions do not read target register by Nguyen Anh Quynh · 9 years ago
  60. 83fb35c Update available tests by Pranith Kumar · 9 years ago
  61. 13ecd5f Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  62. 1c22c26 update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  63. 4b5dc21 arm64: TBX & TBL have up to 4 registers in vector list by Nguyen Anh Quynh · 9 years ago
  64. 2af0217 Merge pull request #590 from scudette/next by Nguyen Anh Quynh · 9 years ago
  65. 40a42b4 Fix setup.py to use setuptools and put the libcapstone.so in the right place. by Michael Cohen · 9 years ago
  66. b24d991 Merge pull request #581 from reyalpchdk/thumb2-blx-issue580 by Nguyen Anh Quynh · 9 years ago
  67. 9031b17 arm64: indentation by Nguyen Anh Quynh · 9 years ago
  68. aab7f63 arm64: fix some compilation warnings & indentation by Nguyen Anh Quynh · 9 years ago
  69. 3450142 Merge branch 'arm64_reg_access' of https://github.com/pranith/capstone into pranith-arm64_reg_access by Nguyen Anh Quynh · 9 years ago
  70. cfa4f33 Add register access info for ARM64 by Pranith Kumar · 9 years ago
  71. 6de6425 Merge branch 'arm64_reg_access' of https://github.com/pranith/capstone into pranith-arm64_reg_access by Nguyen Anh Quynh · 9 years ago
  72. 8b12b71 Align thumb BLX immediate by discarding low bits by reyalpchdk · 9 years ago
  73. 3722c74 cosmetic change in capstone.h by Nguyen Anh Quynh · 9 years ago
  74. 2936bec x86: fix issue #544 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  75. 0b0d62a x86: fix memory operand size of fbstp/fbld (issue #544) by Nguyen Anh Quynh · 9 years ago
  76. 653827b Add register access info for ARM64 by Pranith Kumar · 9 years ago
  77. f9f0c80 Merge pull request #574 from abenkhadra/next by Nguyen Anh Quynh · 9 years ago
  78. 739505a Fix classification of ARM jump instructions by Ammar Ben Khadra · 9 years ago
  79. e13d8f8 Merge pull request #571 from kevemueller/nextCherry by Nguyen Anh Quynh · 9 years ago
  80. 82ceac5 fix setting cross compilation variables by kevemueller · 9 years ago
  81. db75158 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  82. 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
  83. be90fd8 Merge pull request #561 from fvrmatteo/next by Nguyen Anh Quynh · 9 years ago
  84. 369a9cf Hope to have done it right. by unknown · 9 years ago
  85. 6ea7ec8 Python 3: CsError.__str__ by Raijinili · 9 years ago
  86. 7fc5bc3 x86: print immediate of IN/OUT instructions in positive form. this fixes issue #554 by Nguyen Anh Quynh · 9 years ago
  87. 0e66373 Fix access mode for variants of MOV instruction by Vincent Bénony · 9 years ago
  88. 749b340 Fix issues introduced by pull request #316. by Vincent Bénony · 9 years ago
  89. ed88b00 x86: XCHG instructions should read|write to both operands. this fixes issue #545 by Nguyen Anh Quynh · 9 years ago
  90. f99bf5a java: return empty instead of NULL for disasm(). patch by Keve Müller by Nguyen Anh Quynh · 9 years ago
  91. f752e99 indentation by Nguyen Anh Quynh · 9 years ago
  92. 0440c67 Fix NPE when first instruction to disassemble is broken. by Keve Müller · 9 years ago
  93. 59e3013 x86: print immediate operand of MOVABS in positive form. this fixes issue #541 by Nguyen Anh Quynh · 9 years ago
  94. 7aeac74 Merge pull request #536 from 07151129/next by Nguyen Anh Quynh · 9 years ago
  95. a21cc8c Fix instruction cache size define by Pb · 9 years ago
  96. bcdab9b Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 9 years ago
  97. 197e457 code style by Nguyen Anh Quynh · 9 years ago
  98. 06ab24f Merge branch 'next' of https://github.com/07151129/capstone into 07151129-next by Nguyen Anh Quynh · 9 years ago
  99. bfc0566 Merge pull request #532 from radare/destdir-fix by Nguyen Anh Quynh · 9 years ago
  100. 91659c0 Fix #184 - properly handle DESTDIR in pkgconfig file by pancake · 9 years ago