1. a6609fe address warnings with capstone_static_winkernel by tandasat · 8 years ago
  2. b158b93 remove myinttypes.h by Nguyen Anh Quynh · 8 years ago
  3. e51eeae skip stdint.h for windows driver configuration by tandasat · 8 years ago
  4. 6b88d1d x86: handle some AVX & segment-related instructions properly. this fixes a segfault reported by @revskills by Nguyen Anh Quynh · 8 years ago
  5. aba6117 Replaced snprintf with cs_snprintf by tandasat · 8 years ago
  6. c7dcf9c Fix classification of ARM jump instructions by Ammar Ben Khadra · 9 years ago
  7. 905556d Refactoring conditional directives for incomplete if conditions. by Wesley M · 9 years ago
  8. cd6a732 LOOP* branch fix for full x64 instructions by kokole · 9 years ago
  9. 9cdd203 LOOP* instructions are conditional branches by kokole · 9 years ago
  10. 9219048 x86: coding style by Nguyen Anh Quynh · 9 years ago
  11. 1a13338 fix comment by bughoho · 9 years ago
  12. 2f0e215 add dedicated variables such as prefix2e, prefix36, prefix66, prefix67, etc by bughoho · 9 years ago
  13. 3388167 fix:prefix 0x67 missed. by bughoho · 9 years ago
  14. 7c74861 https://github.com/aquynh/capstone/issues/483 by bughoho · 9 years ago
  15. 763ac62 arm: another fix for #446. bug reported by @uxmal by Nguyen Anh Quynh · 9 years ago
  16. f938424 x86: another attempt to fix #456 by Nguyen Anh Quynh · 9 years ago
  17. b584a50 x86: another attempt for #456 by Nguyen Anh Quynh · 9 years ago
  18. b6ae93d x86: more AT&T fixes for #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  19. d28a948 x86: more fix for #458 by Nguyen Anh Quynh · 9 years ago
  20. f74e96c x86: fix issue #458 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  21. 01e87ae x86: fix issue #456 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  22. 8b012d5 arm: fix issue #459 reported by Ahmed Garhy by Nguyen Anh Quynh · 9 years ago
  23. ad94e98 x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  24. ac74b38 x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  25. 9dac402 x86: some AT&T instructions wrongly add one more operand in front (index 0). this fixes the issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  26. 0f408c2 x86: repne prefix can come with INS/OUTS/LODS instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  27. 4dda6c9 x86: rep* prefix read/write *CX register. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  28. f84a099 x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  29. 60d40cf x86: loope/loopne read EFLAGS. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  30. f0c7da0 sparc: fix POPC instruction. bug reported by @zonkzonk & @pancake by Nguyen Anh Quynh · 9 years ago
  31. b1c54fe x86: LOOP* instructions should read/write *CX registers. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  32. 981c201 x86: fix selector part of farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  33. af806e0 x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode by Nguyen Anh Quynh · 9 years ago
  34. 901f407 mips: remove alias_insns[] by Nguyen Anh Quynh · 9 years ago
  35. ffb878a mips: delete the alias map SUBU to NEGU. bug reported by @joelpx by Nguyen Anh Quynh · 9 years ago
  36. 36d0594 x86: fix immediate operand of AND/OR/XOR instructions. bug reported by @yegord by Nguyen Anh Quynh · 9 years ago
  37. 2ec0f81 mips: return Fail on assert failure in MipsDisassembler.c by Nguyen Anh Quynh · 9 years ago
  38. 06eacaf ppc: return failure when Base>=32 in decodeMemRIOperands() by Nguyen Anh Quynh · 9 years ago
  39. d49ec46 ppc: handle invalid CR bits with more than 8 zeros in decodeCRBitMOperand(). bug reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  40. 3dcad96 x86: treat prefix-only sequences of bytes as invalid code. this fixes a NDP reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  41. c2bc152 ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  42. c4dbf07 ppc: make sure alias mnememonic is not empty in PPC_printInst() by Nguyen Anh Quynh · 9 years ago
  43. 2a8091b xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  44. 3dc31d2 x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  45. 3f00a72 x86: some algorithm instructions with immediate of 1 byte should be printed in positive form by Nguyen Anh Quynh · 9 years ago
  46. 7c2f5b6 xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr by Nguyen Anh Quynh · 9 years ago
  47. fbae42e x86: revert the old change that check prefix location more strictly by Nguyen Anh Quynh · 9 years ago
  48. 4fcb31c Fix Thumb disassembler memory corruption with IT sequence (issue #385) by Nikolay Igotti · 9 years ago
  49. ded1577 arm: fix an warning on conversion from uint64_t to bool. issue reported by @yegord by Nguyen Anh Quynh · 9 years ago
  50. 478595d arm: remove ASRS, LSRS, SUBS & MOVS from mapping table insns[]. backported from the 'next' branch, but do not really remove these 'dead' instructions for compatibility reason by Nguyen Anh Quynh · 9 years ago
  51. 5dba2c3 arm: BLX should read PC & modify LR registers. bug reported by Zach Riggle by Nguyen Anh Quynh · 9 years ago
  52. 27526f3 x86: make all shifted instructions to support first operand in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  53. 7c47be4 Fix handling of cmpxchg16b with lock prefix by Ole André Vadla Ravnås · 9 years ago
  54. 9668b26 Fix compiling with nmake by learn_more · 9 years ago
  55. 094ae1e Merge pull request #311 from jpenalbae/sparc-branchfix by Nguyen Anh Quynh · 9 years ago
  56. 40e6a99 Improved displacement decoding for sparc banching instructions by NighterMan · 9 years ago
  57. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  58. 27a22f8 Sparc conditional branches displacement fix by NighterMan · 9 years ago
  59. 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
  60. 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
  61. 60b6f9e Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  62. e1bde17 x86: fix instruction 66f20f59ff reported by @maijin by Nguyen Anh Quynh · 9 years ago
  63. 3cd999f x86: fix the pause instruction reported by @maijin in issue #298 by Nguyen Anh Quynh · 9 years ago
  64. 9d60607 inttypes.h fix by Cr4sh · 9 years ago
  65. 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
  66. 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
  67. 97447d1 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 9 years ago
  68. d50dcc5 x86: F2 can be a part of instruction encoding, but not a prefix by Nguyen Anh Quynh · 9 years ago
  69. 726ade0 arm: more optimization on MCInstrDesc struct to reduce the library size by further 20KB by Nguyen Anh Quynh · 9 years ago
  70. e220b50 arm: rever the change on OperandInfo* in the last commit by Nguyen Anh Quynh · 9 years ago
  71. 3d00666 optimize MCInstrDesc to reduce its size by Nguyen Anh Quynh · 9 years ago
  72. 7d5266d sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus by Nguyen Anh Quynh · 9 years ago
  73. 5160e23 x86: multiple fixes for insns[] - reduced mode (X86Mapping.c) by Nguyen Anh Quynh · 9 years ago
  74. c0fa5b7 x86: multiple fixes for insns[] (X86Mapping.c) by Nguyen Anh Quynh · 9 years ago
  75. 7334a88 Merge branch 'master' into v3 by Nguyen Anh Quynh · 9 years ago
  76. f7e5bfe Silencing Clang warning about losing precision by Félix Cloutier · 9 years ago
  77. e255659 Silencing uninitialized variable warning about insn_id by Félix Cloutier · 9 years ago
  78. c141af9 Silencing Clang warning bys casting values by Félix Cloutier · 9 years ago
  79. fbfa06d mips: sanity check for input code length of Mips64 by Nguyen Anh Quynh · 9 years ago
  80. ed46b0b x86: allow prefixes to be positioned anywhere. this should fix the bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  81. b756aed arm: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  82. 8c9fd12 arm: fix some warnings reported by MSVC by Nguyen Anh Quynh · 9 years ago
  83. 5598301 Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  84. 996f06c Correct printAM3PreOrOffsetIndexOp disp value by pzread · 9 years ago
  85. 61cbeab Remove incorrect ITBlock.size = 0 by pzread · 9 years ago
  86. f15d3dd x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  87. 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
  88. e10b53f x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  89. 9426ad5 arm: add few more post-indexed instructions doing writeback by Nguyen Anh Quynh · 10 years ago
  90. 7bbb433 arm: fix a bug in the last commit by Nguyen Anh Quynh · 10 years ago
  91. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  92. f2157de arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  93. e95a766 x86: remove some instructions unsupported in 3.x version by Nguyen Anh Quynh · 10 years ago
  94. 273c6f4 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  95. 25525fb x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() by Nguyen Anh Quynh · 10 years ago
  96. 7de172d x86: properly handle REP, REPNE & REPNZ prefixes by Nguyen Anh Quynh · 10 years ago
  97. 29f41da x86: add more valid instructions for LOCK prefix by Andrew Wesie · 10 years ago
  98. 5323128 x86: check for invalid instructions with LOCK prefix by Nguyen Anh Quynh · 10 years ago
  99. 18dfc19 Merge branch 'v3' of https://github.com/aquynh/capstone into v3 by Nguyen Anh Quynh · 10 years ago
  100. 0c30daf arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago