mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Make the output of banners match the identifier in isfinfo
This commit is contained in:
@@ -89,7 +89,7 @@ class Banners(interfaces.plugins.PluginInterface):
|
||||
):
|
||||
yield (
|
||||
format_hints.Hex(offset),
|
||||
f"{pdb_name.decode('latin-1')} - {guid}-{age}",
|
||||
f"{pdb_name.decode('latin-1')}|{guid}|{age}",
|
||||
)
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user