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 aecf8d4 commit b098596Copy full SHA for b098596
volatility3/framework/symbols/linux/extensions/__init__.py
@@ -32,7 +32,7 @@
32
class module(generic.GenericIntelProcess):
33
34
@functools.cached_property
35
- def mod_mem_type(self):
+ def mod_mem_type(self) -> Dict:
36
"""Return the mod_mem_type enum choices if available or an empty dict if not"""
37
# mod_mem_type and module_memory were added in kernel 6.4 which replaces
38
# module_layout for storing the information around core_layout etc.
0 commit comments