mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
added debug message
This commit is contained in:
@@ -54,6 +54,7 @@ class PDBUtility(interfaces.configuration.VersionableInterface):
|
||||
"""
|
||||
result = cls.get_guid_from_mz(context, layer_name, offset)
|
||||
if result is None:
|
||||
vollog.debug(f"Could not get GUID for {hex(offset)}")
|
||||
return None
|
||||
guid, age, pdb_name = result
|
||||
if config_path is None:
|
||||
|
||||
Reference in New Issue
Block a user