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