.. |
X86ATTInstPrinter.c
|
x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change
|
2014-06-26 12:09:15 +08:00 |
X86Disassembler.c
|
x86: add @rex to cs_x86 struct. updated python & java binding for this change
|
2014-07-01 10:13:28 +08:00 |
X86Disassembler.h
|
Disassembler -> Disassembly
|
2014-05-27 10:45:58 +08:00 |
X86DisassemblerDecoder.c
|
x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide
|
2014-06-30 02:01:04 +08:00 |
X86DisassemblerDecoder.h
|
x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions
|
2014-06-25 22:03:18 +08:00 |
X86DisassemblerDecoderCommon.h
|
Disassembler -> Disassembly
|
2014-05-27 10:45:58 +08:00 |
X86GenAsmWriter.inc
|
x86: test reg, [mem] -> test [mem], reg. bug reported by Gabriel Quadros
|
2014-07-04 09:48:58 +08:00 |
X86GenAsmWriter1.inc
|
x86: test reg, [mem] -> test [mem], reg. bug reported by Gabriel Quadros
|
2014-07-04 09:48:58 +08:00 |
X86GenAsmWriter1_reduce.inc
|
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.
|
2014-06-24 14:32:01 +08:00 |
X86GenAsmWriter_reduce.inc
|
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.
|
2014-06-24 14:32:01 +08:00 |
X86GenDisassemblerTables.inc
|
x86: INTO is invalid in 64bit mode. bug reported by Pancake & Ange Albertini
|
2014-07-21 23:08:52 +08:00 |
X86GenDisassemblerTables_reduce.inc
|
x86: cleanup unused opcode tables for X86_REDUCE
|
2014-05-06 12:22:42 +08:00 |
X86GenInstrInfo.inc
|
x86: handle NOP instruction 0f18*
|
2014-04-29 11:16:21 +08:00 |
X86GenInstrInfo_reduce.inc
|
x86: handle NOP instruction 0f18*
|
2014-04-29 11:16:21 +08:00 |
X86GenRegisterInfo.inc
|
x86: update core
|
2014-02-24 23:30:45 +08:00 |
X86InstPrinter.h
|
Disassembler -> Disassembly
|
2014-05-27 10:45:58 +08:00 |
X86IntelInstPrinter.c
|
x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change
|
2014-06-26 12:09:15 +08:00 |
X86Mapping.c
|
add new API cs_group_name() to return group name in string, given the group id
|
2014-07-08 08:59:27 +08:00 |
X86Mapping.h
|
add new API cs_group_name() to return group name in string, given the group id
|
2014-07-08 08:59:27 +08:00 |
X86Module.c
|
add new API cs_group_name() to return group name in string, given the group id
|
2014-07-08 08:59:27 +08:00 |