-
模拟键盘和鼠标事件演示代码
模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
- 2023-06-19 14:20:03下载
- 积分:1
-
vxd的入门范例。.内附测试程序。
vxd的入门范例。.内附测试程序。-vxd entry model. . Enclosing the test.
- 2022-02-13 20:52:27下载
- 积分:1
-
Undocumented Windows NT
Undocumented Windows NT
- 2022-07-18 08:53:33下载
- 积分:1
-
在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能...
在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
- 2022-02-11 20:22:53下载
- 积分:1
-
使用vc/c++编写,记事本功能,并且添加关机,重新启动,注销功能。...
使用vc/c++编写,记事本功能,并且添加关机,重新启动,注销功能。-Use vc/c++ Prepared Notepad features, and add a shutdown, restart, write-off function.
- 2022-03-02 03:17:42下载
- 积分:1
-
获得CPU的信息,
你可用来做很多事情
获得CPU的信息,
你可用来做很多事情-CPU access to the information
- 2022-06-14 05:47:03下载
- 积分:1
-
一个关于在程序中使用定时器的例子,很好的参考
一个关于在程序中使用定时器的例子,很好的参考-A procedure on the example of the use of timers, a good reference
- 2022-02-01 07:27:57下载
- 积分:1
-
基于蓝牙协议的无线电脑锁
使用蓝牙协议开发的个人电脑无线安全软件。支持添加手机等蓝牙设备成为安全认证设备。当计算机检测不到配对的蓝牙设备时间达到30s时,将锁定计算机,从而达到保护个人信息的目的。支持蓝牙设备遗失后的密码输入以找回个人电脑设备。
- 2022-07-21 20:24:17下载
- 积分:1
-
ini文件操作示例程序,VC代码,可以方便用户进行INI文件操作。...
ini文件操作示例程序,VC代码,可以方便用户进行INI文件操作。-Sample ini file operations procedures, VC code, users can easily INI file operations.
- 2023-04-10 14:35:03下载
- 积分:1
-
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写...
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。 在这篇文章里将描述隐藏文件、进程、注册表键和键值、系统服务和驱动、分配的内存还有句柄。-This document is in the Windows NT operating system hidden objects, documents, services, process technology. This method is based on the Windows API function link. This article describes techniques are, I wrote rootkit from the results of research, so it was rootkit more effective and more simple. Here, too, including my practice. In this document hidden object means certain changes to these objects naming system functions so that they will ignore these objects by name. So we change those functions return values, said these objects simply do not exist. The most basic method (excluding a few different) is that we should call the original parameters of the original function, and then we change their
- 2022-03-07 17:00:50下载
- 积分:1