From fd2a94ba0b41d0346b67ba9de81e251edcebef78 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 4 Jan 2015 23:59:53 +0000 Subject: [PATCH] Clear out a little from the pslist code. --- volatility/plugins/windows/pslist.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/volatility/plugins/windows/pslist.py b/volatility/plugins/windows/pslist.py index 666d82879..1f601246d 100644 --- a/volatility/plugins/windows/pslist.py +++ b/volatility/plugins/windows/pslist.py @@ -22,10 +22,4 @@ class PsList(plugins.PluginInterface): return ethread.owning_process() def __call__(self, ctx): - print(repr(self.kernel_process_from_physical_process(ctx, 'intel', 0x192ad18))) - - -if __name__ == '__main__': - x = pslist(ctx) - x.determine_inputs() - x(6) + print(repr(self.kernel_process_from_physical_process(ctx, 'base', 'intel', offset = 0x192ad18)))