Skip to content

Commit

Permalink
Linux: Tidy up the elf symbol table name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Nov 29, 2023
1 parent 0769df4 commit b20643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/symbols/linux/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_sections(self):
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,
Expand Down

0 comments on commit b20643d

Please sign in to comment.