IDAPython 9.0
Loading...
Searching...
No Matches
gco_info_t Class Reference
Inheritance diagram for gco_info_t:

Public Member Functions

bool is_reg (self)
 
bool is_use (self)
 
bool is_def (self)
 
bool append_to_list (self, 'mlist_t' list, 'mba_t' mba)
 
'vivl_tcvt_to_ivl (self)
 
 __init__ (self)
 

Static Public Attributes

str name
 
str stkoff
 
str regnum
 
str size
 
str flags
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ append_to_list()

bool append_to_list ( self,
'mlist_t' list,
'mba_t' mba )
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()

'vivl_t' cvt_to_ivl ( self)
Convert operand info to VIVL. The returned VIVL can be used, for example, in a call of get_valranges(). 

◆ is_def()

bool is_def ( self)

◆ is_reg()

bool is_reg ( self)

◆ is_use()

bool is_use ( self)

Member Data Documentation

◆ flags

str flags
static
Initial value:
= property(_ida_hexrays.gco_info_t_flags_get, _ida_hexrays
.gco_info_t_flags_set)

◆ name

str name
static
Initial value:
= property(_ida_hexrays.gco_info_t_name_get,
_ida_hexrays.gco_info_t_name_set)

◆ regnum

str regnum
static
Initial value:
= property(_ida_hexrays.gco_info_t_regnum_get,
_ida_hexrays.gco_info_t_regnum_set)

◆ size

str size
static
Initial value:
= property(_ida_hexrays.gco_info_t_size_get, _ida_hexrays.
gco_info_t_size_set)

◆ stkoff

str stkoff
static
Initial value:
= property(_ida_hexrays.gco_info_t_stkoff_get,
_ida_hexrays.gco_info_t_stkoff_set)

Property Documentation

◆ thisown

thisown
static
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: