IDAPython 9.0
Loading...
Searching...
No Matches
asm_t Class Reference

Proxy of C++ asm_t class.

Inheritance diagram for asm_t:

Public Member Functions

 __init__ (self)
 init(self) -> asm_t
 

Static Public Attributes

str flag = property(_ida_idp.asm_t_flag_get, _ida_idp.asm_t_flag_set, doc=)
 
str uflag = property(_ida_idp.asm_t_uflag_get, _ida_idp.asm_t_uflag_set, doc=)
 
str name = property(_ida_idp.asm_t_name_get, _ida_idp.asm_t_name_set, doc=)
 
str help = property(_ida_idp.asm_t_help_get, _ida_idp.asm_t_help_set, doc=)
 
str header = property(_ida_idp.asm_t_header_get, _ida_idp.asm_t_header_set, doc=!)
 
str origin = property(_ida_idp.asm_t_origin_get, _ida_idp.asm_t_origin_set, doc=)
 
str end = property(_ida_idp.asm_t_end_get, _ida_idp.asm_t_end_set, doc=)
 
str cmnt = property(_ida_idp.asm_t_cmnt_get, _ida_idp.asm_t_cmnt_set, doc=)
 
str ascsep = property(_ida_idp.asm_t_ascsep_get, _ida_idp.asm_t_ascsep_set, doc=)
 
str accsep = property(_ida_idp.asm_t_accsep_get, _ida_idp.asm_t_accsep_set, doc=)
 
str esccodes = property(_ida_idp.asm_t_esccodes_get, _ida_idp.asm_t_esccodes_set, doc=)
 
str a_ascii = property(_ida_idp.asm_t_a_ascii_get, _ida_idp.asm_t_a_ascii_set, doc=)
 
str a_byte = property(_ida_idp.asm_t_a_byte_get, _ida_idp.asm_t_a_byte_set, doc=)
 
str a_word = property(_ida_idp.asm_t_a_word_get, _ida_idp.asm_t_a_word_set, doc=)
 
str a_dword = property(_ida_idp.asm_t_a_dword_get, _ida_idp.asm_t_a_dword_set, doc=)
 
str a_qword = property(_ida_idp.asm_t_a_qword_get, _ida_idp.asm_t_a_qword_set, doc=)
 
str a_oword = property(_ida_idp.asm_t_a_oword_get, _ida_idp.asm_t_a_oword_set, doc=)
 
str a_float = property(_ida_idp.asm_t_a_float_get, _ida_idp.asm_t_a_float_set, doc=)
 
str a_double = property(_ida_idp.asm_t_a_double_get, _ida_idp.asm_t_a_double_set, doc=)
 
str a_tbyte = property(_ida_idp.asm_t_a_tbyte_get, _ida_idp.asm_t_a_tbyte_set, doc=)
 
str a_packreal = property(_ida_idp.asm_t_a_packreal_get, _ida_idp.asm_t_a_packreal_set, doc=)
 
str a_dups = property(_ida_idp.asm_t_a_dups_get, _ida_idp.asm_t_a_dups_set, doc=)
 
str a_bss = property(_ida_idp.asm_t_a_bss_get, _ida_idp.asm_t_a_bss_set, doc=)
 
str a_equ = property(_ida_idp.asm_t_a_equ_get, _ida_idp.asm_t_a_equ_set, doc=)
 
str a_seg = property(_ida_idp.asm_t_a_seg_get, _ida_idp.asm_t_a_seg_set, doc=)
 
str a_curip = property(_ida_idp.asm_t_a_curip_get, _ida_idp.asm_t_a_curip_set, doc=)
 
str a_public = property(_ida_idp.asm_t_a_public_get, _ida_idp.asm_t_a_public_set, doc=)
 
str a_weak = property(_ida_idp.asm_t_a_weak_get, _ida_idp.asm_t_a_weak_set, doc=)
 
str a_extrn = property(_ida_idp.asm_t_a_extrn_get, _ida_idp.asm_t_a_extrn_set, doc=)
 
str a_comdef = property(_ida_idp.asm_t_a_comdef_get, _ida_idp.asm_t_a_comdef_set, doc=)
 
str a_align = property(_ida_idp.asm_t_a_align_get, _ida_idp.asm_t_a_align_set, doc=)
 
str lbrace = property(_ida_idp.asm_t_lbrace_get, _ida_idp.asm_t_lbrace_set, doc=)
 
str rbrace = property(_ida_idp.asm_t_rbrace_get, _ida_idp.asm_t_rbrace_set, doc=)
 
str a_mod = property(_ida_idp.asm_t_a_mod_get, _ida_idp.asm_t_a_mod_set, doc=)
 
str a_band = property(_ida_idp.asm_t_a_band_get, _ida_idp.asm_t_a_band_set, doc=)
 
str a_bor = property(_ida_idp.asm_t_a_bor_get, _ida_idp.asm_t_a_bor_set, doc=!)
 
str a_xor = property(_ida_idp.asm_t_a_xor_get, _ida_idp.asm_t_a_xor_set, doc=!)
 
