Compile windows MSR driver #372
Replies: 4 comments 3 replies
-
the project file for the driver is in WinMSRDriver source directory. |
Beta Was this translation helpful? Give feedback.
-
Might it be that you need to run cmake first and it is now auto-generated just like the other project files? I ran into this after the cmake conversion, not sure though if the driver project file was also affected by that change |
Beta Was this translation helpful? Give feedback.
-
Compiling and signing a driver is usually not straight forward. Have you considered using one of the precompiled drivers that are mentioned in the Windows howto? |
Beta Was this translation helpful? Give feedback.
-
https://docs.microsoft.com/en-us/windows-hardware/drivers/install/windows-driver-signing-tutorial Does this document help? The part at the bottom regarding self signing, not the MSFT WHQL signing. You may still need to put your windows in a special mode where it accepts self signed drivers, not sure if that documentation mentions that. |
Beta Was this translation helpful? Give feedback.
-
Hi!
For the project, I can't compile the msr.sys, I've already installed the DDK kit but I can't find out where this file is and what I have to do exactly to compile it!
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions