Module idaapi :: Class segment_t
[frames] | no frames]

Class segment_t

object --+    
         |    
    area_t --+
             |
            segment_t

Proxy of C++ segment_t class

Instance Methods
 
__repr__(self)
repr(x)
segment_t
__init__(self)
__init__(self, ea_t ea1, ea_t ea2) -> area_t
bool
use32(self)
bool
use64(self)
int
abits(self)
int
abytes(self)
bool
comorg(self)
 
set_comorg(self)
 
clr_comorg(self)
bool
ob_ok(self)
 
set_ob_ok(self)
 
clr_ob_ok(self)
bool
is_visible_segm(self)
 
set_visible_segm(self, *args)
set_visible_segm(self, bool visible)
 
set_debugger_segm(self, *args)
set_debugger_segm(self, bool debseg)
bool
is_loader_segm(self)
 
set_loader_segm(self, *args)
set_loader_segm(self, bool ldrseg)
bool
is_hidden_segtype(self)
 
set_hidden_segtype(self, *args)
set_hidden_segtype(self, bool hide)
int
update(self)

Inherited from area_t: __eq__, __gt__, __lt__, __ne__, clear, compare, contains, empty, extend, intersect, overlaps, size

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  name = _swig_property(_idaapi.segment_t_name_get, _idaapi.segm...
  sclass = _swig_property(_idaapi.segment_t_sclass_get, _idaapi....
  orgbase = _swig_property(_idaapi.segment_t_orgbase_get, _idaap...
  align = _swig_property(_idaapi.segment_t_align_get, _idaapi.se...
  comb = _swig_property(_idaapi.segment_t_comb_get, _idaapi.segm...
  perm = _swig_property(_idaapi.segment_t_perm_get, _idaapi.segm...
  bitness = _swig_property(_idaapi.segment_t_bitness_get, _idaap...
  flags = _swig_property(_idaapi.segment_t_flags_get, _idaapi.se...
  sel = _swig_property(_idaapi.segment_t_sel_get, _idaapi.segmen...
  defsr = _swig_property(_idaapi.segment_t_defsr_get, _idaapi.se...
  type = _swig_property(_idaapi.segment_t_type_get, _idaapi.segm...
  color = _swig_property(_idaapi.segment_t_color_get, _idaapi.se...
  __swig_destroy__ = _idaapi.delete_segment_t
  __del__ = lambda self:

Inherited from area_t: endEA, startEA

Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, ea_t ea1, ea_t ea2) -> area_t

Returns: segment_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

name

Value:
_swig_property(_idaapi.segment_t_name_get, _idaapi.segment_t_name_set)

sclass

Value:
_swig_property(_idaapi.segment_t_sclass_get, _idaapi.segment_t_sclass_\
set)

orgbase

Value:
_swig_property(_idaapi.segment_t_orgbase_get, _idaapi.segment_t_orgbas\
e_set)

align

Value:
_swig_property(_idaapi.segment_t_align_get, _idaapi.segment_t_align_se\
t)

comb

Value:
_swig_property(_idaapi.segment_t_comb_get, _idaapi.segment_t_comb_set)

perm

Value:
_swig_property(_idaapi.segment_t_perm_get, _idaapi.segment_t_perm_set)

bitness

Value:
_swig_property(_idaapi.segment_t_bitness_get, _idaapi.segment_t_bitnes\
s_set)

flags

Value:
_swig_property(_idaapi.segment_t_flags_get, _idaapi.segment_t_flags_se\
t)

sel

Value:
_swig_property(_idaapi.segment_t_sel_get, _idaapi.segment_t_sel_set)

defsr

Value:
_swig_property(_idaapi.segment_t_defsr_get, _idaapi.segment_t_defsr_se\
t)

type

Value:
_swig_property(_idaapi.segment_t_type_get, _idaapi.segment_t_type_set)

color

Value:
_swig_property(_idaapi.segment_t_color_get, _idaapi.segment_t_color_se\
t)