Proxy of C++ insn_t class.
uint16
|
|
op_t
|
|
operands_array
|
|
|
__getitem__(self,
idx)
Operands can be accessed directly as indexes |
|
|
insn_t
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
add_cref(self,
to,
opoff,
type) |
|
|
|
add_dref(self,
to,
opoff,
type) |
|
|
ea_t
|
add_off_drefs(self,
x,
type,
outf) |
|
|
|
|
bool
|
create_op_data(self,
ea_,
opoff,
dtype)
create_op_data(self, ea_, op) -> bool |
|
|
bool
|
create_stkvar(self,
x,
v,
flags_) |
|
|
uint32
|
|
char const *
|
|
uint8
|
|
uint32
|
|
uint64
|
|
uint16
|
|
bool
|
|
bool
|
|
bool
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
Op1
|
|
Op2
|
|
Op3
|
|
Op4
|
|
Op5
|
|
Op6
|
|
auxpref
__get_auxpref__(self) -> uint16
|
|
cs
insn_t_cs_get(self) -> ea_t
|
|
ea
insn_t_ea_get(self) -> ea_t
|
|
flags
insn_t_flags_get(self) -> int16
|
|
insnpref
insn_t_insnpref_get(self) -> char
|
|
ip
insn_t_ip_get(self) -> ea_t
|
|
itype
insn_t_itype_get(self) -> uint16
|
|
ops
__get_ops__(self) -> operands_array
|
|
segpref
insn_t_segpref_get(self) -> char
|
|
size
insn_t_size_get(self) -> uint16
|
|
thisown
The membership flag
|
Inherited from object :
__class__
|