Module idautils :: Class peutils_t
[frames] | no frames]

Class peutils_t

object --+
         |
        peutils_t

PE utility class. Retrieves PE information from the database.

Constants from pe.h

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
str(x)
 
header(self)
Returns the complete PE header as an instance of peheader_t (defined in the SDK).

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

Class Variables
  PE_NODE = '$ PE header'
  PE_ALT_DBG_FPOS = 4294967295
  PE_ALT_IMAGEBASE = 4294967294
  PE_ALT_PEHDR_OFF = 4294967293
  PE_ALT_NEFLAGS = 4294967292
  PE_ALT_TDS_LOADED = 4294967291
  PE_ALT_PSXDLL = 4294967290
Properties
  imagebase

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details

imagebase

Get Method:
unreachable(self)