Log in

View Full Version : How to find a window procedure ?


MrSmith
March 11th, 2003, 16:29
Hi,

how can I find out the window procedure that belongs to a specific window handle?
With SI that's easy with "hwnd". But how can I do it with OllyDbg ?

Cheers,

MrSmith

Anonymous
March 12th, 2003, 11:16
try to open Windows window (View|Windows)

One of the columns displays it

servil.

MrSmith
March 13th, 2003, 07:38
Great,

Thanks

MrSmith