-
WINDOWS键盘监控原理及应用(含部分源代码)
WINDOWS键盘监控原理及应用(含部分源代码)-Windows keyboard control theory and applications (including source code)
- 2022-05-07 07:19:16下载
- 积分:1
-
教会使用java进行游戏设计,开发者了解游戏的基本设计技巧
教会使用java进行游戏设计,开发者了解游戏的基本设计技巧-church for the use of game design, game developers understand the basic design skills
- 2023-08-11 17:40:03下载
- 积分:1
-
内核模式的apihook例子,使用了驱动程序。
内核模式的apihook例子,使用了驱动程序。-apihook example, the use of a driver.
- 2022-09-04 00:25:02下载
- 积分:1
-
关于IE的一个钩子编程技术
关于IE的一个钩子编程技术-on a hook Programming
- 2022-08-12 22:44:34下载
- 积分:1
-
测试本机网卡信息
测试本机网卡信息-Test the local network card information
- 2023-01-07 22:45:03下载
- 积分:1
-
www.kaixin001.com
开心网 争车位 辅助程序-安装程序,以帮助热爱和支持开心网的朋友,请勿商业用途-www.kaixin001.com-weisjohn.blog.163.com
- 2023-01-11 22:40:04下载
- 积分:1
-
一个用HOOK钩子操纵窗口的vc.net示例代码
一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
- 2022-04-19 09:22:14下载
- 积分:1
-
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:masm32lib mousehook.obj
- 2022-05-06 18:32:28下载
- 积分:1
-
跳蚤tc版爱心吃豆
跳蚤tc版爱心吃豆 -fleas love to eat beans
- 2022-01-24 12:36:04下载
- 积分:1
-
HOOKDX
#pragma once
class CHOOKDX
{
public:
CHOOKDX(void);
~CHOOKDX(void);
static void InitHookDx();
static void SettHookDxTime(int hooktime);
};
- 2022-04-12 05:35:06下载
- 积分:1