capstone.x86

Members

Enums

x86_avx_bcast
enum x86_avx_bcast

AVX broadcast type

x86_avx_cc
enum x86_avx_cc

AVX Code Condition type

x86_avx_rm
enum x86_avx_rm

AVX static rounding mode type

x86_insn
enum x86_insn

X86 instructions

x86_insn_group
enum x86_insn_group

Group of X86 instructions

x86_op_type
enum x86_op_type

Operand type for instruction's operands

x86_prefix
enum x86_prefix

Instruction prefixes - to be used in cs_x86.prefix[]

x86_reg
enum x86_reg

X86 registers

x86_sse_cc
enum x86_sse_cc

SSE Code Condition type

x86_xop_cc
enum x86_xop_cc

XOP Code Condition type

Functions

X86_REL_ADDR
auto X86_REL_ADDR(auto ref T insn)

Calculate relative address for X86-64, given cs_insn structure

Structs

cs_x86
struct cs_x86

Instruction structure

cs_x86_encoding
struct cs_x86_encoding
cs_x86_op
struct cs_x86_op

Instruction operand

x86_op_mem
struct x86_op_mem

Instruction's operand referring to memory This is associated with X86_OP_MEM operand type above

Meta