-
这篇文档是在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
-
Windows系统编程,本书描述了是用微软的应用程序编程接口进行程序开发,并着重于核心系统服务。英文原版,...
Windows系统编程,本书描述了是用微软的应用程序编程接口进行程序开发,并着重于核心系统服务。英文原版,-Windows system programming, this book describes is Microsoft" s application programming interface for program development, and focus on the core system services. English original,
- 2022-06-29 12:27:11下载
- 积分:1
-
hx8238
HX8238-A Initial Set
- 2022-03-17 07:24:02下载
- 积分:1
-
关机定时器源码,如果孩子不在的话就行,很长一段时间..
定时关机源码,如果小孩子不听话,长时间玩电脑游戏,你可以用此软件强行关机,可以设定关机时间-Shutdown timer source, if the children do not toe the line, the long period of time playing computer games, you can use this software to force shutdown, can set the shutdown time
- 2023-04-19 02:55:03下载
- 积分:1
-
Modify hard drive ID to amend the hard disk ID
修改硬盘ID -Modify hard drive ID to amend the hard disk ID
- 2022-01-26 08:28:02下载
- 积分:1
-
操作系统课程设计 最坏算法worst―fit
操作系统课程设计 最坏算法worst―fit-courses on operating system design algorithm for the worst worst-fit
- 2022-09-27 15:55:03下载
- 积分:1
-
有助于内存管理。
helps in memeory management.
- 2022-06-16 01:35:08下载
- 积分:1
-
进程调度算法,利用设置优先级算法来实现。
进程调度算法,利用设置优先级算法来实现。-Process scheduling algorithm, used to set priority algorithm to achieve.
- 2022-06-20 22:15:50下载
- 积分:1
-
著名的C/C++垃圾回收站
著名的C/C++垃圾回收站-famous C/C garbage collection
- 2023-06-13 00:40:07下载
- 积分:1
-
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。...
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。
- 2022-02-06 15:36:46下载
- 积分:1