-
dump文件生成
本人测试过的dump文件生成程序,可以运行.dump的原理是系统内存镜像.当程序执行时出错生成dump保存堆栈.
- 2022-03-13 03:55:34下载
- 积分:1
-
C++Builder编写的剪贴板
C++Builder编写的剪贴板-C Builder prepared by the clipboard
- 2022-04-06 22:27:51下载
- 积分:1
-
中华吸血鬼的源代码,包含有专杀工具的源代码
中华吸血鬼的源代码,包含有专杀工具的源代码-Chinese Vampire s source code contains the source code专杀工具
- 2022-05-19 11:42:24下载
- 积分:1
-
这个程序教我们如何发送调试输出在一个MFC应用控制台…
This program teach us How to send debugging output to a console in a MFC application
- 2023-02-10 21:00:04下载
- 积分:1
-
这是一个通过USB ID检测USB设备工具的存在
这是一个通过USB ID来检测USB设备是否存在的工具
- 2023-05-09 09:35:04下载
- 积分:1
-
to mobile storage locked and unlocked, simple and practical procedure vb
给移动存储加锁和解锁,简单实用的vb程序-to mobile storage locked and unlocked, simple and practical procedure vb
- 2022-03-21 01:56:58下载
- 积分:1
-
得到系统、用户、GDI可用资源百分比,其中使用了32位程序调用16位DLL内函数的方法...
得到系统、用户、GDI可用资源百分比,其中使用了32位程序调用16位DLL内函数的方法-Getting the rate of resource that system, user and GDI can use, which use the functions in 16-bit DLL through the 32-bit method
- 2023-03-24 08:20:04下载
- 积分:1
-
简单的COM组件的实现,编译需要在CMD regsvr32…
简单的com组件实现,编译后需用cmd下的regsvr32 (文件路径)compnt.dll注册注册表-The realization of simple com components, compiled under the cmd needed regsvr32 (file path) compnt.dll registration registry
- 2022-06-27 13:11:55下载
- 积分:1
-
操作系统课程设计报告《设置自己的驱动程序》,内含源码、word文档、PPT...
操作系统课程设计报告《设置自己的驱动程序》,内含源码、word文档、PPT-Operating System Course Design Report " set up your own driver" , containing source code, word documents, PPT
- 2022-07-10 19:16:07下载
- 积分: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