mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
Add vollog for PagedInvalidAddressException
This commit is contained in:
@@ -126,10 +126,12 @@ class MBRScan(interfaces.plugins.PluginInterface):
|
||||
))
|
||||
else:
|
||||
vollog.log(constants.LOGLEVEL_VV, f"Not a valid MBR: Data all zeroed out : {format_hints.Hex(offset)}")
|
||||
continue
|
||||
|
||||
except exceptions.PagedInvalidAddressException:
|
||||
pass
|
||||
|
||||
except exceptions.PagedInvalidAddressException as excp:
|
||||
vollog.debug(f"Invalid address identified in guessed MBR: {hex(excp.invalid_address)}")
|
||||
continue
|
||||
|
||||
def run(self)-> renderers.TreeGrid:
|
||||
if not self.config.get("full", True):
|
||||
return renderers.TreeGrid([
|
||||
|
||||
Reference in New Issue
Block a user