-
这篇文档是在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
-
模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题...
模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
- 2022-03-22 23:57:41下载
- 积分:1
-
实现一些小功能,如传输对话框系统关机和重启…
实现系统一些小功能,如调出系统关机对话框,重启对话框,光驱弹出等功能-realize some small features, such as transfer dialog system shutdown and restart dialog, features such as pop-up drive
- 2023-02-21 18:05:03下载
- 积分:1
-
得到Windows注册过的文件类型的图标的程序
得到Windows注册过的文件类型的图标的程序- Obtains Windows has registered document type chart sign
procedure
- 2023-03-06 10:35:03下载
- 积分:1
-
Windows研究内核
Windows Research Kernel
download Here
- 2022-02-05 23:03:42下载
- 积分:1
-
实现定时关机功能,是学习与系统交互的例子
实现定时关机功能,是学习与系统交互的例子- The realization fixed time closing machine function, is the
study and the system interactive example
- 2022-02-06 10:44:23下载
- 积分:1
-
禁止关闭windows系统
禁止关闭windows系统-prohibit closed windows system
- 2022-01-25 16:43:06下载
- 积分:1
-
记时器的简单应用,适合初学者(已编译通过)
记时器的简单应用,适合初学者(已编译通过)-A simple timer application, suitable for beginners (compiled through)
- 2022-05-24 14:34:01下载
- 积分:1
-
the code to teach you how to make a curve control, for some control project deve...
这个代码教你如何制作曲线控件,对一些自控工程开发人员可能会有帮助!-the code to teach you how to make a curve control, for some control project developers may help!
- 2022-05-31 04:12:06下载
- 积分:1
-
关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助...
关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助-Programming on the dynamic link library books, but also on the static link library, for programming WINDOWS friends very helpful
- 2023-07-16 15:10:03下载
- 积分:1