driver
Query A Device Attached to USB - Windows
Well, I\'ve looked all over the internet, and it appears that what I want to do is near impossible without writing my own driver.[详细]
2023-03-03 21:24 分类:问答How to interact with disks or cd-roms in Protected Mode?
I am trying to write a hobby experiment OS now. And I am having this problem. In Real Mode, I can rely on BIOS to deal with disks and cd-roms (sometimes LBA BIOS extenstion is used). But once I enter[详细]
2023-03-01 03:37 分类:问答Installing Filter Drivers To An Existing Device
I am learning how to write a filter driver and is trying to install one on top an existing HID driver (mouse or keyboard) for practising.From what I understand, I should at least ad开发者_StackOverflo[详细]
2023-02-28 21:56 分类:问答Create a networked virtual HDD/file system [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-28 13:56 分类:问答Reading file in Kernel Mode
I am building a driver and i want to read some files. Is there any way to use \"ZwReadFile()\" or a similar function to read the[详细]
2023-02-28 13:50 分类:问答Mirror driver call to capture GDI Call
I am working on sample which captures the GDI call and save it in some format. Once after saving I need to display back in some other application.[详细]
2023-02-27 04:36 分类:问答Can I install an x64 driver with a test certificate WITHOUT disabling the driver signature?
I\'m developing a virtual driver and QA needs to check out the x64 version on several Windows 7 machines. I have strictly followed the instructions on generating a certificate for test purposes,[详细]
2023-02-27 04:30 分类:问答Reverse engineer Amiga monitor files
The files found in Devs:Monitors in AmigaOS, what do they contain? What is their internal format?How do you go about patching one or c开发者_运维知识库reating one from scratch?The Amiga program MonEd[详细]
2023-02-27 03:17 分类:问答-
driver = webdriver.Chrome()报错问题及解决
目录driver = webdriver.Chrome()报错解决方法下载一个chromedriver.exe 下载的链接为解压后挡在这个目录的Scripts下面然后就可以测试我们的第一个程序就可以正常运行了总结driver = webdwww.devze.comriver.Chrome([详细]
2023-02-26 09:23 分类:开发 D3DKMTCreateAllocation return code
In a driver I am debugging there is a call to D3DKMTCreateAllocation. The error I receive is int (-1071775735) or 0xc01开发者_运维技巧e0009 which is of type NTSTATUS.[详细]
2023-02-25 18:27 分类:问答