Anyone know of a program or way of telling what memory addresses a runnning process/app is targetting?
I have a program (think it's a c++ MFC app) that is changing the value of a few memory addresses (of a different process) at an inteval of around 1 second or less.
I was wondering if it's possible to see which addresses the app is targetting.
Cheers


Reply With Quote