View Full Version : How to breakpoint on menu click?
Wayne
February 20th, 2003, 19:44
I want to break as soon as a menu in my target is clicked, how can I do this in OllyDbg?
Thanks
Anonymous
February 21st, 2003, 00:09
Learn the windows message handling functions, and then bpx GetMessage
helloword
February 28th, 2003, 09:39
1. CPU window right click --> Search For --> All intermodulat Call
2. Look for TranslateMessage API
3. Shift+F4 if only one API or Set a break.... on every call..
4. Condition: MSG==WM_COMMAND
5. Pause Program: On Condition
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.