Reputation: 3
I am trying to read the value of register RCX, when the process "game.exe" access the address 0x7FF7DA38DF11.
This can be easily done with software like cheatengine or Windbg. However, as I am in a learning process, I wanted to have an independent C++ code.
To my understanding, I need to attach some kind of debugger to "game.exe", which will allow me to track when the address is being accessed. This is however, where I am somewhat overwhelmed. How would I go about it?
If there is an "easy, out of the box solution", I will gladly take it. But I will also be happy if anyone can point me to a direction, of what I should read.
P.S. I know that addresses can change, and that each process has their own virtual addresses. I can deal with it
Upvotes: 0
Views: 55