-
高级编程范例中颜色例子
高级编程范例中颜色例子-high-level programming paradigm example of Color
- 2023-07-06 20:55:04下载
- 积分:1
-
如何用Delphi实现WINDOWS XP中“本地连接”的启用和禁用。
如何用Delphi实现WINDOWS XP中“本地连接”的启用和禁用。-how to use Delphi WINDOWS XP "local connection" and prohibited the opening.
- 2022-07-02 07:14:46下载
- 积分:1
-
A Windows client for Subversion
A Subversion client for Windows-A Windows client for Subversion
- 2022-01-31 20:46:07下载
- 积分:1
-
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!...
一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!
- 2022-02-26 10:24:02下载
- 积分: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
-
在不同的程序间共享数据的例子
在不同的程序间共享数据的例子 -The example of sharing data between different a
- 2023-02-24 20:30:03下载
- 积分:1
-
This is a very good program, hope to be able, through your acceptance, thank you...
这是一个很好的程序,希望能够通过您的验收,谢谢!-This is a very good program, hope to be able, through your acceptance, thank you!
- 2022-04-26 11:57:24下载
- 积分:1
-
string font information access methods
字体信息字符串的获取方法-string font information access methods
- 2022-05-22 11:18:17下载
- 积分:1
-
guid生成程序
guid生成程序-guid generation process
- 2022-04-26 13:07:34下载
- 积分:1
-
编写动态存储分配的一部分
Memory Allocation in C-write part of a dynamic storage allocation
package. The package provides three function calls: void initalloc(), to
initialize the data structures involved char* alloc(int n), which returns
a pointer to a block of n chars when called and void freef(char* p), which
frees the block of n chars earlier given to the data structure so that
it can be given out to another.
- 2022-06-30 05:19:02下载
- 积分:1