Skip to content

Commit 39144ff

Browse files
committed
type hint get_symbols_names_and_addresses
1 parent 8048372 commit 39144ff

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/symbols/linux/extensions

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_symbols(self):
141141
for sym in syms:
142142
yield sym
143143

144-
def get_symbols_names_and_addresses(self):
144+
def get_symbols_names_and_addresses(self) -> Tuple[str, int]:
145145
"""Get names and addresses for each symbol of the module
146146
147147
Yields:

0 commit comments

Comments
 (0)