mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Update volatility3/cli/volshell/generic.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user