资源列表
[钩子与API截获] XPhook
说明:我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t<byron> 在 2008-10-13 上传 | 大小:2.26kb | 下载:0
[钩子与API截获] mir2HOOKcode
说明:#if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN #define LOGFILE \"C:\\\\hookwsock.log\" #include \"stdio.h\" #include #include /*// IEXPLORE Droiyan Online \"IEfr a m<liuchao> 在 2008-10-13 上传 | 大小:2.06kb | 下载:0
[钩子与API截获] WH_KEYBOARD_LL
说明:WH_KEYBOARD_LL如何屏蔽系统低级键(这个可以学习一下哦,对热键开发和系统键屏蔽都很有用的哦)<wonder> 在 2008-10-13 上传 | 大小:2.08kb | 下载:0
[钩子与API截获] hookCreateFile
说明:hook windows api的程序,为hook Createfile api<大龙> 在 2008-10-13 上传 | 大小:2.07kb | 下载:0