|
THANK YOU ALL
@JuneMouse
in ollydbg, it's effective to "view windows rightclick set msg break point on wndproc". i just do rightclik on the windows, select "Message breakpoint on ClassProc", set WM_LBUTTONDOWN is effective in my test.
by bp TranslateMessage, it's impractical in ollydbg. it always trigger the debugger. how to set up parameter for bp TranslateMessage??
for bp DispatchMesssage, ollydbg says: Unknown identifier. <== how to set it straight for this?
thanks again.
|