Will use third-party driver cause any security issue? #617
Unanswered
fenghao413
asked this question in
Q&A
Replies: 1 comment
-
According to https://github.com/intel/pcm/blob/bd625645d1699affc62480277a44c8d29daccfff/doc/WINDOWS_HOWTO.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to sign the msr.sys file with included msr.inf file and stuck with following error message.
Inf2Cat:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\inf2cat.exe /os:10_x64 /driver:C:\Users\xxx\pcm\src\WinMSRDriver\x64\Release\MSR
........................
Signability test failed.
Errors:
22.9.10: wdfcoinstaller$kmdfcoinstallerversion$.dll in [msr_device_coinstaller_copyfiles] is missing from [SourceDisksFiles] section in MSR\msr.inf; driver may not sign correctly until this is resolved.
MSR\msr.inf does not have NTAMD64 decorated model sections.
22.9.6: DriverVer missing or in incorrect format in MSR\msr.inf
Warnings:
None
How to get the proper kmdfcoinstallerversion applied?
Beta Was this translation helpful? Give feedback.
All reactions