mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
change context.memory to context.layers per 272224a
This commit is contained in:
@@ -140,7 +140,7 @@ class SvcScan(interfaces.plugins.PluginInterface):
|
||||
filter_func = filter_func):
|
||||
|
||||
proc_layer_name = task.add_process_layer()
|
||||
layer = self.context.memory[proc_layer_name]
|
||||
layer = self.context.layers[proc_layer_name]
|
||||
|
||||
for offset in layer.scan(context = self.context,
|
||||
scanner = scanners.BytesScanner(needle = service_tag),
|
||||
|
||||
Reference in New Issue
Block a user