1. ae703aa x86: fix imm operand of RETF. see #1204 by Nguyen Anh Quynh · 6 years ago
  2. cd447b2 x86: X86_immediate_size() returns uint8 by Nguyen Anh Quynh · 6 years ago
  3. 3fef42f coding style by Nguyen Anh Quynh · 6 years ago
  4. dce7da9 Merges encoding to next (#1194) by Stephen Eckels · 6 years ago
  5. 36d4585 Add Availability.h include to fix macOS SDK instrinsics by vit9696 · 6 years ago
  6. 1144608 Fix MSVC build (#1080) by Jason Shirk · 7 years ago
  7. 9af9742 Honor CS_OPT_UNSIGNED on x86 and add cstool -u (#945) by radare · 7 years ago
  8. a8c7e4a Merge #929 with some changes to get things compile (#930) by vit9696 · 7 years ago
  9. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  10. 2c1c1b1 Fix assigned value with undefined (#893) by radare · 8 years ago
  11. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  12. da6b5f3 Append LL for all > 32bit numeric immediates by pancake · 8 years ago
  13. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  14. 45e5eab port Windows driver support by tandasat · 8 years ago
  15. a4bdbc8 x86: do not print LJMP/LCALL with ptr. this fixes issue #429 by Nguyen Anh Quynh · 8 years ago
  16. 10730fa x86: do not print 'ptr' for fxsave & fxrstor instructions. this fixes issue #492 by Nguyen Anh Quynh · 8 years ago
  17. 75701e8 x86: fix memory operand size of fnstenv/fldenv (issue #613) by Nguyen Anh Quynh · 9 years ago
  18. 4a4418a Revert "rename appveyor.yml to .appveyor.yml" by Nguyen Anh Quynh · 9 years ago
  19. 3abf305 rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 9 years ago
  20. eba27eb x86: indentation by Nguyen Anh Quynh · 9 years ago
  21. d646220 Merge branch 'next' of https://github.com/bSr43/capstone into bSr43-next by Nguyen Anh Quynh · 9 years ago
  22. 2936bec x86: fix issue #544 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  23. 0b0d62a x86: fix memory operand size of fbstp/fbld (issue #544) by Nguyen Anh Quynh · 9 years ago
  24. 7fc5bc3 x86: print immediate of IN/OUT instructions in positive form. this fixes issue #554 by Nguyen Anh Quynh · 9 years ago
  25. 0e66373 Fix access mode for variants of MOV instruction by Vincent Bénony · 9 years ago
  26. 749b340 Fix issues introduced by pull request #316. by Vincent Bénony · 9 years ago
  27. 59e3013 x86: print immediate operand of MOVABS in positive form. this fixes issue #541 by Nguyen Anh Quynh · 9 years ago
  28. cc1e144 x86: print -0x8000000000000000 as 0x8000000000000000. this fixes issue #499 by Nguyen Anh Quynh · 9 years ago
  29. 7b714c6 x86: fix operand sizes of LGDT/LIDT/SGDT/SIDT in 16bit mode by Nguyen Anh Quynh · 9 years ago
  30. 4337a77 x86: fix issue #470 & #471 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  31. 64a1e31 x86: fix the operand size of CALLpcrel16/JMP_2. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  32. e5a67f5 x86: handle some tricky 16bit code in issue #456 by Nguyen Anh Quynh · 9 years ago
  33. 2a3635d x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  34. 1c6309c x86: fix operand size of farjmp/farcall. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  35. 7279f31 x86: fix operand size for farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  36. 9b381dc x86: print ptr16 part of farjmp/farcall in positive form. issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  37. 8047fcc x86: fix need_zero_prefix() for MASM syntax by Nguyen Anh Quynh · 9 years ago
  38. 62918ab support new syntax CS_OPT_SYNTAX_MASM for X86 by Nguyen Anh Quynh · 9 years ago
  39. a05d82a x86: truncat immediate for non-64bit. this fixes the disassembly of the code e9e9eeeeee in 32bit mode by Nguyen Anh Quynh · 9 years ago
  40. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  41. 21b9b25 x86: fix 16bit address bound issue. reported by Oleksii Kuchma by Nguyen Anh Quynh · 9 years ago
  42. a118474 x86: save the immediates being changed for printing out (instructions INT/AND/OR/XOR) by Nguyen Anh Quynh · 9 years ago
  43. 3c5d08f Merge pull request #316 from remittor/next3 by Nguyen Anh Quynh · 9 years ago
  44. f59b3a7 [x86] Fix decode opcode A0 and A1 (movabs) by remittor · 10 years ago
  45. 26cb4aa x86: add more cases to print as unsigned 8bit imm by me · 10 years ago
  46. 89820c4 x86: print 8 bit immediate number in positive form. still need a more systematic approach to do same thing for other forms of immediates by Nguyen Anh Quynh · 10 years ago
  47. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 10 years ago
  48. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 10 years ago
  49. ad18ed0 x86: fix issue #305. also correct arrays insn_regs_att[] & insn_regs_intel[] by Nguyen Anh Quynh · 10 years ago
  50. 19ee2d1 inttypes.h fix by Cr4sh · 10 years ago
  51. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 10 years ago
  52. 1271684 x86: print interrupt number of INT instruction in positive form. bug reported by @pancake by Nguyen Anh Quynh · 10 years ago
  53. 2c1b7f1 x86: fix Immediate operand size when first register operand is embedded in mnemonic (CMP8i8). bug reported by @joelpx by Nguyen Anh Quynh · 10 years ago
  54. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 10 years ago
  55. 3a1a77f x86: reduce mode support for the upgraded core by Nguyen Anh Quynh · 10 years ago
  56. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 10 years ago
  57. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  58. 4363911 x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  59. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  60. 9f694cc x86: handle undocumented immediates for (v)cmpps/pd/ss/sd instructions by Nguyen Anh Quynh · 10 years ago
  61. 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
  62. 03fb6f3 x86: MOV32sm should reference word rather than dword. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  63. 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
  64. ba31f26 x86: MOV32ms should reference word rather than dword. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  65. 9cc8787 x86: RET imm16 comes with positive number by Nguyen Anh Quynh · 10 years ago
  66. ff7bba3 x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  67. b87f855 x86: print negative number in memory reference address (more friendly). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  68. a90b047 x86: simplify printPCRelImm() in calculating absolute address. also fix the issue on AT&T syntax by Nguyen Anh Quynh · 10 years ago
  69. ea3c089 some simple optimizations for speed. this improves performance about 5% by Nguyen Anh Quynh · 10 years ago
  70. a92d2cb x86: properly calculate absolute addresses of relative CALL & JMP. thanks Pedro for valuable helps by Nguyen Anh Quynh · 10 years ago
  71. a4da895 x86: relative CALL should print out absolute addresses. bug reported by @acez by Nguyen Anh Quynh · 10 years ago
  72. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  73. 0b69038 x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change by Nguyen Anh Quynh · 10 years ago
  74. 1a66fec x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change by Nguyen Anh Quynh · 10 years ago
  75. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  76. 4c5eabc x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings by Nguyen Anh Quynh · 10 years ago
  77. 15b746f x86: op_addReg() & op_addImm() only work when detail mode is ON by Nguyen Anh Quynh · 10 years ago
  78. 14ba46b x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan. by Nguyen Anh Quynh · 10 years ago
  79. 1085073 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas by Nguyen Anh Quynh · 10 years ago
  80. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago
  81. 0ad226e x86: fix a conflict when merging -next to -optimize branch by Nguyen Anh Quynh · 10 years ago
  82. 0e534bf x86: correct the related comment of the last commit by Nguyen Anh Quynh · 10 years ago
  83. 9417ad6 x86: printDstIdx() should only print segment in non-64bit mode. bug reported by Filipe Cabecinhas (@filcab) by Nguyen Anh Quynh · 10 years ago
  84. b76233c avoid using vsnprintf when possible for SStream_concat() to improve performance. based on the idea of Dang Hoang Vu. by Nguyen Anh Quynh · 10 years ago
  85. 7a65ad7 x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' by Nguyen Anh Quynh · 10 years ago
  86. c5cad6c avoid using stdbool.h to support compilers without C99 support by Nguyen Anh Quynh · 10 years ago
  87. 0ffd811 merge next branch by Nguyen Anh Quynh · 10 years ago
  88. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  89. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  90. 2d34251 x86: handle 16bit segment bound for JMP. bug reported by Pancake & Anton Kochkov by Nguyen Anh Quynh · 10 years ago
  91. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  92. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  93. e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 10 years ago
  94. 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
  95. 6d3d800 x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  96. 125f504 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  97. e51cf36 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  98. 59b5489 x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake by Nguyen Anh Quynh · 11 years ago
  99. 9518148 add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change by Nguyen Anh Quynh · 11 years ago
  100. 017df60 arm64, mips, x86: print -9, not -0x9 by Nguyen Anh Quynh · 11 years ago