mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-01 04:39:03 +02:00
Refactor all references to Context.memory to Context.layers.
This commit is contained in:
@@ -69,7 +69,7 @@ class Bash(plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
if not proc_layer_name:
|
||||
continue
|
||||
|
||||
proc_layer = self.context.memory[proc_layer_name]
|
||||
proc_layer = self.context.layers[proc_layer_name]
|
||||
|
||||
bang_addrs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user