let's say, I am debugging (with x64dbg) a specific program (in Windows, native programs, probably they are called standard MFC-kind programs ):
that program has a button xyz
:
1) how to find out which line/command is executed by clicking on that button?
2) if that's possible to know that line before I click that button, it would be excellent.
I'd like a small "how-to" or steps what to do to get that.
AU3_Spy.exe
tool in AutoHotKey. It shows many useful info about Window buttons. Also executable may have some resource file, use Resource Hacker. – Biswapriyo Nov 20 '18 at 10:06