mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Temporary workaround for changes in transition PTE
This commit is contained in:
@@ -265,7 +265,7 @@ class Intel32e(Intel):
|
||||
_direct_metadata = collections.ChainMap({'architecture': 'Intel64'}, Intel._direct_metadata)
|
||||
_entry_format = "<Q"
|
||||
_bits_per_register = 64
|
||||
_maxphyaddr = 52
|
||||
_maxphyaddr = 44
|
||||
_maxvirtaddr = 48
|
||||
_structure = [('page map layer 4', 9, False), ('page directory pointer', 9, True), ('page directory', 9, True),
|
||||
('page table', 9, True)]
|
||||
|
||||
Reference in New Issue
Block a user