Click to See Complete Forum and Search --> : Anybody know how to make a program for Win API hook?


May 13th, 1999, 10:37 PM
N/A

shellreef
May 13th, 1999, 11:02 PM
* means no text

May 14th, 1999, 03:28 AM
No content

shellreef
May 14th, 1999, 05:13 PM
Ohh, I misunderstood. I don't think there's any way to do this, but it might be possible to revector
the Win32 API interrupt (if it uses one) and do stuff, or maybe even modify KERNEL32.DLL/USER.EXE/GDI.EXE.

May 14th, 1999, 08:31 PM
It seems, you donot know microsoft have a sample PROCHOOK, it use for hook any API function, but it for win16 not win32. In fact, it insert a JUMP XXXXX before entry of API function.