-
service programming sample
service programming sample
- 2022-05-24 08:20:31下载
- 积分:1
-
一个简单的windows驱动源代码
一个简单的windows驱动源代码-a simple windows driver source code
- 2022-04-20 05:28:32下载
- 积分:1
-
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限...
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。
该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。
-CharFilter_Class CharFilter example of the perfect examples. In CharFilter example, we define four global variables, which does not conform to the WDM driver, which limits the IRP, can be used, we should use local variables. The examples READ_COMPLETION_INFO definition of a structure, when DeviceControl call, on the allocation of a target structure, parameter setting after the end of this structure on the address pointer on the object I. FileObject ()- gt; FsContext China.
- 2022-08-26 07:06:15下载
- 积分:1
-
/ /串口驱动LED,/一个74HC595移位登记驱动三极管
//串行驱动led,//一个74hc595位移寄存器驱动三极管led驱动器,//2个74hc595 led驱动器,5路x8的x2=10数字控制//5分钟频率,每个扫描时间位置1.25ms///特殊符号定义
- 2022-11-02 04:15:04下载
- 积分:1
-
文件隐藏工具 非常实用!!!!!!文件隐藏工具 非常实用
文件隐藏工具 非常实用!!!!!!文件隐藏工具 非常实用-Document very useful tool to hide hidden files !!!!!! very useful tool
- 2022-11-13 09:20:03下载
- 积分:1
-
小,但WDM是引导初学者编程框架
虽然很小,但WDM是一个编程框架,可以指导初学者使用它
- 2022-03-18 00:22:32下载
- 积分:1
-
中断方式的USB开发上位机程序【键盘,鼠标使用些方式】
中断方式的USB开发上位机程序【键盘,鼠标使用些方式】-The development of the USB interrupt procedures [PC keyboard, mouse, using various means,]
- 2022-03-04 06:12:38下载
- 积分:1
-
Xbox的驱动源代码,Delphi
XBOX DRIVER SOURCE codE FOr delphi
- 2022-03-11 15:19:43下载
- 积分:1
-
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,在此先谢谢他给我们作的工作。-Call it
- 2023-01-02 22:00:04下载
- 积分:1
-
该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了h...
该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the driver. access to the kernel and sdt data, the information loop. And the achievement of the hook function to achieve NtQuerySystemInformation implicit process possession of the function
- 2022-02-14 22:21:32下载
- 积分:1