-
wince下SPI流驱动,evc编译
wince下SPI流驱动,evc编译-SPI stream device driver
- 2023-01-06 01:25:03下载
- 积分:1
-
C++语言的VxD与外界通信的所有接口(带部分源代码)
C++语言的VxD与外界通信的所有接口(带部分源代码)-C++ language VxD communication with the outside world all the interface (with source code)
- 2022-03-22 12:27:21下载
- 积分:1
-
SCSI Miniport Interface
SCSI Miniport Interface
- 2023-05-05 22:00:02下载
- 积分: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
-
示例文件系统驱动程序(ext2)源代码。
Win9x下文件系统驱动的例子(EXT2)源代码。-file system driver examples (EXT2) source code.
- 2023-06-27 22:25:03下载
- 积分:1
-
PC控制MCU,串口通讯,对话框打印,报表
PC控制MCU,串口通讯,对话框打印,报表-PC MCU, communication, print, report
- 2022-02-04 04:34:00下载
- 积分:1
-
filemon源码!看看吧!
filemon源码!看看吧!-source! Let"s see it!
- 2023-07-16 03:10:03下载
- 积分: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
-
PDIUSBD12 VC上位机与s344b0通信程序,要安装DDK才能运行的。
PDIUSBD12 VC上位机与s344b0通信程序,要安装DDK才能运行的。-PDIUSBD12 VC PC communication program with s344b0, it is necessary to install the DDK in order to run.
- 2022-01-26 06:36:10下载
- 积分:1
-
利用giveio实现在windows下直接访问pci卡的程序.安装giveio后,将源代码中的pci的venderid和deviceid改为自己pci卡的id号...
利用giveio实现在windows下直接访问pci卡的程序.安装giveio后,将源代码中的pci的venderid和deviceid改为自己pci卡的id号,就能够在widows下得到自己pci卡的基地址,在giveio运行的条件下可以直接对pci的io端口进行操作!-Giveio realize the use of direct access to the windows under the pci card procedures. Giveio installed, will the source code of the pci and DeviceID venderid changed their pci card id number, will be able to get their widows under the pci card base address, in giveio running conditions can be directly on the pci port to operate the io!
- 2023-04-02 05:10:03下载
- 积分:1