Plugins: Fixes for good spots by IMHLv2

This commit is contained in:
Mike Auty
2020-08-26 20:36:52 +01:00
committed by ikelos
parent 5bc6c4a33b
commit 89b466c8ac
6 changed files with 11 additions and 13 deletions
@@ -57,7 +57,7 @@ class Modules(interfaces.plugins.PluginInterface):
dumped = False
if self.config['dump']:
filedata = dlllist.DllList.dump_dll(self.context, pe_table_name, mod)
filedata = dlllist.DllList.dump_pe(self.context, pe_table_name, mod)
if filedata:
self.produce_file(filedata)
dumped = True