mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Added Comment/TODO for transition state issue
See https://github.com/volatilityfoundation/volatility3/pull/475
This commit is contained in:
@@ -329,6 +329,10 @@ class WindowsIntelPAE(WindowsMixin, IntelPAE):
|
||||
|
||||
class WindowsIntel32e(WindowsMixin, Intel32e):
|
||||
|
||||
# TODO: Fix appropriately in a future release.
|
||||
# Currently just a temprorary workaround to deal with custom bit flag
|
||||
# in the PFN field for pages in transition state.
|
||||
# See https://github.com/volatilityfoundation/volatility3/pull/475
|
||||
_maxphyaddr = 45
|
||||
|
||||
def _translate(self, offset: int) -> Tuple[int, int, str]:
|
||||
|
||||
Reference in New Issue
Block a user