Hi all,
How to hook one API function "system-wide" on Windows NT? Let's give me a real example written in MASM32!
Thanks a lot.
How to hook one API function "system-wide" on Windows NT? Let's give me a real example written in MASM32!
Thanks a lot.
Invisibility.zip - masm source
http://sysinternals.com/
FileMon and RegMon - c source
But this way you can hook only native NT API.
http://sysinternals.com/
FileMon and RegMon - c source
But this way you can hook only native NT API.
Hi Four-F,
Is there other way to hook APIs without using kernel driver?
Is there other way to hook APIs without using kernel driver?
Is there other way to hook APIs without using kernel driver?
Yes, but not so elegant.
Hook question for advanced coders
I've posted there many useful links about the subject.
EDIT: fixed URL
the link is 404 :(
The last post was made in 2003, several changes has occured since then, here is the thread that was being referenced.
http://www.asmcommunity.net/board/index.php?topic=7637;topicseen
http://www.asmcommunity.net/board/index.php?topic=7637;topicseen
thanks, that was useful