mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Plugins: precise exception handling in process_spoofing
This commit is contained in:
@@ -237,8 +237,10 @@ class ProcessSpoofing(plugins.PluginInterface):
|
||||
),
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
vollog.debug(f"Error processing task at {task.vol.offset:#x}: {e}")
|
||||
except (exceptions.InvalidAddressException, AttributeError) as e:
|
||||
vollog.warning(
|
||||
f"Unable to process task PID {getattr(task, 'pid', 'unknown')} at {task.vol.offset:#x}: {e}"
|
||||
)
|
||||
continue
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user