1. c3bc95b arch/X86: fix strncpy usage (#1243) by Riccardo Schirone · 6 years ago
  2. afffa5d merge next to master by Nguyen Anh Quynh · 6 years ago
  3. 728e699 x86: fix imm operand of RETF. see #1204 by Nguyen Anh Quynh · 6 years ago
  4. ae703aa x86: fix imm operand of RETF. see #1204 by Nguyen Anh Quynh · 6 years ago
  5. cd447b2 x86: X86_immediate_size() returns uint8 by Nguyen Anh Quynh · 6 years ago
  6. 3fef42f coding style by Nguyen Anh Quynh · 6 years ago
  7. dce7da9 Merges encoding to next (#1194) by Stephen Eckels · 6 years ago
  8. 36d4585 Add Availability.h include to fix macOS SDK instrinsics by vit9696 · 6 years ago
  9. 7723175 Add Availability.h include to fix macOS SDK instrinsics (#1175) by vit9696 · 6 years ago
  10. 2b054af Use printint functions from SStream (#1165) by Catena cyber · 6 years ago
  11. 1144608 Fix MSVC build (#1080) by Jason Shirk · 7 years ago
  12. 6abcc70 x86: fix att syntax when imm operand is 0 (#1046) by Nguyen Anh Quynh · 7 years ago
  13. f5045f0 x86: fix att syntax when imm operand is 0 (#1046) by Nguyen Anh Quynh · 7 years ago
  14. e0d1f3f x86: fix immediate operand for AND instruction in ATT mode (issue #1047) by Nguyen Anh Quynh · 7 years ago
  15. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  16. efc9036 x86: AT&T syntax bug with zero offset segment register. see #884 by Nguyen Anh Quynh · 7 years ago
  17. c0b9f86 x86: AT&T syntax bug with zero offset segment register. see #884 by Nguyen Anh Quynh · 7 years ago
  18. f20a0a0 Fix UB when accessing un-initialized array (#890) by radare · 7 years ago
  19. c86e78f x86: fix movw instruction in #789 by Nguyen Anh Quynh · 8 years ago
  20. 3ca6b0d x86: fix movw instruction in #789 by Nguyen Anh Quynh · 8 years ago
  21. ae360ea x86: fix sysexit in #806 by Nguyen Anh Quynh · 8 years ago
  22. a2d62f9 x86: fix sysexit in #806 by Nguyen Anh Quynh · 8 years ago
  23. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  24. d4389cc x86: fix issue #717 by Nguyen Anh Quynh · 8 years ago
  25. 268d00a x86: fix issue #717 by Nguyen Anh Quynh · 8 years ago
  26. da6b5f3 Append LL for all > 32bit numeric immediates by pancake · 8 years ago
  27. c45f1db Merge remote-tracking branch 'upstream/next' into next by tandasat · 8 years ago
  28. 45e5eab port Windows driver support by tandasat · 8 years ago
  29. a6609fe address warnings with capstone_static_winkernel by tandasat · 8 years ago
  30. b158b93 remove myinttypes.h by Nguyen Anh Quynh · 8 years ago
  31. 75701e8 x86: fix memory operand size of fnstenv/fldenv (issue #613) by Nguyen Anh Quynh · 8 years ago
  32. eba27eb x86: indentation by Nguyen Anh Quynh · 8 years ago
  33. d646220 Merge branch 'next' of https://github.com/bSr43/capstone into bSr43-next by Nguyen Anh Quynh · 8 years ago
  34. 2936bec x86: fix issue #544 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  35. 7fc5bc3 x86: print immediate of IN/OUT instructions in positive form. this fixes issue #554 by Nguyen Anh Quynh · 9 years ago
  36. 0e66373 Fix access mode for variants of MOV instruction by Vincent Bénony · 9 years ago
  37. 59e3013 x86: print immediate operand of MOVABS in positive form. this fixes issue #541 by Nguyen Anh Quynh · 9 years ago
  38. cc1e144 x86: print -0x8000000000000000 as 0x8000000000000000. this fixes issue #499 by Nguyen Anh Quynh · 9 years ago
  39. 7b714c6 x86: fix operand sizes of LGDT/LIDT/SGDT/SIDT in 16bit mode by Nguyen Anh Quynh · 9 years ago
  40. 4337a77 x86: fix issue #470 & #471 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  41. 94874ed x86: fix #456 for AT&T syntax by Nguyen Anh Quynh · 9 years ago
  42. f938424 x86: another attempt to fix #456 by Nguyen Anh Quynh · 9 years ago
  43. b584a50 x86: another attempt for #456 by Nguyen Anh Quynh · 9 years ago
  44. 01e87ae x86: fix issue #456 reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  45. ad94e98 x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  46. 2a3635d x86: fix target addresses of CALL/JMP rel16. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  47. 7279f31 x86: fix operand size for farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  48. 981c201 x86: fix selector part of farjmp/farcall instructions. bug reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  49. 9b381dc x86: print ptr16 part of farjmp/farcall in positive form. issue reported by Ruslan Kabatsayev by Nguyen Anh Quynh · 9 years ago
  50. 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
  51. 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
  52. de8dd26 x86: handle operand size properly for immediate operands by Nguyen Anh Quynh · 9 years ago
  53. 36d0594 x86: fix immediate operand of AND/OR/XOR instructions. bug reported by @yegord by Nguyen Anh Quynh · 9 years ago
  54. 08df00b x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  55. 3f00a72 x86: some algorithm instructions with immediate of 1 byte should be printed in positive form by Nguyen Anh Quynh · 9 years ago
  56. aceb2bb x86: fix value of access field for some instructions. bug reported by Ben Nagy by Nguyen Anh Quynh · 9 years ago
  57. fb59de4 x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr by Nguyen Anh Quynh · 9 years ago
  58. 27526f3 x86: make all shifted instructions to support first operand in AT&T syntax by Nguyen Anh Quynh · 9 years ago
  59. 21b9b25 x86: fix 16bit address bound issue. reported by Oleksii Kuchma by Nguyen Anh Quynh · 9 years ago
  60. a118474 x86: save the immediates being changed for printing out (instructions INT/AND/OR/XOR) by Nguyen Anh Quynh · 9 years ago
  61. 26cb4aa x86: add more cases to print as unsigned 8bit imm by me · 9 years ago
  62. 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 · 9 years ago
  63. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  64. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  65. ad18ed0 x86: fix issue #305. also correct arrays insn_regs_att[] & insn_regs_intel[] by Nguyen Anh Quynh · 9 years ago
  66. b023ffe x86: add missing CL register operand for shift rotate instructions involving CL (AT&T syntax) by Nguyen Anh Quynh · 9 years ago
  67. 19ee2d1 inttypes.h fix by Cr4sh · 9 years ago
  68. 9d60607 inttypes.h fix by Cr4sh · 9 years ago
  69. efffe78 Add new API and start to provide access information for instruction operands by Nguyen Anh Quynh · 9 years ago
  70. 1271684 x86: print interrupt number of INT instruction in positive form. bug reported by @pancake by Nguyen Anh Quynh · 9 years ago
  71. a81bf42 x86: add new field @xop_cc to struct @cs_x86 by Nguyen Anh Quynh · 10 years ago
  72. 3a1a77f x86: reduce mode support for the upgraded core by Nguyen Anh Quynh · 10 years ago
  73. 54d5071 x86: update core. also update all the bindings Java, Ocaml & Python by Nguyen Anh Quynh · 10 years ago
  74. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  75. e10b53f x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  76. 4363911 x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros by Nguyen Anh Quynh · 10 years ago
  77. 61ab007 x86: remove dead code & dead SSE_CC constants. issue reported by Coverity by Nguyen Anh Quynh · 10 years ago
  78. 9f694cc x86: handle undocumented immediates for (v)cmpps/pd/ss/sd instructions by Nguyen Anh Quynh · 10 years ago
  79. 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
  80. 03fb6f3 x86: MOV32sm should reference word rather than dword. bug reported by Andrew Wesie by Nguyen Anh Quynh · 10 years ago
  81. 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
  82. 5b981a4 x86: also fix AT&T syntax for the last MOV32ms bug by Nguyen Anh Quynh · 10 years ago
  83. 9cc8787 x86: RET imm16 comes with positive number by Nguyen Anh Quynh · 10 years ago
  84. 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
  85. b87f855 x86: print negative number in memory reference address (more friendly). issue reported by @pancake by Nguyen Anh Quynh · 10 years ago
  86. a90b047 x86: simplify printPCRelImm() in calculating absolute address. also fix the issue on AT&T syntax by Nguyen Anh Quynh · 10 years ago
  87. ea3c089 some simple optimizations for speed. this improves performance about 5% by Nguyen Anh Quynh · 10 years ago
  88. a4da895 x86: relative CALL should print out absolute addresses. bug reported by @acez by Nguyen Anh Quynh · 10 years ago
  89. ced9d24 Workaround missing <inttypes.h> on MSVC 2010 by Yegor Derevenets · 10 years ago
  90. 1f196d1 x86: CALLpcrel32 should be outputed as 'callq' in 64bit mode in AT&T syntax. ported from upstream by Nguyen Anh Quynh · 10 years ago
  91. 0efef5d solve some conflicts when merging -next into -v3 by Nguyen Anh Quynh · 10 years ago
  92. 86e8450 renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt by baguette · 10 years ago
  93. 4f412c4 Selectively disable AT&T syntax in non-diet mode to reduce library size by baguette · 10 years ago
  94. 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
  95. 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
  96. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  97. 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
  98. 1e688d4 x86: do not use markup in AT&T syntax by Nguyen Anh Quynh · 10 years ago
  99. 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
  100. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago