Skip to content

Commit

Permalink
type hint get_symbols_names_and_addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyss-W4tcher committed Nov 29, 2023
1 parent 8048372 commit 39144ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/symbols/linux/extensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_symbols(self):
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:
Expand Down

0 comments on commit 39144ff

Please sign in to comment.