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

Public Member Functions

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

 size
 
 parent
 
 phparent
 
 sh
 

Static Public Attributes

dictionary sectypes = {}
 
 content = ContentManager()
 

Properties

 linksection = property(get_linksection, set_linksection)
 
 infosection = property(get_infosection, set_infosection)
 

Constructor & Destructor Documentation

◆ __init__()

def miasm.loader.elf_init.Section.__init__ (   self,
  parent,
  sh = None 
)

Member Function Documentation

◆ __repr__()

def miasm.loader.elf_init.Section.__repr__ (   self)

◆ get_infosection()

def miasm.loader.elf_init.Section.get_infosection (   self)

◆ get_linksection()

def miasm.loader.elf_init.Section.get_linksection (   self)

◆ parse_content()

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

◆ resize()

def miasm.loader.elf_init.Section.resize (   self,
  old,
  new 
)

◆ set_infosection()

def miasm.loader.elf_init.Section.set_infosection (   self,
  val 
)

◆ set_linksection()

def miasm.loader.elf_init.Section.set_linksection (   self,
  val 
)

Member Data Documentation

◆ content

miasm.loader.elf_init.Section.content = ContentManager()
static

◆ parent

miasm.loader.elf_init.Section.parent

◆ phparent

miasm.loader.elf_init.Section.phparent

◆ sectypes

dictionary miasm.loader.elf_init.Section.sectypes = {}
static

◆ sh

miasm.loader.elf_init.Section.sh

◆ size

miasm.loader.elf_init.Section.size

Property Documentation

◆ infosection

miasm.loader.elf_init.Section.infosection = property(get_infosection, set_infosection)
static

◆ linksection

miasm.loader.elf_init.Section.linksection = property(get_linksection, set_linksection)
static

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