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