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

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
 
 notes
 
- Public Attributes inherited from miasm.loader.elf_init.Section
 size
 
 parent
 
 phparent
 
 sh
 

Static Public Attributes

 sht = elf.SHT_NOTE
 
- 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.NoteSection.parse_content (   self,
  sex,
  size 
)

Reimplemented from miasm.loader.elf_init.Section.

Here is the caller graph for this function:

Member Data Documentation

◆ notes

miasm.loader.elf_init.NoteSection.notes

◆ sht

miasm.loader.elf_init.NoteSection.sht = elf.SHT_NOTE
static

◆ size

miasm.loader.elf_init.NoteSection.size

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