Update volatility3/cli/volshell/generic.py

This commit is contained in:
ikelos
2025-04-01 22:29:48 +01:00
committed by GitHub
parent fa45b47ed7
commit bb2f28a39e
+1 -3
View File
@@ -605,9 +605,7 @@ class Volshell(interfaces.plugins.PluginInterface):
# volobject branch
if isinstance(
value,
Union[
interfaces.objects.ObjectInterface, interfaces.objects.Template
],
(interfaces.objects.ObjectInterface, interfaces.objects.Template),
):
if isinstance(value, objects.Pointer):
# show pointers in hex to match output for struct addrs