mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Merge pull request #900 from paulkermann/improv/extra_logging_symbol_table_from_offset
Add debug message for symbol_table_from_offset
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