搜索资源列表
WdmUSB
- 一个通用的usb驱动程序列程,可以了解驱动程序的基本结构-A common usb driver routine,you can get a general idea of driver program basic structure.
枚举机器上所有Pci设备的驱动源码
- 枚举机器上所有Pci设备的驱动源码,能帮初学者很快上手。-Enumerate all the machines by taking PCI device driver source code, can help beginners get started quickly.
driverdev_src3
- This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs
hookEx
- get unexport funtion
Get Multi Joy Data 多游戏杆编程
- 基于directiput的多游戏杆编程,理论上可支持无限个游戏杆,本实例中同时采集两个游戏杆信息
RS232 log
- Use rs232 to get real time log data from machine
SSDTDumpDDK
- 获取SSDT列表的程序源码,DDK编译开发,学习驱动的好材料-Get a list of program source code SSDT, DDK compiler development, good material for learning-driven
USB
- 一个检测USB移动存储设备的拔插情况,通过检测系统的WM_DEVICECHANGE 消息来获得当前的USB设备状态-A test plug USB removable storage device case, through the detection system WM_DEVICECHANGE message to get the current USB device status
RSSI
- 获取无线网卡 RSSI 值,做无线定位时,有参考作用-get the RSSI of the wireless network card
SSDT-Shadow-Hook
- Hook 了以下函数: NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoint WindowFromPoint NtUserBuildHwndList EnumWindows NtUserSetWindowLong SetWindowLong
UPan
- 检测并获取插入U盘的盘符,并可以卸载相应U盘。-U test and get into the disk drive letter, and you can uninstall the corresponding U disk.
ntinfo
- 从内核直接获取NT操作系统的信息。-Get OS infomation of NT from kernal directly
InTouch10.0_WWSUITE
- InTouch10授权,开发版无限点,甩掉硬件狗,支持最新版以及其他低版本InTouch-InTouch10 authorization, Developer Edition unlimited point dog to get rid of hardware to support the latest version, as well as other lower versions of InTouch
linux8019
- LINUX 下的8019的驱动 很难得的资料源码啊-LINUX driver 8019 under very difficult to get information source ah
HardDriveInfo
- hard disk information where u can get info of seaial no of haed disk
ezusbdrv
- EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with // CreateFile()) before the devi
GetHDDNum
- Get HDD Serial number module
view-network-mac
- 获取网卡mac地址的vb源代码,仅使用api接口即可获得网卡mac地址。-get mac
Get-Volum-Drive
- Get Volum Drive (Get Drive list)
get-process-SessionId
- 在驱动开发中为了支持RDP模式,经常在内核驱动中要获取一个进程的终端ID(SessionId),即任务管理器中的"会话ID"列。 在应用层获取SessionId的方法很多比如WTSEnumerateProcesses函数,但是在内核中的方法目前我只知道一方法,现在分享给大家, 关键技术是:通过ZwQueryInformationProcess或NtQueryInformationProcess方法,使用ProcessSessionInformation类型获取SessionId,废话少说