mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
Change debug to warning to always notify user
This commit is contained in:
@@ -74,7 +74,7 @@ class IAT(interfaces.plugins.PluginInterface):
|
||||
pe_data.seek(offset)
|
||||
pe_data.write(data)
|
||||
except (exceptions.InvalidAddressException, ValueError) as excp:
|
||||
vollog.debug(
|
||||
vollog.warning(
|
||||
f"Exception triggered when reconstructing PE file for process {proc.UniqueProcessId} at address {peb.ImageBaseAddress:#x} due to {excp}. Output file may be corrupt and/or truncated."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user