wdk
Error using Windows Driver Kit DriverPackagePreinstall
I am trying to preinstall an .inf driver after my windows program loads and was using this question as an example.I am writing in VB.Net while the original question was done in C# so it might be somet[详细]
2023-02-23 21:34 分类:问答NDIS filter driver doesn't load in windows 2008 R2
I\'m trying to develop an NDIS filter driver. However, I don\'t seem to be able to load it. I have the debug and testsigning boot options enabled; my driver is test-signed, and the certificate is load[详细]
2023-02-18 04:39 分类:问答How to build 2 device drivers with a small amount of shared code
I\'ve inherited a Windows driver that handles multiple device types.I need to separate it into 2 separated drivers, one for each device.There\'s code for each device, and then code that is common to t[详细]
2023-02-09 17:00 分类:问答How can I output traffic information (IP, port, etc.) to a log file using Windows Filtering Platform and Windows Driver Development Kit?
I am working on a driver using WDK that will monitor network traffic and output it to a log file. I am currently trying to modify the inspect example given in the WinDDK directory.[详细]
2023-02-06 13:22 分类:问答what does $< and $@ mean in make file
I found these pseudo variable name i开发者_运维知识库n my makefile in WDK build environment. What is referenced by these variables? It is a little hard for me to get the answer by search engine becaus[详细]
2023-02-04 14:00 分类:问答2 Mice, capturing exclusively one mouse on windows (DirectInput, DDK, Linux, anything)
I have connected 2 mice to PC and I wish one mouse to work as regular mouse and capture second mouse exclusively.[详细]
2023-01-29 22:03 分类:问答#pragma alloc_text(PAGE) code not page-aligned
I\'m facing a (possible) problem with DDK (a quite old version: 3590) for WinXP 32 bit. My driver contains some static variables not inizialized (they should be assigned to .bss section, I suppose) an[详细]
2023-01-27 12:33 分类:问答Communication between delphi application and Windows NT system driver
I am trying to build a very simple driver. Its sole purpose will be to register \"PsSetCreateProcessNotifyRoutine\" and on callbacks recieved from kernel, notify my Win32 application about which procc[详细]
2023-01-27 05:55 分类:问答Signtool stopped adding countersignature - what's up?
I recently faced a very strange problem. Compilation of our products includes signing the kernel-mode drivers and adding a countersignature. This is done using a call to signtool, included in the DDK[详细]
2023-01-25 23:11 分类:问答UMDF- lock device in application level
I\'m writing a simple USB driver for our device using UMDF over WinUsb. The driver can be used by multiple application concurrently.[详细]
2023-01-25 04:35 分类:问答