mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 14:32:21 +02:00
Add in more debugging information.
This commit is contained in:
@@ -70,6 +70,7 @@ class LinuxSymbolCache(interfaces.automagic.AutomagicInterface):
|
||||
# We don't bother with the hash (it'll likely take too long to validate)
|
||||
# but we should check at least that the banner matches on load.
|
||||
banner = isf.get_symbol("linux_banner").constant_data
|
||||
vollog.log(constants.LOGLEVEL_V, "Caching banner {} for file {}".format(banner, isf_url))
|
||||
bannerlist = linuxbanners.get(banner, [])
|
||||
bannerlist.append(isf_url)
|
||||
linuxbanners[banner] = bannerlist
|
||||
|
||||
Reference in New Issue
Block a user