Module ida_idd :: Class memory_info_t
[frames] | no frames]

Class memory_info_t

       object --+    
                |    
ida_range.range_t --+
                    |
                   memory_info_t

Proxy of C++ memory_info_t class.

Instance Methods
bool
__eq__(self, r)
memory_info_t
__init__(self)
__init__(self, ea1, ea2) -> range_t
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

Inherited from ida_range.range_t: __gt__, __lt__, clear, compare, contains, empty, extend, intersect, overlaps, size

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  bitness
memory_info_t_bitness_get(self) -> uchar
  name
memory_info_t_name_get(self) -> qstring *
  perm
memory_info_t_perm_get(self) -> uchar
  sbase
memory_info_t_sbase_get(self) -> ea_t
  sclass
memory_info_t_sclass_get(self) -> qstring *
  thisown
The membership flag

Inherited from ida_range.range_t: endEA, end_ea, startEA, start_ea

Inherited from object: __class__

Method Details

__eq__(self, r)
(Equality operator)

 
Returns: bool
Overrides: ida_range.range_t.__eq__

__init__(self)
(Constructor)

 

__init__(self, ea1, ea2) -> range_t

Returns: memory_info_t
Overrides: object.__init__

__ne__(self, r)

 
Returns: bool
Overrides: ida_range.range_t.__ne__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__swig_destroy__(self)

 
Overrides: ida_range.range_t.__swig_destroy__

Property Details

bitness

memory_info_t_bitness_get(self) -> uchar

Get Method:
unreachable.memory_info_t_bitness_get(self)
Set Method:
unreachable.memory_info_t_bitness_set(self, bitness)

name

memory_info_t_name_get(self) -> qstring *

Get Method:
unreachable.memory_info_t_name_get(self)
Set Method:
unreachable.memory_info_t_name_set(self, name)

perm

memory_info_t_perm_get(self) -> uchar

Get Method:
unreachable.memory_info_t_perm_get(self)
Set Method:
unreachable.memory_info_t_perm_set(self, perm)

sbase

memory_info_t_sbase_get(self) -> ea_t

Get Method:
unreachable.memory_info_t_sbase_get(self)
Set Method:
unreachable.memory_info_t_sbase_set(self, sbase)

sclass

memory_info_t_sclass_get(self) -> qstring *

Get Method:
unreachable.memory_info_t_sclass_get(self)
Set Method:
unreachable.memory_info_t_sclass_set(self, sclass)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)