mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 08:02:23 +02:00
Fix up my mistaken advice.
This commit is contained in:
@@ -80,10 +80,9 @@ class RegistryHive(interfaces.layers.TranslationLayerInterface):
|
||||
try:
|
||||
if self._base_block.Length > 0:
|
||||
return self._base_block.RootCell
|
||||
else:
|
||||
return 0x20
|
||||
except InvalidAddressException:
|
||||
return 0x20
|
||||
pass
|
||||
return 0x20
|
||||
|
||||
def get_cell(self, cell_offset: int) -> 'objects.Struct':
|
||||
"""Returns the appropriate Cell value for a cell offset"""
|
||||
|
||||
Reference in New Issue
Block a user