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