|
-
May 13th, 1999, 10:37 PM
#1
Anybody know how to make a program for Win API hook?
-
May 13th, 1999, 11:02 PM
#2
*Look on CodeGuru, there's an example there of using hooks
-
May 14th, 1999, 03:28 AM
#3
Re: I said to make a trap for any windows api function (such as GetLocalTime).
-
May 14th, 1999, 05:13 PM
#4
Re: I said to make a trap for any windows api function (such as GetLocalTime).
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
#5
Re: I said to make a trap for any windows api function (such as GetLocalTime).
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|