From 3ca5461f9563f4e5b65a40da46a62145442a1e00 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 14 Jul 2021 15:47:28 +0100 Subject: [PATCH] Windows: Ensure suitable progress callback --- volatility3/framework/automagic/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/automagic/windows.py b/volatility3/framework/automagic/windows.py index 873a020a0..5b8340abd 100644 --- a/volatility3/framework/automagic/windows.py +++ b/volatility3/framework/automagic/windows.py @@ -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: