mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 03:39:51 +02:00
Windows: Ensure suitable progress callback
This commit is contained in:
@@ -340,7 +340,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
|
||||
# Check for the self-referential pointer
|
||||
if layer is None:
|
||||
hits = base_layer.scan(context, PageMapScanner(WintelHelper.tests))
|
||||
hits = base_layer.scan(context, PageMapScanner(WintelHelper.tests), progress_callback = progress_callback)
|
||||
layer = None
|
||||
config_path = None
|
||||
for test, dtb in hits:
|
||||
|
||||
Reference in New Issue
Block a user