From 98e2f7a1f5132064497009451e443c9ced8d03b8 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 8 Mar 2026 20:35:33 +0000 Subject: [PATCH] Put back in the debugging line --- 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 af4fa4ca9..e57bf6974 100644 --- a/volatility3/framework/automagic/windows.py +++ b/volatility3/framework/automagic/windows.py @@ -315,7 +315,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface): if valid_pointers >= 10: # Do not consume the entire generator to enhance performance return False - + vollog.debug(f"Found {valid_pointers} valid pointers") return True hits = sorted(list(hits), key=sort_by_tests)