type hint get_symbols_names_and_addresses

This commit is contained in:
Abyss Watcher
2023-11-29 12:51:08 +01:00
parent 80483722eb
commit 39144ff45f
@@ -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: