Page 1 of 1

How to rescan memory with ReadProcessMemory in C++

Posted: Mon Sep 07, 2020 6:56 pm
by denismu
Hi there
I have made up for a basic memory scanner, which returns a set value for a scanned memory range of a targets process memory.
Now if I fprintf these values into a txt file and try to rescan them using another value, it will not find just one out of perhaps 20-30000
addresses.

What am I doing wrong ?

Some help would be appreciated.

Kind regards.