-
游戏修改器,搜索内存数据
游戏修改器,搜索内存数据-cmdSearch
- 2022-09-03 03:55:02下载
- 积分: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
-
键盘hook的编程操作
键盘hook的编程操作-keyboard hook programming operation
- 2022-03-14 23:44:38下载
- 积分:1
-
显示其他程序窗口标题,移动鼠标后会自动变化。
显示其他程序窗口标题,移动鼠标后会自动变化。-that other window title, moving the mouse will automatically change.
- 2023-06-11 04:20:03下载
- 积分:1
-
Keyloggers keyloggers library code, library code, library code, keyloggers
键盘记录器键盘记录器库代码,库代码,库代码,键盘记录器
- 2023-02-11 04:45:03下载
- 积分:1
-
使用易语言编写的通用加载钩子小工具,希望有人喜欢
使用易语言编写的通用加载钩子小工具,希望有人喜欢-Easy to use generic language to load hook Gadgets
- 2022-10-31 08:30:03下载
- 积分:1
-
一个控制计算器操作的小程序 简单的实现控制另一个程序 学辅助工具必看的入门级例子...
一个控制计算器操作的小程序 简单的实现控制另一个程序 学辅助工具必看的入门级例子-Operation of a control calculator applet realize simple control study aids another program must-see example of entry-level
- 2022-03-10 23:36:18下载
- 积分:1
-
windows键盘鼠标操作记录和回放的源代码,非常好
windows键盘鼠标操作记录和回放的源代码,非常好-windows keyboard and mouse operation of the recording and playback source, a very good
- 2023-08-06 03:50:03下载
- 积分:1
-
hook api hook api hook api
hook api hook api -hook api hook api hook api
- 2022-03-14 10:31:57下载
- 积分: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