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 fa45b47 commit bb2f28aCopy full SHA for bb2f28a
volatility3/cli/volshell/generic.py
@@ -605,9 +605,7 @@ def _display_value(self, value: Any) -> str:
605
# volobject branch
606
if isinstance(
607
value,
608
- Union[
609
- interfaces.objects.ObjectInterface, interfaces.objects.Template
610
- ],
+ (interfaces.objects.ObjectInterface, interfaces.objects.Template),
611
):
612
if isinstance(value, objects.Pointer):
613
# show pointers in hex to match output for struct addrs
0 commit comments