◆ __init__()
◆ append_to_list()
Append operand info to LIST. This function converts IDA register number or stack offset to a decompiler list.
@param list: list to append to
@param mba: microcode object
◆ cvt_to_ivl()
Convert operand info to VIVL. The returned VIVL can be used, for example, in a call of get_valranges().
◆ is_def()
◆ is_reg()
◆ is_use()
◆ flags
Initial value:= property(_ida_hexrays.gco_info_t_flags_get, _ida_hexrays
.gco_info_t_flags_set)
◆ name
Initial value:= property(_ida_hexrays.gco_info_t_name_get,
_ida_hexrays.gco_info_t_name_set)
◆ regnum
Initial value:= property(_ida_hexrays.gco_info_t_regnum_get,
_ida_hexrays.gco_info_t_regnum_set)
◆ size
Initial value:= property(_ida_hexrays.gco_info_t_size_get, _ida_hexrays.
gco_info_t_size_set)
◆ stkoff
Initial value:= property(_ida_hexrays.gco_info_t_stkoff_get,
_ida_hexrays.gco_info_t_stkoff_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: