mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 10:04:52 +02:00
Remove the unimplemented hook.
This commit is contained in:
@@ -153,10 +153,6 @@ class Intel(interfaces.layers.TranslationLayerInterface):
|
||||
|
||||
return entry, position
|
||||
|
||||
def _process_table(self, entry: int, page: int, layer_name: str) -> None:
|
||||
"""Hook for processing a table if necessary"""
|
||||
pass
|
||||
|
||||
def is_valid(self, offset: int, length: int = 1) -> bool:
|
||||
"""Returns whether the address offset can be translated to a valid address"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user