mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 07:32:23 +02:00
Linux.proc: Add debug msg when task has no mm member.
This commit is contained in:
@@ -90,6 +90,10 @@ class Maps(plugins.PluginInterface):
|
||||
vollog.debug(
|
||||
f"Excluded vma at offset {vma.vol.offset:#x} for pid {task.pid} due to filter_func"
|
||||
)
|
||||
else:
|
||||
vollog.debug(
|
||||
f"Excluded pid {task.pid} as there is no mm member. It is likely a kernel thread."
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def vma_dump(
|
||||
|
||||
Reference in New Issue
Block a user