mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-17 23:27:40 +02:00
Add type annotations to most of the automagic files.
This commit is contained in:
@@ -69,6 +69,9 @@ class ContextInterface(object, metaclass = ABCMeta):
|
||||
Memory constraints may become an issue for this function depending on how much is actually stored in the context"""
|
||||
return copy.deepcopy(self)
|
||||
|
||||
def module(self, module_name, layer_name, offset):
|
||||
"""Create a module object """
|
||||
|
||||
|
||||
class Module(validity.ValidityRoutines, metaclass = ABCMeta):
|
||||
"""Maintains state concerning a particular loaded module in memory
|
||||
|
||||
Reference in New Issue
Block a user