Welcome![Sign In][Sign Up]
Location:
Search - USB filter driver

Search list

[Driver Develop20020405

Description: 本文分三部分来介绍如何构造一个简单的USB过滤驱动程序,包括“基本原理”、“程序的 实现”、“使用INF安装”。此文的目的在于希望读者了解基本原理后,可以使用除DDK以 外最流行也最方便的驱动开发工具DriverStudio来实现一个自己的过滤驱动,并正确地安 装。 -how to structure a simple USB filter driver, "basic principles", "Implementation of procedures", "use the INF installation." The purpose of this article is to encourage the readers to understand the basic principles, DDK can be used in addition to other than the most common and also the most convenient driver development tool to achieve a DriverStudio of their own filter driver, and proper installation.
Platform: | Size: 129024 | Author: 李一凡 | Hits:

[OS programui_SYS_LOADER

Description: 一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
Platform: | Size: 164864 | Author: 艾德 | Hits:

[Documentsps2andusb

Description: 支持 PS2 与 USB 的键盘过滤驱动(可卸载)-support PS2 and USB keyboard filter driver (which can uninstall)
Platform: | Size: 9216 | Author: loveangel | Hits:

[Driver DevelopUdiskfiletersystem

Description: U盘过滤驱动系统源代码,适合学习usb过滤驱动的XDJMs-U disk filter driver system source code, suitable for studying the usb filter driver XDJMs
Platform: | Size: 3533824 | Author: jason | Hits:

[OS programioctl-sample

Description: 比较简单的io控制的过滤驱动程序示例代码,值得读一读。-Io control relatively simple filter driver sample code, it is worth to read.
Platform: | Size: 17408 | Author: hardway | Hits:

[Driver Developfilter

Description: USB 过滤驱动程序,可以任意修改USB输入设备的功能-USB filter driver can modify the function of USB input device
Platform: | Size: 21504 | Author: hlm | Hits:

[Driver Developusbfilter

Description: 这是一个usb过滤驱动。它也是基于wdm模型的,虽然这个驱动还不够完善,但还是有一定的参考价值。-This is a usb filter driver. It is also based on the wdm model, although the driver is also not perfect, but still has a certain reference value.
Platform: | Size: 6144 | Author: lin | Hits:

[Driver DevelopUsbFilter

Description: USB filter driver sample
Platform: | Size: 19456 | Author: jaehan | Hits:

[Driver DevelopPS_2USB

Description: 实现一个 PS/2 与 USB 键盘过滤驱动,兼容所有 NT 系列的操作系统。-Implementation of a PS/2 and USB keyboard filter driver, compatible with all NT series of operating systems.
Platform: | Size: 9216 | Author: budyou | Hits:

[Software EngineeringWDMUSBVideoStreamingFilterDriver

Description: WDM USB Video Streaming Filter Driver
Platform: | Size: 67584 | Author: 夏峰 | Hits:

[Driver DevelopFilterDriveronFSDanditsApplications

Description: 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个控制USB 设备的过滤驱动实例。 -Theory of File system driver filter and a application for controlling USB device.
Platform: | Size: 43008 | Author: 陈宝楷 | Hits:

[Driver Developusbfilt

Description: 一个简单的上层USB过滤驱动,在此基础上可以实现U盘只读,只写,加解密等功能。-a simple usb filter driver. you can implement read-only,write-only, encryptand uncrypt function based on this project
Platform: | Size: 505856 | Author: 艾德 | Hits:

[USB developusbfilter

Description: USB Driver Filter. usbfriver contains driver setupdriver contains how setup driver
Platform: | Size: 183296 | Author: Football | Hits:

[Driver Developfilter

Description:
Platform: | Size: 1020928 | Author: pudnyh | Hits:

[CommunicationHIDTestSource

Description: 该程序演习特定设备的Windows藏的API。 安理会呼吁有关藏职能,并显示结果。 扩展的测试要求不寻常,但有效的参数功能的HID。 结果使检查错误隐藏的驱动程序。 在Windows HID类驱动程序的异常已经考虑到。 任何HID过滤驱动,HID氙微型驱动或为HID设备的USB过滤器驱动程序可能会导致问题,甚至BSODs。 当程序显示了HID设备中只用了Windows类驱动程序和安装自定义驱动程序,然后自定义驱动程序真正透明方面的HID API相同的结果。 即使WHQL测试司机的失败测试。双方肯辛顿和罗技鼠标驱动程序(2002年版)未通过测试。 否则,即使在Windows类驱动程序的一些测试是在一个错误的设备固件的迹象。 HID设备不显示在所有行动失败HidD_GetAttributes呼吁。-This program exercises the HID API of Windows for a specific device. It calls the relevant HID functions and shows the results. The extended test calls the HID functions with unusual but valid parameters. The results allow to check HID drivers for bugs. The anomalies of the Windows HID class drivers are already taken into account. Any HID filter driver, HID minidriver or USB filter driver for a HID device can cause problems even BSODs. When the program shows the same results for a HID device with only the Windows class drivers and installed custom drivers then the custom drivers are really transparent regarding the HID API. Even WHQL tested drivers fail this test. Both Kensington and Logitech mouse drivers (as of 2002 version) fail the test. Failing some tests even with the Windows class drivers is an indication of bugs in the firmware of the device. HID devices which do not show up at all fail the HidD_GetAttributes call.
Platform: | Size: 277504 | Author: 784119329 | Hits:

[SCMCodes

Description: 《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)" with USB CD-ROM in the circuit board and all learn the complete source code package test (C/C++ language). Through U disk, USB mouse, USB keyboard, USBMIDI keyboard, USB to serial port, USBHID custom USB device and custom USB device, and several other specific examples, step by step and explain the USB device driver and application development of detailed process and steps. The last two chapters introduce USBWDM driven development, and gives a simple USB drive and USB upper filter driver instance.
Platform: | Size: 35291136 | Author: kevin | Hits:

[USB developSniffUSB

Description: 使用usb过滤驱动配合应用程序监听usb数据的小工具-use usb filter driver to monitor the data on usb
Platform: | Size: 1863680 | Author: kevin | Hits:

[Driver DevelopWindows_2000_XP_WDM_Driver_Development

Description: 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本技术性较强的工具书。本书的适用对象是具有一定计算机硬件及C++语言基础的计算机应用开发人员,是计算机应用开发人员和高等院校学生的实用参考书。 -This book introduces the development tools developed by DriverStudio 3.1 under Windows 2000/XP WDM Device Driver principles and programming. WDM book details the basic procedural framework and programming, IRP and the basic concepts of programming, WDM, and the communication between applications, plug and play, power management, WMI programming techniques, IRP serial processing, the filter driver , WDM access to the hardware equipment to handle hardware interrupts, DMA operation of achieving the programming technology, and a lot of basic programming techniques, as well as PCI interface, USB interface and WDM device driver development. Book with 20 examples of typical programming, easy to readers to learn and master. This book is a highly technical tool. The book is targeted with a certain computer hardware and C-based computer application developer, a computer application developers and university students practical reference book.
Platform: | Size: 35525632 | Author: lijianli | Hits:

[USB developUSBFilter1

Description: USB过滤驱动 挂在在U盘CLASS注册表下实现u盘只读功能-USB filter driver disk hang CLASS registry in the U disk read-only functions to achieve u
Platform: | Size: 12140544 | Author: DEF | Hits:

[Driver Developfilter-driver-of-usb-disk

Description: filter driver of usb disk
Platform: | Size: 106496 | Author: zhangjunfu | Hits:
« 12 3 »

CodeBus www.codebus.net