-
pci wdm driver code
pci wdm驱动源码- pci wdm driver code
- 2022-02-15 19:44:30下载
- 积分:1
-
This driver was developed using a USB keyboard from Cherry,as indicated by the V...
这个驱动程序是使用Cherry的USB键盘开发的,如VID和PID代码所示。必须为要支持的设备设置这些ID。类似地,您需要为设备类将Class设置为适当的字符串。
- 2022-03-06 14:48:18下载
- 积分:1
-
驱动程序的打包源程序 打包成安装文件setup程序
驱动程序的打包源程序 打包成安装文件setup程序-driver program setup
- 2022-02-20 04:16:41下载
- 积分:1
-
the procedures used to demonstrate how to engage the windows system hardware int...
本程序用以示范如何挂接windows系统下的硬件中断(如并口中断,串口中断等等),包含了驱动程序源代码和上层应用程序代码。驱动程序是用DDK编写的。使用前请参看readme文件。-the procedures used to demonstrate how to engage the windows system hardware interrupts (such as Parallel interrupted, interrupt, etc.), including the driver source code and the upper application code. Driver was prepared by the DDK. Please refer to the use of the former readme file.
- 2022-02-02 12:17:23下载
- 积分:1
-
windows98和windows2000的usb驱动开发的一个简单入门教程,有一个例子。...
windows98和windows2000的usb驱动开发的一个简单入门教程,有一个例子。-Windows98 and the usb drive the development of a simple entry guidance is an example.
- 2023-01-30 17:25:04下载
- 积分:1
-
realtak8139驱动源码
realtak8139驱动源码-realtak8139 driver source
- 2022-03-12 23:44:09下载
- 积分:1
-
窗口驱动开发技术,详细的书籍匹配代码
Windows 驱动开发技术详解书籍的配套代码-Windows driver development techniques detailed books matching code
- 2022-03-22 12:12:28下载
- 积分:1
-
应用程序打开或关闭文件时,需要由操作
系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来...
应用程序打开或关闭文件时,需要由操作
系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来访问一个设备也同样。然而, I / O请求必须通过网络转发给对应的远程设备。我们将其称为“I / O重定向”(I/O Redirection)-Application to open or close a document, required by the operating system to decide how to access the content of the document contains a specified device. To find equipment, I/O request will be forwarded to a local device driver. Through the network to access a device also. However, I/O requests must be sent through the network to forward the corresponding remote device. We will call " I/O Redirection" (I/O Redirection)
- 2023-05-13 12:30:03下载
- 积分:1
-
USB转串口驱动!!
很好用的!
USB转串口驱动!!
很好用的! -usb to sier!
- 2022-11-17 00:05:03下载
- 积分: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