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 c8e53ff commit 66598f5Copy full SHA for 66598f5
volatility3/framework/interfaces/context.py
@@ -253,7 +253,7 @@ def object_from_symbol(
253
symbol_name: str,
254
native_layer_name: Optional[str] = None,
255
absolute: bool = False,
256
- object_type: Optional[Union[str, interfaces.objects.ObjectInterface]] = None,
+ object_type: Optional[Union[str, "interfaces.objects.ObjectInterface"]] = None,
257
**kwargs,
258
) -> "interfaces.objects.ObjectInterface":
259
"""Returns an object created using the symbol_table_name and layer_name
0 commit comments