-
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活....
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活.-Can change the window has been running the program information, will have to disable the buttons or other controls mandatory activation.
- 2022-07-26 12:31:18下载
- 积分:1
-
访问c++私有变量的示例源代码,以供欣赏
访问c++私有变量的示例源代码,以供欣赏
-Visit c++ Private variable sample source code for the appreciation of
- 2022-11-21 05:45:03下载
- 积分:1
-
can be simulated in the process of management, VC series, the results can be sho...
可实现对进程的模拟管理,用VC编的,结果可间隔一秒显示-can be simulated in the process of management, VC series, the results can be shown at one-second intervals
- 2022-08-13 18:40:35下载
- 积分:1
-
宣传类型的网站,适合中小型企业用户的需求,功能性很完整...
宣传类型的网站,适合中小型企业用户的需求,功能性很完整-Propaganda type of site is suitable for the needs of small and medium business users, functionality is very complete
- 2023-07-29 21:20:04下载
- 积分:1
-
一个精确到微秒的计时组件
内有Demo
一个精确到微秒的计时组件
内有Demo-a precise to the microsecond time components within a Demo
- 2022-03-29 06:49:38下载
- 积分:1
-
获取硬盘空间大小的静态库程序,可直接调用!
获取硬盘空间大小的静态库程序,可直接调用!-Access to hard disk space the size of static library procedures can be called directly!
- 2022-02-24 21:49:43下载
- 积分:1
-
定时器中断SDT
定时器中断SDT-timer interruption SDT
- 2022-05-17 07:34:01下载
- 积分:1
-
Simple Notepad....................
简易记事本-Simple Notepad....................
- 2022-12-31 07:05:11下载
- 积分:1
-
Microsoft Windows Internals Fourth Edition
Microsoft Windows Internals Fourth Edition
- 2022-01-31 07:47:19下载
- 积分: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