mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 05:52:22 +02:00
Reset the maxvirtaddr to use maxphyaddr just so we don't forget.
This commit is contained in:
@@ -30,7 +30,7 @@ class Intel(interfaces.layers.TranslationLayerInterface):
|
||||
_bits_per_register = 32
|
||||
# NOTE: _maxphyaddr is MAXPHYADDR as defined in the Intel specs *NOT* the maximum physical address
|
||||
_maxphyaddr = 32
|
||||
_maxvirtaddr = 32
|
||||
_maxvirtaddr = _maxphyaddr
|
||||
_structure = [('page directory', 10, False),
|
||||
('page table', 10, True)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user