Utility to load .sys driver on Windows

12,584

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.

Share:
12,584
Bojan Radojevic
Author by

Bojan Radojevic

Since I was 12, I'm trying to find solution for a problem, not other way around. So I never, really, made some simple game or app just to make "something" working, apart of Hallo World of course. Basically all of my apps are done to solve some real problem, so I evolved goals oriented type of thinking. My philosophy is: simple is better than complex, use the right tool for the job, do one thing and do it well, linux over windows. Code should be self explanatory, no encrypted one liners, naming is important, comment "why" over "how".

Updated on June 04, 2022

Comments

  • Bojan Radojevic
    Bojan Radojevic almost 2 years

    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.

  • Quaxton Hale
    Quaxton Hale over 10 years
    I am on Windows 7 x64 and I enabled Test Signing. But when I try to load my driver with OSR Loader I get an error message: this driver has been blocked from loading Any help?
  • SullX
    SullX about 9 years
    x64 Windows prevents loading of unsigned drivers. The only way around it is disabling Patch Guard.