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

Proxy of C++ modinfo_t class.

Inheritance diagram for modinfo_t:

Public Member Functions

 __init__ (self)
 init(self) -> modinfo_t
 

Static Public Attributes

str name = property(_ida_idd.modinfo_t_name_get, _ida_idd.modinfo_t_name_set, doc=)
 
str base = property(_ida_idd.modinfo_t_base_get, _ida_idd.modinfo_t_base_set, doc=)
 
str size = property(_ida_idd.modinfo_t_size_get, _ida_idd.modinfo_t_size_set, doc=)
 
str rebase_to = property(_ida_idd.modinfo_t_rebase_to_get, _ida_idd.modinfo_t_rebase_to_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

◆ base

str base = property(_ida_idd.modinfo_t_base_get, _ida_idd.modinfo_t_base_set, doc=)
static

◆ name

str name = property(_ida_idd.modinfo_t_name_get, _ida_idd.modinfo_t_name_set, doc=)
static

◆ rebase_to

str rebase_to = property(_ida_idd.modinfo_t_rebase_to_get, _ida_idd.modinfo_t_rebase_to_set, doc=)
static

◆ size

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