mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 03:54:49 +02:00
Disable the self validation of plugins for the time being.
This commit is contained in:
@@ -29,7 +29,6 @@ class PsList(plugins.PluginInterface):
|
||||
return ethread.owning_process()
|
||||
|
||||
def run(self):
|
||||
self.validate_inputs()
|
||||
eproc = self.kernel_process_from_physical_process(self.context, 'physical', 'intel',
|
||||
self.config.get_value('offset'))
|
||||
for proc in eproc.ActiveProcessLinks:
|
||||
|
||||
Reference in New Issue
Block a user