wdk
Enumerating processes that record or playback on Windows XP
I would like to enumerate all processes, which have an open handle for any of the soundcards in开发者_StackOverflow中文版 the system. Ideally I would like a \"process - sound card - action\" relation,[详细]
2023-01-24 23:00 分类:问答How to build a WDM driver in WDK?
I want to build a WDM driver in the latest WDK. What\'s the di开发者_运维知识库fference between the sources file for WDM and WDF? How can I specify the build taget as WDM instead of WDF?KMDF is just a[详细]
2023-01-23 23:24 分类:问答How to get the include paths of WDM compiler?
I\'m reading the source code of some device driver for Windows XP, and I want to know the exact include paths of the WDM compiler. I know that these should be included :[详细]
2023-01-23 01:41 分类:问答What causes the differences between a driver on disk and a driver mapped to memory?
Hey, Today I tried to do a binary diffing of NDIS.sys, and I noticed something weird. I took a function, and began to diff it. The first 30 bytes were the same on the disk(using IDA) and on memory(usi[详细]
2023-01-21 01:40 分类:问答DDK "Hello World"
How does one begin writing drivers for Windows?Is there some sort of official DDK \"Hello World\" example out there?[详细]
2023-01-20 03:25 分类:问答The right way to load WDK in MS Visual C++ 2008?
I have a project that includes a device driver and the developer is able to compile it. I installed MS Visual C++ 2008 and the first error was \"fatal error C1083: Cannot open include file: \'ntddk.h\[详细]
2023-01-19 20:18 分类:问答Determine Physical Location of a PCI Adapter
We have a Windows application that can use multiple PCI adapters.These adapters all have external physical connections to other hardware or cables.Our software is configured to know what the physical[详细]
2023-01-17 05:42 分类:问答Including a Windows DDK Header
I am writing 开发者_StackOverflow中文版a user-space Win32 application.However, as part of this application I need to make some DeviceIo calls to the Windows 1394 stack.The header file which contains t[详细]
2023-01-16 08:19 分类:问答How to use ZwQueryInformationProcess to get ProcessImageFileName in a kernel driver?
I\'m writing a simple kernel driver for my application (think of a very simple anti-malware application.)[详细]
2023-01-15 21:26 分类:问答Printer Driver Development - from 32 to 64 bits
I\'ve developed a driver that is compiled for 32 bits system. The driver is unidriver based. Does anyone knows what should be needed to get the driver compatible with 64 bits? What changes should I n[详细]
2023-01-11 12:20 分类:问答