-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1
-
从EXE程序中导出函数的示例
从EXE程序中导出函数的示例-from EXE procedures derived function of sample
- 2022-04-01 07:49:53下载
- 积分:1
-
主要用于实现客户端的通信,设定IP后,就可以实现与对方的通信
主要用于实现客户端的通信,设定IP后,就可以实现与对方的通信-Mainly used for the realization of client communications, IP settings, you can realize with each other
- 2023-01-14 22:05:03下载
- 积分:1
-
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数...
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。
静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。
-prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
- 2022-03-19 06:54:52下载
- 积分:1
-
CPU信息查询的程序,包括16位和32位CPU
CPU信息查询的程序,包括16位和32位CPU-CPU information of procedures, including 16-bit and 32-bit CPU
- 2022-04-24 20:20:33下载
- 积分:1
-
一个日历的代码示例
一个日历的代码示例-A calendar of the code samples
- 2022-08-17 07:38:25下载
- 积分:1
-
Java示例
Java示例-Java Example
- 2022-04-30 12:49:01下载
- 积分:1
-
基于dos的事实多任务调度核心,简单的演示程序,共九个任务在运行...
基于dos的事实多任务调度核心,简单的演示程序,共九个任务在运行-based on the fact that many dos task scheduling core, a simple demonstration, with a total of nine tasks running! !
- 2023-07-29 20:30:02下载
- 积分:1
-
扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。...
扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。-This project is designed for scanning all the PCI devices in the system. The software can get all the devices’ Bus Numbers, Device Numbers and Function Numbers. It also can read all of the register values if the device is valid. In addition, a GUI is provided to the customer.
- 2022-03-23 04:59:16下载
- 积分:1
-
MFC procedures in the use of VC Components
在MFC程序中使用VC Components-MFC procedures in the use of VC Components
- 2022-03-23 19:28:15下载
- 积分:1