Struct capstone_sys::cs_detail [] [src]

#[repr(C)]
pub struct cs_detail { pub regs_read: [uint8_t; 12], pub regs_read_count: uint8_t, pub regs_write: [uint8_t; 20], pub regs_write_count: uint8_t, pub groups: [uint8_t; 8], pub groups_count: uint8_t, // some fields omitted }

NOTE: All information in cs_detail is only available when CS_OPT_DETAIL = CS_OPT_ON

Fields

list of implicit registers read by this insn

number of implicit registers read by this insn

list of implicit registers modified by this insn

number of implicit registers modified by this insn

list of group this instruction belong to

number of groups this insn belongs to