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

Class elf



This class represents a tiny ELF file. I created this ELF file with the GREAT paper that can be read at http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html .


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 ELF file.