mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
Improve typing information for verinfo.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user