mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 14:32:21 +02:00
Fix up typing information.
This commit is contained in:
@@ -73,7 +73,7 @@ class VerInfo(interfaces_plugins.PluginInterface):
|
||||
|
||||
def _generator(self,
|
||||
procs: typing.Generator[interfaces.objects.ObjectInterface, None, None],
|
||||
mods: typing.Generator[interfaces.context.ModuleInterface, None, None],
|
||||
mods: typing.Generator[interfaces.objects.ObjectInterface, None, None],
|
||||
session_layers: typing.Generator[str, None, None]):
|
||||
"""Generates a list of PE file version info for processes, dlls, and modules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user