From 312e74cd087e80d729012fd07d5ebf7931ea83d5 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sat, 1 Sep 2018 22:14:34 +0100 Subject: [PATCH] Improve typing information for verinfo. --- volatility/plugins/windows/verinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/plugins/windows/verinfo.py b/volatility/plugins/windows/verinfo.py index 8daea60b8..c91a64e48 100644 --- a/volatility/plugins/windows/verinfo.py +++ b/volatility/plugins/windows/verinfo.py @@ -37,7 +37,7 @@ class VerInfo(interfaces_plugins.PluginInterface): context: interfaces.context.ContextInterface, pe_table_name: str, layer_name: str, - base_address: int) -> dict: + base_address: int) -> typing.Dict[str, typing.Any]: """Get File and Product version information from PE files Args: