Make the output of banners match the identifier in isfinfo

This commit is contained in:
Mike Auty
2026-01-31 18:03:55 +00:00
parent 743927d6a2
commit 48a5000f78
+1 -1
View File
@@ -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):