Added Comment/TODO for transition state issue

See https://github.com/volatilityfoundation/volatility3/pull/475
This commit is contained in:
Frank Block
2021-03-11 23:54:03 +01:00
committed by GitHub
parent 5d55bcfa52
commit 3e04b347cd
+4
View File
@@ -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]: