Using programs like Cheat Engine and OllyDbg I'm editing the memory of a program as it's running.
I need to find the address of a function that is executed when the user clicks a certain button.
Are there any tutorials available that show how to do this?
And is there any software available that will trace the currently executing code?
I'm trying to build upon and extend a software application, my client no longer has the source code.