mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 09:34:52 +02:00
yapf and some corrections
This commit is contained in:
@@ -386,13 +386,14 @@ class PoolScanner(plugins.PluginInterface):
|
||||
else:
|
||||
class_type = extensions.pool.POOL_HEADER
|
||||
|
||||
table_name = intermed.IntermediateSymbolTable.create(
|
||||
context = context,
|
||||
config_path = configuration.path_join(context.symbol_space[symbol_table].config_path, "poolheader"),
|
||||
sub_path = "windows",
|
||||
filename = pool_header_json_filename,
|
||||
table_mapping = {'nt_symbols': symbol_table},
|
||||
class_types = {'_POOL_HEADER': class_type})
|
||||
table_name = intermed.IntermediateSymbolTable.create(context = context,
|
||||
config_path = configuration.path_join(
|
||||
context.symbol_space[symbol_table].config_path,
|
||||
"poolheader"),
|
||||
sub_path = "windows",
|
||||
filename = pool_header_json_filename,
|
||||
table_mapping = {'nt_symbols': symbol_table},
|
||||
class_types = {'_POOL_HEADER': class_type})
|
||||
return table_name
|
||||
|
||||
def run(self) -> renderers.TreeGrid:
|
||||
|
||||
Reference in New Issue
Block a user