We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8048372 commit 39144ffCopy full SHA for 39144ff
volatility3/framework/symbols/linux/extensions/__init__.py
@@ -141,7 +141,7 @@ def get_symbols(self):
141
for sym in syms:
142
yield sym
143
144
- def get_symbols_names_and_addresses(self):
+ def get_symbols_names_and_addresses(self) -> Tuple[str, int]:
145
"""Get names and addresses for each symbol of the module
146
147
Yields:
0 commit comments