mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 03:54:49 +02:00
Refactor all references to Context.memory to Context.layers.
This commit is contained in:
@@ -48,7 +48,7 @@ class Elfs(plugins.PluginInterface):
|
||||
if not proc_layer_name:
|
||||
continue
|
||||
|
||||
proc_layer = self.context.memory[proc_layer_name]
|
||||
proc_layer = self.context.layers[proc_layer_name]
|
||||
|
||||
name = utility.array_to_string(task.comm)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user