Package Libs :: Module pelib :: Class PE
[hide private]
[frames] | no frames]

Class PE

source code

Instance Methods [hide private]
  __init__(self)
  get(self, data, offset2PE)
  getSections(self, data)
  getImportDescriptor(self, data, rva)
  printImportDescriptor(self)
  printSections(self)
  getString(self, data, rva)
  getOffsetFromRVA(self, rva, imagebase=0)
  getRVAfromoffset(self, offset, imagebase=0)
  getDirectories(self, data)
  printDirectories(self)
  getExportDescriptor(self, data, rva)

Method Details [hide private]

__init__(self)
(Constructor)

source code 
None

get(self, data, offset2PE)

source code 
None

getSections(self, data)

source code 
None

getImportDescriptor(self, data, rva)

source code 
None

printImportDescriptor(self)

source code 
None

printSections(self)

source code 
None

getString(self, data, rva)

source code 
None

getOffsetFromRVA(self, rva, imagebase=0)

source code 
None

getRVAfromoffset(self, offset, imagebase=0)

source code 
None

getDirectories(self, data)

source code 
None

printDirectories(self)

source code 
None

getExportDescriptor(self, data, rva)

source code 
None