1. 05ab290 Set _detail in a dummy Cs, closes #251 by Aidan Hobson Sayers · 10 years ago
  2. 90eb5ff - Fixed memory leak for cython disasm functions by Josh · 10 years ago
  3. 67fe1c2 arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  4. 42d11f7 python: fix test_arm.py by Nguyen Anh Quynh · 10 years ago
  5. 9119906 arm64 & sparc: fix some warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  6. ea39692 suite: fix an compilation warning reported by MSVC on test_arm_regression.c by Nguyen Anh Quynh · 10 years ago
  7. 08482e1 x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() by Nguyen Anh Quynh · 10 years ago
  8. b3e26fd x86: add prefix constant REPE by Nguyen Anh Quynh · 10 years ago
  9. a176ba4 x86: properly handle REP, REPNE & REPNZ prefixes by Nguyen Anh Quynh · 10 years ago
  10. c6cf01c arm64: BL & BLR do not read SP register by Nguyen Anh Quynh · 10 years ago
  11. 993e031 java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine by Nguyen Anh Quynh · 10 years ago
  12. 6c34c66 tests: update test_arm.c to add a sample reflecting the addition of lshift field on arm_op_mem by Nguyen Anh Quynh · 10 years ago
  13. 2951e64 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  14. 590b1de python: update Python binding for ARM after the latest change in the core by Nguyen Anh Quynh · 10 years ago
  15. 706b808 arm: add lshift field to arm_op_mem to provide left-shift value for index register in some memory op. issue reported by @jabba2989 by Nguyen Anh Quynh · 10 years ago
  16. 4de9de6 cython: fix incomplete array of bytes returned by CsInsn.bytes. bug reported by @secretsquirrel by Nguyen Anh Quynh · 10 years ago
  17. 499f0ca suite: add some tools to verify X86 machine code by Nguyen Anh Quynh · 10 years ago
  18. 0653c4e Merge pull request #245 from awesie/next by Nguyen Anh Quynh · 10 years ago
  19. 5de0947 x86: add more valid instructions for LOCK prefix by Andrew Wesie · 10 years ago
  20. beb3248 x86: check for invalid instructions with LOCK prefix by Nguyen Anh Quynh · 10 years ago
  21. 4539ba3 x86: support MOVSXD64rm with missing REX byte. bug reported by Aurélien Wailly by Nguyen Anh Quynh · 10 years ago
  22. dc101c2 Merge branch 'master' of https://github.com/mszawlow/capstone into next by Nguyen Anh Quynh · 10 years ago
  23. 9b0221f fixed bug that prevented using md.detail = true and md.skipdata = true together by Maciej Szawlowski · 10 years ago
  24. 3c27827 x86: handle 0x82 opcode for CAPSTONE_X86_REDUCE setup by Nguyen Anh Quynh · 10 years ago
  25. 3410b63 x86: handle 0x82 opcode. bug reported by Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  26. 828667f Merge pull request #240 from derrekr/next by Nguyen Anh Quynh · 10 years ago
  27. bda2c1c arm: Thumb BL & BLX read ARM_REG_PC instead of ARM_REG_SP. by derrek · 10 years ago
  28. 0839077 x86: support CR9-CR15 registers by Nguyen Anh Quynh · 10 years ago
  29. 0f9ef15 arm: BL & BLX do not read SP, but PC register. issue reported by Der Rek by Nguyen Anh Quynh · 10 years ago
  30. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  31. 1038fdb x86: add new registers DR8-DR15 by Nguyen Anh Quynh · 10 years ago
  32. 59c72af x86: add 3 new undocumented instructions fdisi8087_nop, feni8087_nop & ffreep by Nguyen Anh Quynh · 10 years ago
  33. 534b948 bump version to 4.0 by Nguyen Anh Quynh · 10 years ago
  34. 7ca66a4 bump package version to 3.0.1 by Nguyen Anh Quynh · 10 years ago
  35. 9f694cc x86: handle undocumented immediates for (v)cmpps/pd/ss/sd instructions by Nguyen Anh Quynh · 10 years ago
  36. d319c11 x86: more encodings for FXCH & FCOMP. also print LJUMP without * as prefix for Intel syntax. handle BOUND & FARCALL better by Nguyen Anh Quynh · 10 years ago
  37. 5f8c423 x86: add missing CR8-CR15 registers to arch/X86/X86DisassemblerDecoder.h by Nguyen Anh Quynh · 10 years ago
  38. 2ac7941 x86: handle REX properly for segment related instructions by ignoring REX.r entirely by Nguyen Anh Quynh · 10 years ago
  39. 80959c9 code style by Nguyen Anh Quynh · 10 years ago
  40. 0948114 x86: handle REX properly for x64 MMX related instructions by ignoring REX.b & REX.w entirely by Nguyen Anh Quynh · 10 years ago
  41. c9c3fdc arm64: print ADR with absolute address. bug reported by blackboxer123 by Nguyen Anh Quynh · 10 years ago
  42. 5175423 x86: check instruction size <=15 as soon as possible by Nguyen Anh Quynh · 10 years ago
  43. 3539595 x86: instruction length must be <= 15 by Nguyen Anh Quynh · 10 years ago
  44. a3d689d x86: allow to mix REX & legacy prefix repeatedly in any order by Nguyen Anh Quynh · 10 years ago
  45. 674db4c ppc: fix some compilation bugs when DIET mode is enable by Nguyen Anh Quynh · 10 years ago
  46. 10ecdae x86: support some new instructions or new encodings of some new instructions: MOVSXD, FXCH, FCOM, FCOMP, FSTP, FSTPNCE, NOP by Nguyen Anh Quynh · 10 years ago
  47. 145efa5 Merge branch 'next' into rex by Nguyen Anh Quynh · 10 years ago
  48. 2537cfd python: fix a memory leak issue when we stop enumeration over the disassembled instructions prematurely. patch by Jan Newger by Nguyen Anh Quynh · 10 years ago
  49. 58831e8 Merge branch 'next' into rex by Nguyen Anh Quynh · 10 years ago
  50. 611b0c5 code style by Nguyen Anh Quynh · 10 years ago
  51. dfde75c Merge branch 'out_of_mem_fix' of https://github.com/nedwill/capstone into next by Nguyen Anh Quynh · 10 years ago
  52. f1e4975 check malloc return value by Edward Williamson · 10 years ago
  53. 1016d32 x86: only eliminate REX prefixes if next byte is not a legacy prefix by Nguyen Anh Quynh · 10 years ago
  54. 1cbc222 x86: eliminate redundant REX prefixes in front of x86_64 instruction. bug reported by Aurélien Wailly by Nguyen Anh Quynh · 10 years ago
  55. 03a1836 arm64: set absolute (rather than relative) address B/BL. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  56. c2925e9 x86: accept more than one REX prefix for x86_64. bug reported by Aurélien Wailly. thanks Ange Albertini for help by Nguyen Anh Quynh · 10 years ago
  57. 073a3dd package: update Brew formula (copied from Homebrew repo) by Nguyen Anh Quynh · 10 years ago
  58. 03fb6f3 x86: MOV32sm should reference word rather than dword. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  59. 1befd75 x86: reverse the order of operands for alias instruction IMUL in Intel syntax. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  60. 9578185 x86: add missing operands in detail mode for 'IN/OUT reg, reg' instructions. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  61. 2ce4da3 x86: fix the last bug on PUSH/POP <segment> for ATT syntax by Nguyen Anh Quynh · 10 years ago
  62. b32515d x86: add missing operands in detail mode for PUSH/POP <segment> instructions. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  63. 5b981a4 x86: also fix AT&T syntax for the last MOV32ms bug by Nguyen Anh Quynh · 10 years ago
  64. 344d5e2 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  65. ba31f26 x86: MOV32ms should reference word rather than dword. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  66. 3caf837 arm: alias LDR instruction with operands '[sp], 4' to POP. suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  67. a2934a7 arm: print immediate op of MVN instruction in positive hexadecimal form. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  68. 4e732c7 Populate PowerPC slwi/srwi instruction details with SH operand. by Peter Mackay · 10 years ago
  69. c00bc2e fix the left-over C89 issues introduced by Pedro by Nguyen Anh Quynh · 10 years ago
  70. 07532bd Merge branch 'master' of https://github.com/gdbinit/capstone into fix by Nguyen Anh Quynh · 10 years ago
  71. 68197d9 Make it C89 compatible. by reverser · 10 years ago
  72. 202da41 Fix compiler warnings about different sizes and sign. by reverser · 10 years ago
  73. 8ab0136 python: export generic operand types & groups by Nguyen Anh Quynh · 10 years ago
  74. b53a59a update ChangeLog for 3.0 by Nguyen Anh Quynh · 10 years ago
  75. 8122218 merge next branch by Nguyen Anh Quynh · 10 years ago
  76. 8946029 python: python2.6 does not understand sys.versionn_info.major by Nguyen Anh Quynh · 10 years ago
  77. 0ea529a java: add close() method to avoid some unknown crash caused by finallize() on Ubuntu 14.04. FIXME by Nguyen Anh Quynh · 10 years ago
  78. fadbddc update ChangeLog for 3.0 by Nguyen Anh Quynh · 10 years ago
  79. 22278ec mips & xcore: some safety guards to make sure printOperand() do not overflow Operands[] for some unknown reasons by Nguyen Anh Quynh · 10 years ago
  80. d83c8c7 suite: change CS_MODE_32 -> CS_MODE_MIPS32, CS_MODE_64 -> CS_MODE_MIPS64 for fuzz.py & benchmark.py by Nguyen Anh Quynh · 10 years ago
  81. faa925a fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op by Nguyen Anh Quynh · 10 years ago
  82. 56128da arm64: for operand type IMM, value should have the type int64_t, not int32_t. all bindings should be fixed by Nguyen Anh Quynh · 10 years ago
  83. aa50c64 arm64: fix ADRP (relative offset). bug reported by @shadymallow by Nguyen Anh Quynh · 10 years ago
  84. 57a902d suite: add crc32 instruction to x86odd.py by Nguyen Anh Quynh · 10 years ago
  85. b008229 suite: add some tricky x86 code to x86odd.py by Nguyen Anh Quynh · 10 years ago
  86. bb77154 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  87. 2328095 arm64: cleanup by Nguyen Anh Quynh · 10 years ago
  88. 736762d update COMPILE.TXT to add more bindings by Nguyen Anh Quynh · 10 years ago
  89. b0ee0c9 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  90. f85f981 update COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  91. 02cafeb suite: update Mips modes of MC input to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  92. ff9a574 ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  93. a7b06fd capstone.h: add comments on some hardware modes by Nguyen Anh Quynh · 10 years ago
  94. e01fdfb java: add comments on hardware modes by Nguyen Anh Quynh · 10 years ago
  95. 75c9b6a python: fix comments on hardware modes by Nguyen Anh Quynh · 10 years ago
  96. 26fd6b1 ocaml: typo (CS_MODE_32) in test_ppc.ml by Nguyen Anh Quynh · 10 years ago
  97. bf4723f java: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  98. 143a494 python: add CS_MODE_MIPS32/64 by Nguyen Anh Quynh · 10 years ago
  99. ec58a02 python: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64 by Nguyen Anh Quynh · 10 years ago
  100. 952da90 suite: add missing tests to test_c.sh by Nguyen Anh Quynh · 10 years ago