Log in

View Full Version : bmsg hwnd wm_CLOSE in Olly


santa
March 26th, 2005, 06:36
I work on SI and I would like to know how to addopt bmsg hwnd wm_CLOSE in Olly to Olly. Thanks

Ricardo Narvaja
March 27th, 2005, 03:49
go to view-windows and in the list of windows, mark yours and right click, messege breakpoint and select the type of bmsg you want.

Ricardo

santa
March 27th, 2005, 04:42
Ricardo Narvaja wrote:
"go to view-windows and in the list of windows, mark yours and right click, messege breakpoint and select the type of bmsg you want"

I know, I did it but when I want the intresting window to pops up after setting the breakpoint, it dont want to.

Ricardo Narvaja
March 27th, 2005, 14:11
you can put conditional bp in apis (translatemessage and others apis of messages) wth the condition msg==XXX being XXX the value for WM_CLOSE look in the list for the number.

Ricardo