mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
yapf and some corrections
This commit is contained in:
@@ -62,14 +62,8 @@ class Modules(interfaces.plugins.PluginInterface):
|
||||
self.produce_file(filedata)
|
||||
dumped = True
|
||||
|
||||
yield (0, (
|
||||
format_hints.Hex(mod.vol.offset),
|
||||
format_hints.Hex(mod.DllBase),
|
||||
format_hints.Hex(mod.SizeOfImage),
|
||||
BaseDllName,
|
||||
FullDllName,
|
||||
dumped
|
||||
))
|
||||
yield (0, (format_hints.Hex(mod.vol.offset), format_hints.Hex(mod.DllBase),
|
||||
format_hints.Hex(mod.SizeOfImage), BaseDllName, FullDllName, dumped))
|
||||
|
||||
@classmethod
|
||||
def get_session_layers(cls,
|
||||
|
||||
Reference in New Issue
Block a user