-
A few things have changed in ver. 4.0.0 of CoolTrayIcon which means you may have...
A few things have changed in ver. 4.0.0 of CoolTrayIcon which means you may have to slightly adjust your previous projects that use CooltrayIcon or TextTrayIcon.
- 2023-08-17 16:05:03下载
- 积分:1
-
反APIHOOK的演示源码.大家可以借鉴一下.
反APIHOOK的演示源码.大家可以借鉴一下.-Demonstration of anti-APIHOOK source. Everyone can learn from you.
- 2022-03-24 02:22:34下载
- 积分:1
-
这个代码可以阻止全局钩子的加载,清晰明了,可以参考于安全方面的编程。...
这个代码可以阻止全局钩子的加载,清晰明了,可以参考于安全方面的编程。-this code can stop the whole hook load, clarity, we can make reference to the safety program.
- 2022-08-15 11:03:02下载
- 积分:1
-
Lineage 2 game to find the basis of address and personal backpack information, L...
天堂2游戏查找基础地址及其个人背包信息,天堂2游戏查找基础地址及其个人背包信息-Lineage 2 game to find the basis of address and personal backpack information, Lineage 2 game based on the address to find information and their personal backpack
- 2022-03-30 09:32:05下载
- 积分:1
-
键盘钩子实例
键盘hook例子-keyboard hook example
- 2022-03-17 15:24:42下载
- 积分:1
-
const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM...
const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD //HOOK句柄 OldWndProc: pointer //旧的窗口过程 end-const WM_UNSUBCLASS = WM_USER 2001// Uninstall subclass of news WM_SENDDATA = WM_USER 2003// received new data to be sent information packets type PMyDLLVar = ^ TMyDLLVar// used to share memory data structure TMyDLLVar = record SubClass : Boolean// if the child class of HookWindow, SpyWindow : LongWORD// HOOK to install a window for receiving news and the window hHook : LongWORD// handle OldWndProc HOOK : pointer// old process end window
- 2022-01-22 14:30:21下载
- 积分:1
-
实现对CPU占用率和内存使用率进行检测.
实现对CPU占用率和内存使用率进行检测.-achieve occupancy rate of the CPU and memory usage for testing.
- 2022-01-23 11:02:08下载
- 积分:1
-
2000下进程隐藏的一种方案的例子
2000下进程隐藏的一种方案的例子-2000 under the process of hiding a program example
- 2022-12-24 07:15:03下载
- 积分:1
-
pediy.net网站里关于 rootkit教学的一个电子文档,看看吧
pediy.net网站里关于 rootkit教学的一个电子文档,看看吧-pediy.net site rootkit teaching on an electronic document, take a look at it
- 2022-12-04 18:05:04下载
- 积分:1
-
from "Visual C programming skills and examples" of the fifth
来自《Visual C++程序设计技巧与实例》第五单-from "Visual C programming skills and examples" of the fifth-
- 2022-05-07 14:50:44下载
- 积分:1