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

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str name
 
str base
 
str size
 
str rebase_to
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Data Documentation

◆ base

str base
static
Initial value:
= property(_ida_idd.modinfo_t_base_get, _ida_idd.
modinfo_t_base_set)

◆ name

str name
static
Initial value:
= property(_ida_idd.modinfo_t_name_get, _ida_idd.
modinfo_t_name_set)

◆ rebase_to

str rebase_to
static
Initial value:
= property(_ida_idd.modinfo_t_rebase_to_get, _ida_idd
.modinfo_t_rebase_to_set)

◆ size

str size
static
Initial value:
= property(_ida_idd.modinfo_t_size_get, _ida_idd.
modinfo_t_size_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: