ReadProcessMemory Alternatives?
Hi,
Im making a private trainer in c++ and i have gotten most of the addresses i need to test my hacks.
However unlike the previous COD games, COD ghosts has 64 bit addresses and thus you cannot use the ReadProcessMemory function to access to values within each address. Due to this i cannot read and display the values of each address. I know i can use the 64-bit version of cheat engine to manually change the values, but however i want to do that via a bot rather than using cheat engine.
If you have some knowledge of c++, can you please guide me since i want to read and possibly modify the value in the 64 bit address using a trainer/bot.
Is there any alternative to ReadProcessMemory and WriteProcessMemory that work on 64 bit addresses?
You can use ReadProcessMemory and WriteProcessMemory fine on x64