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