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

Public Member Functions

def parse_content (self, sex, size)
 
def get_name (self, ofs)
 
def add_name (self, name)
 
def mod_name (self, name, new_name)
 
- 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
 
 res
 
 content
 
- Public Attributes inherited from miasm.loader.elf_init.Section
 size
 
 parent
 
 phparent
 
 sh
 

Static Public Attributes

 sht = elf.SHT_STRTAB
 
- 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

◆ add_name()

def miasm.loader.elf_init.StrTable.add_name (   self,
  name 
)
Here is the call graph for this function:

◆ get_name()

def miasm.loader.elf_init.StrTable.get_name (   self,
  ofs 
)

◆ mod_name()

def miasm.loader.elf_init.StrTable.mod_name (   self,
  name,
  new_name 
)

◆ parse_content()

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

Reimplemented from miasm.loader.elf_init.Section.

Here is the caller graph for this function:

Member Data Documentation

◆ content

miasm.loader.elf_init.StrTable.content

◆ res

miasm.loader.elf_init.StrTable.res

◆ sht

miasm.loader.elf_init.StrTable.sht = elf.SHT_STRTAB
static

◆ size

miasm.loader.elf_init.StrTable.size

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