View Single Post
  #1  
Old 08-29-2005, 17:47
boya boya is offline
Friend
 
Join Date: Feb 2004
Posts: 16
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
boya Reputation: 0
how to do this in OllyDbg et al?

hi all,

how to set a breakpoint to a specific button/menu in ollydbg(or other debuggers) quickly and effectively?

i mean: when you click a button, the debugger will pop up right away.
or you click a menu item, you will be trapped to the debugger window with the target program thread.

as we can use resource tools to identify the handles for menu items and buttons? how to utilize these info to set bp quickly?

thanks.
Reply With Quote