I’m using RWEverything to read physical memory. It works fine, but if I try to read an address that is too big then it results in a BSOD.
For example, 0x0000eef777340000
is going to BSOD me.
How to calculate the maximum safe address to read from by knowing only my physical RAM size?