参考:http://www.codeproject.com/Articles/43586/File-System-Filter-Driver-Tutorial 关键点: To perform attaching, we create a new device object with the device extension (call IoCreateDevice) and the propagate device object flags from the device object we a…
https://code.google.com/p/busdog/ busdog is a filter driver for MS Windows (XP and above) to sniff USB traffic. https://busdog.googlecode.com/files/busdog32_v0.2.1.exe https://busdog.googlecode.com/files/busdog64_v0.2.1.exe Important Note It is a goo…
In particular, Microsoft® instituted a device driver certification process for its Windows® desktop and server operating systems to ensure the drivers are functional with their products. INF (or Information) files are scripts which tell the Windows O…
在windows下安装一个驱动,我们你需要把所有需要的软件打包-称为驱动包.驱动包里包括系统提供的给所有设备类使用的一般安装工具,还包括了设备商提供的设备特定的组件.下面我们就来看看驱动包里具体需要哪些组件. http://msdn.microsoft.com/zh-cn/library/windows/hardware/ff539954(v=vs.85).aspx The following components are necessary to install and support a d…
http://www.codemachine.com/courses.html#kerdbg Windows Kernel Internals for Security Researchers This course takes a deep dive into the internals of the Windows kernel from a security perspective. Attendees learn about behind the scenes working of va…