str a_bnot = property(_ida_idp.asm_t_a_bnot_get, _ida_idp.asm_t_a_bnot_set, doc=)
 
str a_shl = property(_ida_idp.asm_t_a_shl_get, _ida_idp.asm_t_a_shl_set, doc=)
 
str a_shr = property(_ida_idp.asm_t_a_shr_get, _ida_idp.asm_t_a_shr_set, doc=!)
 
str a_sizeof_fmt = property(_ida_idp.asm_t_a_sizeof_fmt_get, _ida_idp.asm_t_a_sizeof_fmt_set, doc=)
 
str flag2 = property(_ida_idp.asm_t_flag2_get, _ida_idp.asm_t_flag2_set, doc=)
 
str cmnt2 = property(_ida_idp.asm_t_cmnt2_get, _ida_idp.asm_t_cmnt2_set, doc=)
 
str low8 = property(_ida_idp.asm_t_low8_get, _ida_idp.asm_t_low8_set, doc=)
 
str high8 = property(_ida_idp.asm_t_high8_get, _ida_idp.asm_t_high8_set, doc=)
 
str low16 = property(_ida_idp.asm_t_low16_get, _ida_idp.asm_t_low16_set, doc=)
 
str high16 = property(_ida_idp.asm_t_high16_get, _ida_idp.asm_t_high16_set, doc=)
 
str a_include_fmt = property(_ida_idp.asm_t_a_include_fmt_get, _ida_idp.asm_t_a_include_fmt_set, doc=)
 
str a_vstruc_fmt = property(_ida_idp.asm_t_a_vstruc_fmt_get, _ida_idp.asm_t_a_vstruc_fmt_set, doc=)
 
str a_rva = property(_ida_idp.asm_t_a_rva_get, _ida_idp.asm_t_a_rva_set, doc=)
 
str a_yword = property(_ida_idp.asm_t_a_yword_get, _ida_idp.asm_t_a_yword_set, doc=)
 
