mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Change object_type parameter for object_from_symbol.
This commit is contained in:
@@ -156,7 +156,7 @@ class ModuleInterface(metaclass = ABCMeta):
|
||||
|
||||
@abstractmethod
|
||||
def object_from_symbol(self,
|
||||
object_type: str,
|
||||
symbol_name: str,
|
||||
native_layer_name: Optional[str] = None,
|
||||
absolute: bool = False,
|
||||
**kwargs) -> 'interfaces.objects.ObjectInterface':
|
||||
|
||||
Reference in New Issue
Block a user