diff --git a/volatility/plugins/windows/verinfo.py b/volatility/plugins/windows/verinfo.py index 2fae681a6..1e9dcdf4c 100644 --- a/volatility/plugins/windows/verinfo.py +++ b/volatility/plugins/windows/verinfo.py @@ -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.