mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 04:09:40 +02:00
Update Vollog level if all zero mbr data, PagedInvalidAddressException handling
This commit is contained in:
@@ -156,10 +156,10 @@ class MBRScan(interfaces.plugins.PluginInterface):
|
||||
format_hints.HexBytes(bootcode)
|
||||
))
|
||||
else:
|
||||
vollog.log(constants.LOGLEVEL_VV, f"Not a valid MBR: Data all zeroed out : {format_hints.Hex(offset)}")
|
||||
vollog.log(constants.LOGLEVEL_VVVV, f"Not a valid MBR: Data all zeroed out : {format_hints.Hex(offset)}")
|
||||
|
||||
except exceptions.PagedInvalidAddressException:
|
||||
pass
|
||||
continue
|
||||
|
||||
def run(self)-> renderers.TreeGrid:
|
||||
if not self.config.get("full", True):
|
||||
|
||||
Reference in New Issue
Block a user