1. fbae42e x86: revert the old change that check prefix location more strictly by Nguyen Anh Quynh · 9 years ago
  2. bcf09f4 Add support to embed Capstone into OS X kernel extensions. by reverser · 9 years ago
  3. ed46b0b x86: allow prefixes to be positioned anywhere. this should fix the bug reported by Gabriel Quadros by Nguyen Anh Quynh · 9 years ago
  4. 5f8c423 x86: add missing CR8-CR15 registers to arch/X86/X86DisassemblerDecoder.h by Nguyen Anh Quynh · 10 years ago
  5. 4e20e8e x86: 0x66 & 0x67 cannot be anywhere. this fixes CRC32 instruction by Nguyen Anh Quynh · 10 years ago
  6. 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
  7. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  8. bb6440c x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change by Nguyen Anh Quynh · 10 years ago
  9. 9cf8811 x86: InternalInstruction@xAcquireRelease should be initialized to 0 (FALSE) by Nguyen Anh Quynh · 10 years ago
  10. 22a5a76 x86: simplify byteReader_t by Nguyen Anh Quynh · 10 years ago
  11. 5474d87 x86: optimize struct InternalInstruction for memset(). this improve performance by around 4% by Nguyen Anh Quynh · 10 years ago
  12. e70a043 x86: more simplification for better performance by Nguyen Anh Quynh · 10 years ago
  13. 46b6693 x86: save prefixes to avoid expensive copying loop. based on idea of Dang Hoang Vu by Nguyen Anh Quynh · 10 years ago
  14. f721e31 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  15. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  16. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 10 years ago
  17. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 10 years ago
  18. 13f40d2 x86: upgrade core by Nguyen Anh Quynh · 10 years ago
  19. 57ab21b rename some old header guards from SB to CS by Nguyen Anh Quynh · 11 years ago
  20. 36d143b x86: update core engine by Nguyen Anh Quynh · 11 years ago
  21. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago