Update Vollog level if all zero mbr data, PagedInvalidAddressException handling

This commit is contained in:
Donghyun Kim
2022-03-23 16:09:19 +09:00
parent d3da47a114
commit 95825e99df
@@ -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):