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

Proxy of C++ modinfo_t class.

Inheritance diagram for modinfo_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> modinfo_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 name = property(_ida_idd.modinfo_t_name_get, _ida_idd.modinfo_t_name_set, doc=)
 
 base = property(_ida_idd.modinfo_t_base_get, _ida_idd.modinfo_t_base_set, doc=)
 
 size = property(_ida_idd.modinfo_t_size_get, _ida_idd.modinfo_t_size_set, doc=)
 
 rebase_to = property(_ida_idd.modinfo_t_rebase_to_get, _ida_idd.modinfo_t_rebase_to_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Property Documentation

◆ base

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

◆ name

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

◆ rebase_to

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

◆ size

size = property(_ida_idd.modinfo_t_size_get, _ida_idd.modinfo_t_size_set, doc=)
static

◆ 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: