drivers
Driver certification on Windows
I\'m developing a device driver for use on Windows. Does the driver have to be certified by Microso开发者_如何学Cft to install? Are there any pitfalls of which I should be aware?[详细]
2023-02-05 05:22 分类:问答How enumerate all device objects?
Sor开发者_StackOverflow中文版ry for my English. I want to enumerate all pointers to the DEVICE_OBJECT\'s in the system. I know that this can be done from the user mode, but I forgot. May be with helpi[详细]
2023-02-03 12:28 分类:问答What is the advantage of c++ in writing device drivers? [duplicate]
This question already has answers here: Why are drivers and firmwares almost always written in C or ASM and not C++?[详细]
2023-02-03 12:26 分类:问答#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 分类:问答Known bugs in OpenGL 3, OpenGL 4 implementations
As we all get to know eventually, the specification is one thing and the implementation is another. Most of bugs we cause ourselves, but sometimes that\'s not the case.[详细]
2023-01-27 09:05 分类:问答Belkin Router Manager were to download [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-26 17:07 分类:问答USB RF Receiver Mouse Hacking
How do wireless mice work, as in technically, the RF Receiver you plug in via USB (PnP)? I want to know how I would go about accessing the data section of the receiver and see either the actual code i[详细]
2023-01-21 08:14 分类:问答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 分类:问答Visual Studio/Oracle Driver Help
I am trying to write a visual studio C# .net app which i can put on a subversion repository. The program runs on oracle drivers (Oracle.dataAccess) and should be e开发者_开发知识库asily managed and de[详细]
2023-01-18 00:22 分类:问答WDF EvtIoDeviceControl buffer lengths
When handling DeviceIoControl requests in a WDF driver what is the correct way to get the size of the input/output buffer.[详细]
2023-01-17 08:14 分类:问答