资源列表
[钩子与API截获] 2005Keyboard
说明:小程序,主要可以利用来检查按键的状态,记录下机子按过的键-small program, can be used to check the status button, the machine recorded by the bond off<jsfs> 在 2008-10-13 上传 | 大小:10.35kb | 下载:0
[钩子与API截获] 在Windows 2003中HOOK ZwCreateProcessEx
说明:工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcess<龙> 在 2008-10-13 上传 | 大小:8.84kb | 下载:0
[钩子与API截获] SASHook_D6
说明:在win2000下屏蔽系统三键的控件,只要将Enable属性设置成True就可以了-shielding system under the three key controls, as long as the property is set to Enable True% on the<jack> 在 2008-10-13 上传 | 大小:10.1kb | 下载:0
[钩子与API截获] APIHookingRevisited_src
说明:There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too comple<海天> 在 2008-10-13 上传 | 大小:8.39kb | 下载:0
[钩子与API截获] APIHookingPart3_src
说明:This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)<海天> 在 2008-10-13 上传 | 大小:293.58kb | 下载:0
[钩子与API截获] 01 DLL_Injection_WindowHook
说明:WINDOWS 核心编程中的HOOK injectiong代码。有详细的注释。-core Windows programming code in injectiong HOOK. Detailed comments.<hong> 在 2008-10-13 上传 | 大小:147.76kb | 下载:0
[钩子与API截获] Api Hook和封包拦截技术
说明:const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOO<黄春标> 在 2008-10-13 上传 | 大小:194.47kb | 下载:0