mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 03:39:51 +02:00
type hint get_symbols_names_and_addresses
This commit is contained in:
@@ -141,7 +141,7 @@ class module(generic.GenericIntelProcess):
|
||||
for sym in syms:
|
||||
yield sym
|
||||
|
||||
def get_symbols_names_and_addresses(self):
|
||||
def get_symbols_names_and_addresses(self) -> Tuple[str, int]:
|
||||
"""Get names and addresses for each symbol of the module
|
||||
|
||||
Yields:
|
||||
|
||||
Reference in New Issue
Block a user