-
window system programming,get memory address,information
WIndow 系统编程,获取内存地址、信息-window system programming,get memory address,information
- 2022-02-21 00:17:02下载
- 积分:1
-
Bossa测试实例的工作之一。Bossa实例测试发动机
bossa测试实例,给出了一个用于测试bossa引擎的工作流实例-bossa test examples are given an engine for testing bossa examples of the work flow
- 2022-05-17 22:21:31下载
- 积分:1
-
利用VC++编程实现程序自动启动。在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成...
利用VC++编程实现程序自动启动。在主界面对话框中有编辑框(EDIT BOX),圆形按钮(RADIO BUTTON)和普通按钮(COMMON BUTTON)组成-Use VC++ Programming process starts automatically. Dialog box in the main interface has edit box (EDIT BOX), radio button (RADIO BUTTON) and the general button (COMMON BUTTON) component
- 2023-05-09 18:35:03下载
- 积分:1
-
对打印记录的监控,采用微软SPOOL API 编写,是个学习的例子,并没有什么特别的地方...
对打印记录的监控,采用微软SPOOL API 编写,是个学习的例子,并没有什么特别的地方-Print records of monitoring, the use of Microsoft prepared SPOOL API, is a learning example, there were no special place
- 2022-02-04 05:54:09下载
- 积分:1
-
I write small programs, if you found it useful, you can look at. Next Next Next...
本人写的小程序,如果大家觉得有用,可以看一下。-I write small programs, if you found it useful, you can look at. Next Next Next Next
- 2022-05-31 10:16:45下载
- 积分:1
-
DWR examples of procedures, entry
dwr实例程序,入门者参考,包括源码、配置、页面、等等,大家多提参考意见啊-DWR examples of procedures, entry-reference, including source code, configuration, pages, and so on, based on the U.S. with more ah
- 2022-03-19 12:27:31下载
- 积分:1
-
dll编程,如果要学习动态链接库编程,这是值得一看的资料。...
dll编程,如果要学习动态链接库编程,这是值得一看的资料。-dll programming, if we learn DLL programming, it is worth looking at the information.
- 2022-04-30 08:20:45下载
- 积分:1
-
- 2023-09-03 08:15:03下载
- 积分:1
-
hookshadowssdt
系统服务描述符表(SSDT)修补已被广泛应用于;
- 2022-03-25 02:32:57下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1