1. 317682b Include the headers per arch by learn_more · 9 years ago
  2. 9592a4c missing c file. by learn_more · 9 years ago
  3. 43f8ac1 split cmake sources out in groups. fix indenting to be consistent. by learn_more · 9 years ago
  4. 455fa06 whitespace, as requested. by learn_more · 9 years ago
  5. c85e3c3 Change msvc ImportLib for static target to 'capstone_dll.lib' by learn_more · 9 years ago
  6. 9668b26 Fix compiling with nmake by learn_more · 9 years ago
  7. 094ae1e Merge pull request #311 from jpenalbae/sparc-branchfix by Nguyen Anh Quynh · 9 years ago
  8. 40e6a99 Improved displacement decoding for sparc banching instructions by NighterMan · 9 years ago
  9. fa20d0d Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  10. fa69b7f fix typo in myinttypes.h by Nguyen Anh Quynh · 9 years ago
  11. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  12. 27a22f8 Sparc conditional branches displacement fix by NighterMan · 9 years ago
  13. bc96e36 remove stdio.h from capstone.h. this is to make it possible to embed to OSX kernel. issue reported by Pedro by Nguyen Anh Quynh · 9 years ago
  14. 0915ecc x86: tighter check on return of consumeByte() & lookAtByte(). this fixes the segfault on the sole input of 0xf3 reported by windhl by Nguyen Anh Quynh · 9 years ago
  15. ea296b6 x86: tighter check on return of consumeByte() & lookAtByte(). this fixes the segfault on the sole input of 0xf3 reported by windhl by Nguyen Anh Quynh · 9 years ago
  16. 040fd80 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  17. e840317 Renaming inttypes.h -> myinttypes.h by Félix Cloutier · 9 years ago
  18. 28f3255 add links to Lua & Rust bindings by Nguyen Anh Quynh · 9 years ago
  19. 1061f82 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  20. 60b6f9e Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  21. e5da2da Add DESTDIR support for the python binding. by Hank Leininger · 9 years ago
  22. e1bde17 x86: fix instruction 66f20f59ff reported by @maijin by Nguyen Anh Quynh · 9 years ago
  23. 3cd999f x86: fix the pause instruction reported by @maijin in issue #298 by Nguyen Anh Quynh · 9 years ago
  24. 0187ad1 python: X86Op.avx_zero_mask should have c_bool type by Nguyen Anh Quynh · 9 years ago
  25. f06d633 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  26. 8298fa6 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  27. 9d60607 inttypes.h fix by Cr4sh · 9 years ago
  28. 55c9644 README: add Lua to the list of binding languages by Nguyen Anh Quynh · 9 years ago
  29. 415f28c README: add Lua to the list of binding languages by Nguyen Anh Quynh · 9 years ago
  30. 3036ada python: simplify setup.py by Nguyen Anh Quynh · 9 years ago
  31. 986bc23 python: simplify setup.py by Nguyen Anh Quynh · 9 years ago
  32. cda34e3 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  33. 569f7a5 python: properly build the core in Cygwin environment for setup.py by Nguyen Tan Cong · 9 years ago
  34. 3c80b05 Merge pull request #293 from evil-e/patch-1 by Nguyen Anh Quynh · 9 years ago
  35. 7eef7d3 python: properly build the core in Cygwin environment for setup.py by Nguyen Anh Quynh · 9 years ago
  36. 33dd68b Changed type for cs_x86_op.reg by Jon Erickson · 9 years ago
  37. c994366 -return package name and package version to origin by Nguyen Tan Cong · 9 years ago
  38. 80ab95d *fixbug pip on Cygwin by Nguyen Tan Cong · 9 years ago
  39. 6f72b87 Fixed #289 by Mario Vilas · 9 years ago
  40. 5b04f73 Merge pull request #290 from MarioVilas/master by Nguyen Anh Quynh · 9 years ago
  41. 34831d0 Fixed #289 by Mario Vilas · 9 years ago
  42. 2cdd422 x86: fix Immediate operand size when first register operand is embedded in mnemonic (CMP8i8). bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  43. 93d7dfa x86: fix Immediate operand size when first register operand is embedded in mnemonic (CMP8i8). bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  44. fa13b19 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  45. 7ed984f RELEASE_NOTES by Nguyen Anh Quynh · 9 years ago
  46. 935f080 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  47. 359a8b7 update ChangeLog for 3.0.2 by Nguyen Anh Quynh · 9 years ago
  48. 38e2ef7 TODO by Nguyen Anh Quynh · 9 years ago
  49. dc4f1a4 TODO by Nguyen Anh Quynh · 9 years ago
  50. 97447d1 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  51. d50dcc5 x86: F2 can be a part of instruction encoding, but not a prefix by Nguyen Anh Quynh · 9 years ago
  52. 9f8f5d2 delete MANIFEST.in by Nguyen Anh Quynh · 9 years ago
  53. 726ade0 arm: more optimization on MCInstrDesc struct to reduce the library size by further 20KB by Nguyen Anh Quynh · 9 years ago
  54. e220b50 arm: rever the change on OperandInfo* in the last commit by Nguyen Anh Quynh · 9 years ago
  55. 3d00666 optimize MCInstrDesc to reduce its size by Nguyen Anh Quynh · 9 years ago
  56. 7d5266d sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus by Nguyen Anh Quynh · 9 years ago
  57. 5160e23 x86: multiple fixes for insns[] - reduced mode (X86Mapping.c) by Nguyen Anh Quynh · 9 years ago
  58. c0fa5b7 x86: multiple fixes for insns[] (X86Mapping.c) by Nguyen Anh Quynh · 9 years ago
  59. 7334a88 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  60. 8200094 Leaving it to the tester to decide which test to run by Félix Cloutier · 9 years ago
  61. f7e5bfe Silencing Clang warning about losing precision by Félix Cloutier · 9 years ago
  62. e255659 Silencing uninitialized variable warning about insn_id by Félix Cloutier · 9 years ago
  63. c141af9 Silencing Clang warning bys casting values by Félix Cloutier · 9 years ago
  64. cc8fd38 Adding default schemes for popular targets by Félix Cloutier · 9 years ago
  65. fbfa06d mips: sanity check for input code length of Mips64 by Nguyen Anh Quynh · 9 years ago
  66. 284120c Limit exported symbols by Hilko Bengen · 9 years ago
  67. d83bf84 Limit exported symbols by Hilko Bengen · 9 years ago
  68. ed46b0b x86: allow prefixes to be positioned anywhere. this should fix the bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  69. b84b2c7 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  70. 78f9a67 suite: fix a MSVC warning by Nguyen Anh Quynh · 9 years ago
  71. 83de971 suite: fix a MSVC warning by Nguyen Anh Quynh · 9 years ago
  72. b756aed arm: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  73. 8c9fd12 arm: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  74. cd3d186 bump version to 3.0.2 for next stable release by Nguyen Anh Quynh · 9 years ago
  75. 5598301 Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  76. 996f06c Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  77. 41811a9 Merge branch 'master' into cleanfix by pzread · 9 years ago
  78. c779dfd python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  79. 540185d python: fix a bug in test_arm.py by Nguyen Anh Quynh · 9 years ago
  80. c607cbf Remove incorrect ITBlock.size = 0 by pzread · 9 years ago
  81. f16fcbd Merge branch 'cleanfix' of https://github.com/pzread/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  82. 61cbeab Remove incorrect ITBlock.size = 0 by pzread · 9 years ago
  83. f15d3dd x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  84. b2c9159 x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  85. c48a16a x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina by Nguyen Anh Quynh · 9 years ago
  86. 759ee4c x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina by Nguyen Anh Quynh · 9 years ago
  87. 6af3747 Merge branch 'v3' by Nguyen Anh Quynh · 9 years ago
  88. 6561c13 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 9 years ago
  89. d1416a5 Merge pull request #262 from StalkR/scope by Nguyen Anh Quynh · 9 years ago
  90. 042c184 python bindings: rename member struct to _csh to avoid conflict with typedef csh by StalkR · 9 years ago
  91. c8ca802 add some missing header files into COMPILE.TXT by Nguyen Anh Quynh · 9 years ago
  92. e10b53f x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  93. 66d96bf Merge pull request #261 from 0vercl0k/master by Nguyen Anh Quynh · 9 years ago
  94. 1c6cf8d capstone_dll gets also statically linked to the CRT now by Axel 0vercl0k Souchet · 9 years ago
  95. 5662af5 package: update Brew to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  96. 5c865da package: update FreeBSD to 3.0.1 by Nguyen Anh Quynh · 9 years ago
  97. d80687d package: update Macports by Nguyen Anh Quynh · 9 years ago
  98. 3fb3b24 python: indentation for README.TXT by Nguyen Anh Quynh · 9 years ago
  99. e9be7ec python: add instructions for PyPi packages by Nguyen Anh Quynh · 9 years ago
  100. ca10128 python: typo in setup.py by Nguyen Anh Quynh · 9 years ago