Package core :: Package controllers :: Package vdaemon :: Module pe :: Class pe
[hide private]
[frames] | no frames]

Class pe



This class represents a PE file.


Author: Andres Riancho ( andres.riancho@gmail.com )

Instance Methods [hide private]
  __init__(self, arch='32bit')
  setShellCode(self, sc)
  getShellCode(self)
  dump(self)

Method Details [hide private]

__init__(self, arch='32bit')
(Constructor)

 
None

setShellCode(self, sc)

 
None

getShellCode(self)

 
None

dump(self)

 
Returns:
A string with the complete pe file.