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

Public Member Functions

None set_shown (self)
 
None clr_shown (self)
 
bool shown (self)
 
bool is_reg (self, int r)
 
bool is_imm (self, int v)
 
 __init__ (self)
 
'uint16' __get_reg_phrase__ (self)
 
None __set_reg_phrase__ (self, 'uint16' r)
 
ida_idaapi.ea_t __get_value__ (self)
 
None __set_value__ (self, ida_idaapi.ea_t v)
 
'uint64' __get_value64__ (self)
 
None __set_value64__ (self, 'uint64' v)
 
ida_idaapi.ea_t __get_addr__ (self)
 
None __set_addr__ (self, ida_idaapi.ea_t v)
 
ida_idaapi.ea_t __get_specval__ (self)
 
None __set_specval__ (self, ida_idaapi.ea_t v)
 
None assign (self, 'op_t' other)
 
 has_reg (self, r)
 

Static Public Attributes

str n = property(_ida_ua.op_t_n_get, _ida_ua.op_t_n_set)
 
str type = property(_ida_ua.op_t_type_get, _ida_ua.op_t_type_set)
 
str offb = property(_ida_ua.op_t_offb_get, _ida_ua.op_t_offb_set)
 
str offo = property(_ida_ua.op_t_offo_get, _ida_ua.op_t_offo_set)
 
str flags = property(_ida_ua.op_t_flags_get, _ida_ua.op_t_flags_set)
 
str dtype
 
str reg = property(_ida_ua.op_t_reg_get, _ida_ua.op_t_reg_set)
 
str phrase
 
str value = property(_ida_ua.op_t_value_get, _ida_ua.op_t_value_set)
 
str addr = property(_ida_ua.op_t_addr_get, _ida_ua.op_t_addr_set)
 
str specval
 
str specflag1
 
str specflag2
 
str specflag3
 
str specflag4
 

Properties

 thisown
 
 value64 = property(__get_value64__, __set_value64__)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ __get_addr__()

ida_idaapi.ea_t __get_addr__ ( self)

◆ __get_reg_phrase__()

'uint16' __get_reg_phrase__ ( self)

◆ __get_specval__()

ida_idaapi.ea_t __get_specval__ ( self)

◆ __get_value64__()

'uint64' __get_value64__ ( self)

◆ __get_value__()

ida_idaapi.ea_t __get_value__ ( self)

◆ __set_addr__()

None __set_addr__ ( self,
ida_idaapi.ea_t v )

◆ __set_reg_phrase__()

None __set_reg_phrase__ ( self,
'uint16' r )

◆ __set_specval__()

None __set_specval__ ( self,
ida_idaapi.ea_t v )

◆ __set_value64__()

None __set_value64__ ( self,
'uint64' v )

◆ __set_value__()

None __set_value__ ( self,
ida_idaapi.ea_t v )

◆ assign()

None assign ( self,
'op_t' other )

◆ clr_shown()

None clr_shown ( self)
Set operand to hidden.

◆ has_reg()

has_reg ( self,
r )
Checks if the operand accesses the given processor register

◆ is_imm()

bool is_imm ( self,
int v )
Is immediate operand?

◆ is_reg()

bool is_reg ( self,
int r )
Is register operand?

◆ set_shown()

None set_shown ( self)
Set operand to be shown.

◆ shown()

bool shown ( self)
Is operand set to be shown?

Member Data Documentation

◆ addr

addr = property(_ida_ua.op_t_addr_get, _ida_ua.op_t_addr_set)
static

◆ dtype

str dtype
static
Initial value:
= property(_ida_ua.op_t_dtype_get, _ida_ua.
op_t_dtype_set)

◆ flags

str flags = property(_ida_ua.op_t_flags_get, _ida_ua.op_t_flags_set)
static

◆ n

str n = property(_ida_ua.op_t_n_get, _ida_ua.op_t_n_set)
static

◆ offb

str offb = property(_ida_ua.op_t_offb_get, _ida_ua.op_t_offb_set)
static

◆ offo

str offo = property(_ida_ua.op_t_offo_get, _ida_ua.op_t_offo_set)
static

◆ phrase

phrase
static
Initial value:
= property(_ida_ua.op_t_phrase_get, _ida_ua.
op_t_phrase_set)

◆ reg

reg = property(_ida_ua.op_t_reg_get, _ida_ua.op_t_reg_set)
static

◆ specflag1

str specflag1
static
Initial value:
= property(_ida_ua.op_t_specflag1_get, _ida_ua.
op_t_specflag1_set)

◆ specflag2

str specflag2
static
Initial value:
= property(_ida_ua.op_t_specflag2_get, _ida_ua.
op_t_specflag2_set)

◆ specflag3

str specflag3
static
Initial value:
= property(_ida_ua.op_t_specflag3_get, _ida_ua.
op_t_specflag3_set)

◆ specflag4

str specflag4
static
Initial value:
= property(_ida_ua.op_t_specflag4_get, _ida_ua.
op_t_specflag4_set)

◆ specval

specval
static
Initial value:
= property(_ida_ua.op_t_specval_get, _ida_ua.
op_t_specval_set)

◆ type

str type = property(_ida_ua.op_t_type_get, _ida_ua.op_t_type_set)
static

◆ value

value = property(_ida_ua.op_t_value_get, _ida_ua.op_t_value_set)
static

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

◆ value64

value64 = property(__get_value64__, __set_value64__)
static

The documentation for this class was generated from the following file: