Log in

View Full Version : BMSG breakpoint


pzalps
February 19th, 2004, 11:02
" bmsg <handle> wm_lbuttonup"

how to express that in ollydbg?

blabberer
February 20th, 2004, 11:56
hey pzalps are you searching for this i dont use sice so dunno what you are aiming for

if the following is what you are searchingthen do this
goto window and set msgbreakpoint on winproc


Breakpoints, item 0
Address=00489E94
Module=OLLYDBG
Active=Log "<WinProc>" when [ESP+8]==WM_LBUTTONUP
Disassembly=PUSH EBP


Log data
00489E94 COND: <WinProc>
00489E94 CALL to Assumed WinProc from KERNEL32.BFF73638
hWnd = 00000D54 ('Run trace',class='ARTRACE',wndproc=00489E94,parent=00000D18)
Message = WM_LBUTTONUP
Keys = 0
X = 412. Y = 90.
00489E94 Conditional breakpoint at OLLYDBG.00489E94


hey TBD this post had topic closed on it when i saw it first some hours back now its open and i see it has been edited by you what was the problem

pzalps
February 20th, 2004, 12:26
Thank you for your help

This topic closed was my fault that i misstake push button

blabberer
February 21st, 2004, 09:53
np you push the button ?? which button ??
anyway does this work like sice does with bmsg ??