-
windows 编程基础代码
windows 编程基础代码-windows programming code base
- 2022-03-24 08:15:34下载
- 积分:1
-
对有权限控制的设备进行存取的例子for NT
对有权限控制的设备进行存取的例子for NT- To has the equipment which the jurisdiction controls to carry
on the deposit and withdrawal example for NT
- 2022-09-02 14:30:03下载
- 积分:1
-
快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面...
快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面-Fast scheduling, will be less than the pivot element to the front, will be greater than the pivot element to the back of
- 2022-05-27 03:06:44下载
- 积分:1
-
a service used to control the process, it may be useful debugging service
一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
- 2023-02-20 07:25: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
-
在很多实用的程序里都要求用到一些系统的参数,准确了解系统参数,你的程序将会更COOL!...
在很多实用的程序里都要求用到一些系统的参数,准确了解系统参数,你的程序将会更COOL!-in many practical procedures and have asked to see some system parameters and accurate understanding of the system parameters, your program will be more COOL!
- 2022-05-24 07:46:09下载
- 积分:1
-
Nero recording SDK, and brought source documents note
Nero的刻录SDK,内带源码和文档说明-Nero recording SDK, and brought source documents note
- 2022-02-02 02:04:55下载
- 积分:1
-
以实现的类:
XArray<T>
XDynamicArray<T>
开始实现XByteBuffer
1、定义好相关类的框...
以实现的类:
XArray
XDynamicArray
开始实现XByteBuffer
1、定义好相关类的框架,也就是只有定义,而无实现内容
2、依次实现-to achieve the category : XArray
- 2022-02-22 01:46:33下载
- 积分:1
-
System detection tool, can detect the type of CPU and available physical memory
系统检测工具,可以检测CPU的类型和可用物理内存-System detection tool, can detect the type of CPU and available physical memory
- 2022-03-01 03:09:14下载
- 积分:1
-
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统...
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file. To achieve replication system and delete system files purposes. Yes, I graduated from the design, only the NTFS delete failed to materialize, and procedures are in Win2000 Bug.
- 2022-07-04 03:44:58下载
- 积分:1