device-driver
is there user defined flags i can set/check in ZwCreateFile/InitializeObjectAttributes inside file system driver?
I am developing file system driver under Windows 开发者_StackOverflow社区and i need to check file attributes of every accessed file. To do this i need to do additional ZwCreateFile for each file, but[详细]
2023-03-10 04:12 分类:问答How do I restrict my driver from working for thirdparty applications?
How do I restrict my webcam driver from being used by other applications? I don\'t want other applications to use it. It should only work with my application.[详细]
2023-03-09 15:47 分类:问答INF problem for Plug&Play ( use IoRegisterPlugPlayNotification )
hi wanttouseIoRegisterPlugPlayNotification for notify when new usb get plug-in! my code dont work (i dont get notify)[详细]
2023-03-09 14:25 分类:问答Passing data between driver and Windows service
What is the c开发者_StackOverflowleanest way to pass data from device driver to windows service and back?This is normally achieved using Device Input and Output Control (IOCTL).[详细]
2023-03-09 05:13 分类:问答Fake webcam for adobe flash player
I would like to make a fake webcam or \"software\" webcam that would stream videos/music from a computer file. The flash player can stream a webcam but not video. The idea is to trick adobe flash into[详细]
2023-03-07 04:55 分类:问答Getting the Windows Drivers Directory
Is there an official / proper method of getting Windows’ drivers directory or do you just concatenate \"\\\\Drive开发者_StackOverflow中文版rs\" to GetSystemDirectory()?[详细]
2023-03-04 22:04 分类:问答memory read error in my DriverUnload callback,which causes BSOD,why?
I\'m following this example. Code in DriverEntry: UNICODE_STRING symLinkName; RtlInitUnicodeString(&symLinkName,L\"\\\\??\\\\HelloDDK\");[详细]
2023-03-04 03:11 分类:问答Linux using a driver from inside a driver
I am trying to interface to a microcontroller from my linux box via RS232 serial. I have written the driver and implemented a prot开发者_如何学运维ocol b/n pc and microcontroller, which uses a tty(/d[详细]
2023-03-03 16:41 分类:问答Simple Kernel Module for USB
I am trying to get familiar with Linux Kernel Module. So I have written this simplest module which works on usb. I am not sure what I am missing. The module is being loaded. Also on dmesg I can see th[详细]
2023-03-03 16:21 分类:问答Windows device driver sniffing / debugging
I\'ve recently bought a laptop with a touch pad that does not completely work under Linux. So I thought I might listen what data is sent to the PS2 controller (IO port 60) under Windows, and update th[详细]
2023-03-02 16:57 分类:问答