Add a todo to validate factory requirements as well as just plugin requirements.

This commit is contained in:
Mike Auty
2015-04-13 14:18:33 -05:00
parent f4d07c01b7
commit ddef7e76b3
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ class PsList(plugins.PluginInterface):
def __call__(self):
self.validate_inputs()
eproc = self.kernel_process_from_physical_process(self.context, 'physical', 'primary', self.config.get_value('offset'))
eproc = self.kernel_process_from_physical_process(self.context, 'physical', 'intel', self.config.get_value('offset'))
for proc in eproc.ActiveProcessLinks:
print(proc.UniqueProcessId)