mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
Put back in the debugging line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user