From 97006bc61cb7403e7e1fe43389c9724e87247492 Mon Sep 17 00:00:00 2001 From: atcuno Date: Mon, 30 Jun 2025 17:27:58 -0500 Subject: [PATCH] Change warning to debug to not break plugin output and to conform to coding standards --- volatility3/framework/plugins/windows/malware/malfind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/windows/malware/malfind.py b/volatility3/framework/plugins/windows/malware/malfind.py index 33eaf64ef..01da93e1f 100644 --- a/volatility3/framework/plugins/windows/malware/malfind.py +++ b/volatility3/framework/plugins/windows/malware/malfind.py @@ -173,7 +173,7 @@ class Malfind(interfaces.plugins.PluginInterface): if dirty_page is not None: # Useful information to investigate the page content with volshell afterwards. - vollog.warning( + vollog.debug( f"[proc_id {proc_id}] Found suspicious DIRTY + {protection_string} page at {hex(dirty_page)}", ) start = vad.get_start()