Remove: invalid exceptions code

This commit is contained in:
Donghyun Kim
2022-07-02 19:38:12 +09:00
parent 6d7095fa3b
commit c40aecdfda
@@ -90,9 +90,6 @@ class Certificates(interfaces.plugins.PluginInterface):
except exceptions.SwappedInvalidAddressException as exp:
vollog.log(constants.LOGLEVEL_VVVV, f"Required memory at {exp.invalid_address:#x} is inaccessible (swapped)")
pass
except exceptions.PagedInvalidAddressException as exp:
vollog.log(constants.LOGLEVEL_VVVV, f"Required memory at {exp.invalid_address:#x} is not valid (process exited?)")
pass
def run(self) -> renderers.TreeGrid:
return renderers.TreeGrid([("Certificate path", str), ("Certificate section", str), ("Certificate ID", str),