How to determine a safe range of addresses to read from physical memory for 16gb of RAM?
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.
safe range of address physical memory to read on 16gb of ram?
I’m using RWEverything to read physical memory
it works fine but if I try to read to big address it results in bsod
for example 0x0000eef777340000
is going to bsod me
how to calculate maximum safe to read address by knowing only my physical ram size? in cpp