mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 10:17:38 +02:00
Fix methodclass conversion for linux pslist.
This commit is contained in:
@@ -17,7 +17,7 @@ class PsList(interfaces_plugins.PluginInterface):
|
||||
description = "Linux Kernel")]
|
||||
|
||||
def _generator(self):
|
||||
for task in self.list_tasks():
|
||||
for task in self.list_tasks(self.context, self.config['primary'], self.config['vmlinux']):
|
||||
pid = task.pid
|
||||
ppid = 0
|
||||
if task.parent:
|
||||
|
||||
Reference in New Issue
Block a user