mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 18:14:51 +02:00
We were finding that PAE results were being masked by certain pages with 64bit results. The DTBs could be distinguished from good DTBs because every entry was valid (which for a 64-bit or even 32-bit DTB is extremely unlikely except on systems with *vast* quanties of memory. As such, this now tests for all entries being allocated and doesn't return the DTB if this is the case.