Utility to load .sys driver on Windows

巧了我就是萌 提交于 2021-02-08 06:21:33

问题


Is there any tool that I can use to load .sys driver. I just made hallo world driver from this tutorial http://www.rohitab.com/discuss/topic/24166-windows-driver-development-tutorial/ but I don't know how to load it. Cant find anything on google.


回答1:


You have two choices - You have sc.exe as Harry said in his comment, or you have the OSR Loader, which is what I personally use.

Keep in mind that, on Windows Vista/7 x64 you will need to use BCDEdit to enable TESTSIGNING (bcdedit -set TESTSIGNING on) in order to install your unsigned driver for development.

The program itself is pretty self explanatory.



来源:https://stackoverflow.com/questions/9957547/utility-to-load-sys-driver-on-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!