Exemplo n.º 1
0
 def __init__(self):
     Table.__init__(self, Elf64Sym)
     self.elf64_syms_dict = {}  # {name:elf64_sym}
Exemplo n.º 2
0
 def __init__(self):
     Table.__init__(self, Elf64Phdr)
Exemplo n.º 3
0
 def __init__(self):
     Table.__init__(self, Elf64Shdr)
     self.headers_dict = {}  # {sect_name:header}
Exemplo n.º 4
0
 def __init__(self):
     Table.__init__(self, Elf32Phdr)
Exemplo n.º 5
0
 def __init__(self):
     Table.__init__(self, Elf32Sym)
     self.elf32_syms_dict = {}  # {name:elf32_sym}
Exemplo n.º 6
0
 def __init__(self):
     Table.__init__(self, Elf32Shdr)
     self.headers_dict = {}  # {sect_name:header}
Exemplo n.º 7
0
 def __init__(self):
     Table.__init__(self, Elf32Phdr)