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 50b5d22 commit c8e53ffCopy full SHA for c8e53ff
volatility3/framework/contexts/__init__.py
@@ -272,9 +272,9 @@ def object_from_symbol(
272
symbol_name: str,
273
native_layer_name: Optional[str] = None,
274
absolute: bool = False,
275
- object_type: Optional[Union[str, interfaces.objects.ObjectInterface]] = None,
+ object_type: Optional[Union[str, "interfaces.objects.ObjectInterface"]] = None,
276
**kwargs,
277
- ) -> interfaces.objects.ObjectInterface:
+ ) -> "interfaces.objects.ObjectInterface":
278
"""Returns an object based on a specific symbol (containing type and
279
offset information) and the layer_name of the Module. This will throw
280
a ValueError if the symbol does not contain an associated type, or if
0 commit comments