-
这篇文档是在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
-
一个根据PATH环境变量设置来查找执行文件位置的程序
一个根据PATH环境变量设置来查找执行文件位置的程序- Establishes according to the PATH environment variable searches
the execution file position the procedure
- 2022-02-22 01:15:33下载
- 积分:1
-
用VC6.0制作控制面板应用程序
用VC6.0制作控制面板应用程序-with VC6.0 production control panel applications
- 2022-03-24 22:39:30下载
- 积分:1
-
这是一个钩子程序,作为一款学习用的程序,是很不错的,欢迎大家有空学习研究...
这是一个钩子程序,作为一款学习用的程序,是很不错的,欢迎大家有空学习研究-This is a hook procedures, as one study using the same procedures that are very good, we welcome time to study
- 2022-07-23 11:23:41下载
- 积分:1
-
在两个应用程序中使用共享数据的动态连接库
在两个应用程序中使用共享数据的动态连接库-in two applications using shared data dynamic link library
- 2023-01-18 07:35:03下载
- 积分:1
-
又一个关于磁盘碎片整理的最新源代码。 发布于2005/08/04 Free disk defragmentation utility for Windows 2...
又一个关于磁盘碎片整理的最新源代码。 发布于2005/08/04 Free disk defragmentation utility for Windows 2000/2003/XP. Very small and very fast, with very little CPU and memory overhead. Especially useful for unattended servers in a lights-out computer hotel, but also great for desktop computers. Can be started by hand or automatically at regular times by the Task Scheduler. Very easy to use, there are no difficult options to learn, the utility will straight away defragment and optimize all your harddisks.-also a disk defragmentation the latest source code. Published in 2005/08/04 Free disk defragmentation utility for Windows 2000/2003/XP. Very small and very fast, with very little CPU and memory overhead. Especially useful for unattended servers in a lights-out computer hotel, but also great for desktop computers. Can be started by hand or automatically at regular times by the Task Scheduler. Very easy to use, there are no difficult options to learn, the utility will straight away defragment and optimize all y
- 2023-06-06 16:45:03下载
- 积分:1
-
java编写的管理系统 实用简单,建议下载。
java编写的管理系统 实用简单,建议下载。-management system written in java
- 2022-04-12 06:16:01下载
- 积分:1
-
This is the api calls a small experiment, called the Control Panel, and the Note...
这是调用api的一个小实验,调用控制面板和记事本程序。-This is the api calls a small experiment, called the Control Panel, and the Notepad program.
- 2022-06-12 03:40:50下载
- 积分:1
-
用VB写了个在指定时间段结束掉某个进程的小程序,大家
用VB写了个在指定时间段结束掉某个进程的小程序,大家-Using VB wrote a specified period of time off the end of a process of small programs, we play!!!
- 2022-06-29 14:41:35下载
- 积分:1
-
java虚拟机的校验和打包程序,用java实现的。此程序为开发java虚拟机使用。...
java虚拟机的校验和打包程序,用java实现的。此程序为开发java虚拟机使用。-the packing and checking procedures, with the realization of java. This program for the development of the Java Virtual Machine.
- 2022-02-10 01:49:40下载
- 积分:1