-
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。...
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。-I contacted the time is not long, right DLL understanding is not very deep here in a simple examples to illustrate what applications and how the DLL is working, and hopes to give some help beginners. Articles with source code to compile.
- 2022-12-31 05:20:04下载
- 积分:1
-
自动重启计算机系统,本代码包含相应功能函数,参考代码可编写相关功能。...
自动重启计算机系统,本代码包含相应功能函数,参考代码可编写相关功能。-automatically restart the computer system, this code contains the corresponding function, reference code can be prepared related functions.
- 2022-07-14 15:56:45下载
- 积分:1
-
In the core layer view the WINDOWS system objects, to achieve similar functional...
在核心层查看WINDOWS系统对象,实现与WINOBJ类似的功能-In the core layer view the WINDOWS system objects, to achieve similar functionality with the WINOBJ
- 2022-02-26 18:50:35下载
- 积分:1
-
Windows窗口管理程序,轻松实现对Windows窗口的管理
Windows窗口管理程序,轻松实现对Windows窗口的管理-Windows window management process easier for the Windows Management
- 2022-03-02 05:00:33下载
- 积分: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
-
VC++WM_COPYDATA接收端
VC++WM_COPYDATA接收端 -VC++ WM_COPYDATA receiving end
- 2022-04-07 00:10:19下载
- 积分:1
-
drive Linux kernel module programming guide
Linux内核驱动模块编程指南-drive Linux kernel module programming guide
- 2022-06-30 00:44:03下载
- 积分:1
-
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T...
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), T
- 2022-02-27 00:57:00下载
- 积分:1
-
无线传感器网络里的定位经典dvhop算法实现
无线传感器网络里的定位经典dvhop算法实现-Wireless sensor networks where the positioning of dvhop Algorithm
- 2022-08-18 14:13:54下载
- 积分:1
-
Storage management and allocation of memory partition experiments with pages and...
储存管理实验 对内存分区和分配资源 具有页面和页表分配 给进程分配空间-Storage management and allocation of memory partition experiments with pages and pages of resources allocated to the process of allocation of space for the table
- 2022-02-06 23:33:39下载
- 积分:1