mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Windows: Fix up hardcoded filename in pdbutil
This commit is contained in:
@@ -309,7 +309,7 @@ class PDBUtility(interfaces.configuration.VersionableInterface):
|
||||
|
||||
if not guids:
|
||||
raise exceptions.VolatilityException(
|
||||
"Did not find GUID of tcpip.pdb in tcpip.sys module @ 0x{:x}!".format(module_offset))
|
||||
"Did not find GUID of {} in module @ 0x{:x}!".format(pdb_name, module_offset))
|
||||
|
||||
guid = guids[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user