mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Fix up _MMVAD_SHORT context typo.
This commit is contained in:
@@ -82,7 +82,7 @@ class _MMVAD_SHORT(objects.Struct):
|
||||
|
||||
# the offset is different on 32 and 64 bits
|
||||
symbol_table_name = self.vol.type_name.split(constants.BANG)[0]
|
||||
if not symbols.utility.symbol_table_is_64bit(self.context, symbol_table_name):
|
||||
if not symbols.utility.symbol_table_is_64bit(self._context, symbol_table_name):
|
||||
vad_address -= 4
|
||||
else:
|
||||
vad_address -= 12
|
||||
|
||||
Reference in New Issue
Block a user