I'm using windows 7 and ollydbg to edit the game client.
I'm trying to disable a button on a game client. i have found wParam id of WM_COMMAND but i don't know what is the relation between wParam id and address id of memory or how to find the address id of memory using wParam id.
So my question is:
- Is there a relation between wParam and address id of memory?
- If not then how the wParam id can help me to find the address id of memory or it can not help at all ?
Note: i have used spy++ to fetch for this wParam id of WM_COMMAND (0x111).