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

Public Member Functions

def parse_content (self, sex, size)
 
- Public Member Functions inherited from miasm.loader.elf_init.Section
def resize (self, old, new)
 
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

 size
 
 reltab
 
 rel
 
- Public Attributes inherited from miasm.loader.elf_init.Section
 size
 
 parent
 
 phparent
 
 sh
 

Static Public Attributes

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

Additional Inherited Members

- Properties inherited from miasm.loader.elf_init.Section
 linksection = property(get_linksection, set_linksection)
 
 infosection = property(get_infosection, set_infosection)
 

Member Function Documentation

◆ parse_content()

def miasm.loader.elf_init.RelTable.parse_content (   self,
  sex,
  size 
)

Reimplemented from miasm.loader.elf_init.Section.

Here is the caller graph for this function:

Member Data Documentation

◆ rel

miasm.loader.elf_init.RelTable.rel

◆ reltab

miasm.loader.elf_init.RelTable.reltab

◆ sht

miasm.loader.elf_init.RelTable.sht = elf.SHT_REL
static

◆ size

miasm.loader.elf_init.RelTable.size

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