From 5e8788bb2dcf5f0c478d949a8fd6623737a71466 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 9 Sep 2020 00:07:56 +0100 Subject: [PATCH] Windows: Fix an issue from the rebase --- volatility/framework/plugins/windows/psscan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/plugins/windows/psscan.py b/volatility/framework/plugins/windows/psscan.py index 135eb1d8f..6deb4c52d 100644 --- a/volatility/framework/plugins/windows/psscan.py +++ b/volatility/framework/plugins/windows/psscan.py @@ -143,7 +143,7 @@ class PsScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface): self.config['nt_symbols'], proc) file_handle = pslist.PsList.process_dump(self.context, self.config['nt_symbols'], pe_table_name, - vproc) + vproc, self._file_handler) file_output = "Error outputting file" if file_handle: file_output = file_handle.preferred_filename