Skip to content

Commit b098596

Browse files
committed
Linux: module extension object: Add type annotation to the mod_mem_type property
1 parent aecf8d4 commit b098596

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
@@ -32,7 +32,7 @@
3232
class module(generic.GenericIntelProcess):
3333

3434
@functools.cached_property
35-
def mod_mem_type(self):
35+
def mod_mem_type(self) -> Dict:
3636
"""Return the mod_mem_type enum choices if available or an empty dict if not"""
3737
# mod_mem_type and module_memory were added in kernel 6.4 which replaces
3838
# module_layout for storing the information around core_layout etc.

0 commit comments

Comments
 (0)