From 0f93caeebfe027609c8b021576a3d50b8ebd36ad Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 8 Feb 2018 00:06:59 +0000 Subject: [PATCH] Forgot the TODO tag. --- volatility/plugins/windows/pslist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/plugins/windows/pslist.py b/volatility/plugins/windows/pslist.py index 598c00c5c..17b658aec 100644 --- a/volatility/plugins/windows/pslist.py +++ b/volatility/plugins/windows/pslist.py @@ -12,7 +12,7 @@ class PsList(plugins.PluginInterface): description = 'Kernel Address Space', architectures = ["Intel32", "Intel64"]), requirements.SymbolRequirement(name = "nt_symbols", description = "Windows OS"), - # Convert this to a ListRequirement so that people can filter on sets of pids + # TODO: Convert this to a ListRequirement so that people can filter on sets of pids requirements.IntRequirement(name = 'pid', description = "Process ID to include (all other processes are excluded)", optional = True)]