Return Address to Window handle?

c++ / delphi package - dll injection and api hooking
Post Reply
rimba
Posts: 8
Joined: Sat Mar 22, 2008 1:20 pm

Return Address to Window handle?

Post by rimba »

Hi, please, exists a simple way how to get HWND when I know the address of Window Procedure. E.g. I hooked API function, first in the stack is the return address of calling Window Procedure. But there exists more instances of Windows (and win procs) which calls hooked API function. The calling module is allways the same but I need get handle of each window instance. Thanks.
Post Reply