mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Plugins: Fixes for good spots by IMHLv2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user