Skip to content

Commit 385192a

Browse files
authored
Merge pull request #1863 from volatilityfoundation/malfind_warning
Change warning to debug to not break plugin output and to conform to …
2 parents 997f2a4 + 97006bc commit 385192a

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/windows/malware

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/malware/malfind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def list_injection_sites(
173173

174174
if dirty_page is not None:
175175
# Useful information to investigate the page content with volshell afterwards.
176-
vollog.warning(
176+
vollog.debug(
177177
f"[proc_id {proc_id}] Found suspicious DIRTY + {protection_string} page at {hex(dirty_page)}",
178178
)
179179
start = vad.get_start()

0 commit comments

Comments
 (0)