str a_zword = property(_ida_idp.asm_t_a_zword_get, _ida_idp.asm_t_a_zword_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ a_align

str a_align = property(_ida_idp.asm_t_a_align_get, _ida_idp.asm_t_a_align_set, doc=)
static

◆ a_ascii

str a_ascii = property(_ida_idp.asm_t_a_ascii_get, _ida_idp.asm_t_a_ascii_set, doc=)
static

◆ a_band

str a_band = property(_ida_idp.asm_t_a_band_get, _ida_idp.asm_t_a_band_set, doc=)
static

◆ a_bnot

str a_bnot = property(_ida_idp.asm_t_a_bnot_get, _ida_idp.asm_t_a_bnot_set, doc=)
static

◆ a_bor

str a_bor = property(_ida_idp.asm_t_a_bor_get, _ida_idp.asm_t_a_bor_set, doc=!)
static

◆ a_bss

str a_bss = property(_ida_idp.asm_t_a_bss_get, _ida_idp.asm_t_a_bss_set, doc=)
static

◆ a_byte

str a_byte = property(_ida_idp.asm_t_a_byte_get, _ida_idp.asm_t_a_byte_set, doc=)
static

◆ a_comdef

str a_comdef = property(_ida_idp.asm_t_a_comdef_get, _ida_idp.asm_t_a_comdef_set, doc=)
static

◆ a_curip

str a_curip = property(_ida_idp.asm_t_a_curip_get, _ida_idp.asm_t_a_curip_set, doc=)
static

◆ a_double

str a_double = property(_ida_idp.asm_t_a_double_get, _ida_idp.asm_t_a_double_set, doc=)
static

◆ a_dups

str a_dups = property(_ida_idp.asm_t_a_dups_get, _ida_idp.asm_t_a_dups_set, doc=)
static

◆ a_dword

str a_dword = property(_ida_idp.asm_t_a_dword_get, _ida_idp.asm_t_a_dword_set, doc=)
static

◆ a_equ

str a_equ = property(_ida_idp.asm_t_a_equ_get, _ida_idp.asm_t_a_equ_set, doc=)
static

◆ a_extrn

str a_extrn = property(_ida_idp.asm_t_a_extrn_get, _ida_idp.asm_t_a_extrn_set, doc=)
static

◆ a_float

str a_float = property(_ida_idp.asm_t_a_float_get, _ida_idp.asm_t_a_float_set, doc=)
static

◆ a_include_fmt

str a_include_fmt = property(_ida_idp.asm_t_a_include_fmt_get, _ida_idp.asm_t_a_include_fmt_set, doc=)
static

◆ a_mod

str a_mod = property(_ida_idp.asm_t_a_mod_get, _ida_idp.asm_t_a_mod_set, doc=)
static

◆ a_oword

str a_oword = property(_ida_idp.asm_t_a_oword_get, _ida_idp.asm_t_a_oword_set, doc=)
static

◆ a_packreal

str a_packreal = property(_ida_idp.asm_t_a_packreal_get, _ida_idp.asm_t_a_packreal_set, doc=)
static

◆ a_public

str a_public = property(_ida_idp.asm_t_a_public_get, _ida_idp.asm_t_a_public_set, doc=)
static

◆ a_qword

str a_qword = property(_ida_idp.asm_t_a_qword_get, _ida_idp.asm_t_a_qword_set, doc=)
static

◆ a_rva

str a_rva = property(_ida_idp.asm_t_a_rva_get, _ida_idp.asm_t_a_rva_set, doc=)
static

◆ a_seg

str a_seg = property(_ida_idp.asm_t_a_seg_get, _ida_idp.asm_t_a_seg_set, doc=)
static

◆ a_shl

str a_shl = property(_ida_idp.asm_t_a_shl_get, _ida_idp.asm_t_a_shl_set, doc=)
static

◆ a_shr

str a_shr = property(_ida_idp.asm_t_a_shr_get, _ida_idp.asm_t_a_shr_set, doc=!)
static

◆ a_sizeof_fmt

str a_sizeof_fmt = property(_ida_idp.asm_t_a_sizeof_fmt_get, _ida_idp.asm_t_a_sizeof_fmt_set, doc=)
static

◆ a_tbyte

str a_tbyte = property(_ida_idp.asm_t_a_tbyte_get, _ida_idp.asm_t_a_tbyte_set, doc=)
static

◆ a_vstruc_fmt

str a_vstruc_fmt = property(_ida_idp.asm_t_a_vstruc_fmt_get, _ida_idp.asm_t_a_vstruc_fmt_set, doc=)
static

◆ a_weak

str a_weak = property(_ida_idp.asm_t_a_weak_get, _ida_idp.asm_t_a_weak_set, doc=)
static

◆ a_word

str a_word = property(_ida_idp.asm_t_a_word_get, _ida_idp.asm_t_a_word_set, doc=)
static

◆ a_xor

str a_xor = property(_ida_idp.asm_t_a_xor_get, _ida_idp.asm_t_a_xor_set, doc=!)
static

◆ a_yword

str a_yword = property(_ida_idp.asm_t_a_yword_get, _ida_idp.asm_t_a_yword_set, doc=)
static

◆ a_zword

str a_zword = property(_ida_idp.asm_t_a_zword_get, _ida_idp.asm_t_a_zword_set, doc=)
static

◆ accsep

str accsep = property(_ida_idp.asm_t_accsep_get, _ida_idp.asm_t_accsep_set, doc=)
static

◆ ascsep

str ascsep = property(_ida_idp.asm_t_ascsep_get, _ida_idp.asm_t_ascsep_set, doc=)
static

◆ cmnt

str cmnt = property(_ida_idp.asm_t_cmnt_get, _ida_idp.asm_t_cmnt_set, doc=)
static

◆ cmnt2

str cmnt2 = property(_ida_idp.asm_t_cmnt2_get, _ida_idp.asm_t_cmnt2_set, doc=)
static

◆ end

str end = property(_ida_idp.asm_t_end_get, _ida_idp.asm_t_end_set, doc=)
static

◆ esccodes

str esccodes = property(_ida_idp.asm_t_esccodes_get, _ida_idp.asm_t_esccodes_set, doc=)
static

◆ flag

str flag = property(_ida_idp.asm_t_flag_get, _ida_idp.asm_t_flag_set, doc=)
static

◆ flag2

str flag2 = property(_ida_idp.asm_t_flag2_get, _ida_idp.asm_t_flag2_set, doc=)
static

◆ header

str header = property(_ida_idp.asm_t_header_get, _ida_idp.asm_t_header_set, doc=!)
static

◆ help

str help = property(_ida_idp.asm_t_help_get, _ida_idp.asm_t_help_set, doc=)
static

◆ high16

str high16 = property(_ida_idp.asm_t_high16_get, _ida_idp.asm_t_high16_set, doc=)
static

◆ high8

str high8 = property(_ida_idp.asm_t_high8_get, _ida_idp.asm_t_high8_set, doc=)
static

◆ lbrace

str lbrace = property(_ida_idp.asm_t_lbrace_get, _ida_idp.asm_t_lbrace_set, doc=)
static

◆ low16

str low16 = property(_ida_idp.asm_t_low16_get, _ida_idp.asm_t_low16_set, doc=)
static

◆ low8

str low8 = property(_ida_idp.asm_t_low8_get, _ida_idp.asm_t_low8_set, doc=)
static

◆ name

str name = property(_ida_idp.asm_t_name_get, _ida_idp.asm_t_name_set, doc=)
static

◆ origin

str origin = property(_ida_idp.asm_t_origin_get, _ida_idp.asm_t_origin_set, doc=)
static

◆ rbrace

str rbrace = property(_ida_idp.asm_t_rbrace_get, _ida_idp.asm_t_rbrace_set, doc=)
static

◆ uflag

str uflag = property(_ida_idp.asm_t_uflag_get, _ida_idp.asm_t_uflag_set, doc=)
static

Property Documentation

◆ thisown

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

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