问题
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