mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Linux: Tidy up the elf symbol table name
This commit is contained in:
@@ -107,7 +107,7 @@ class module(generic.GenericIntelProcess):
|
||||
def get_elf_table_name(self):
|
||||
elf_table_name = intermed.IntermediateSymbolTable.create(
|
||||
self._context,
|
||||
"config_name_elf_symbol_table",
|
||||
"elf_symbol_table",
|
||||
"linux",
|
||||
"elf",
|
||||
native_types=None,
|
||||
|
||||
Reference in New Issue
Block a user