miasm
Reverse engineering framework
miasm.loader.elf_init.InitArray Class Reference
Inheritance diagram for miasm.loader.elf_init.InitArray:
Collaboration diagram for miasm.loader.elf_init.InitArray:

Static Public Attributes

 sht = elf.SHT_INIT_ARRAY
 
- Static Public Attributes inherited from miasm.loader.elf_init.Section
dictionary sectypes = {}
 
 content = ContentManager()
 

Additional Inherited Members

- Public Member Functions inherited from miasm.loader.elf_init.Section
def resize (self, old, new)
 
def parse_content (self, sex, size)
 
def get_linksection (self)
 
def set_linksection (self, val)
 
def get_infosection (self)
 
def set_infosection (self, val)
 
def __init__ (self, parent, sh=None)
 
def __repr__ (self)
 
- Public Attributes inherited from miasm.loader.elf_init.Section
 size
 
 parent
 
 phparent
 
 sh
 
- Properties inherited from miasm.loader.elf_init.Section
 linksection = property(get_linksection, set_linksection)
 
 infosection = property(get_infosection, set_infosection)
 

Member Data Documentation

◆ sht

miasm.loader.elf_init.InitArray.sht = elf.SHT_INIT_ARRAY
static

The documentation for this class was generated from the following file: