microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.98k stars 4.94k forks source link

how to test ddproxy? #444

Open onvejon opened 4 years ago

onvejon commented 4 years ago

create test Driver.cer file sign ` MakeCert.exe -r -pe "Driver.cer" -n CN="Driver" -sv "Driver.pvk" -len 2048

MakeCert.exe -r -pe -ss CStore -n "CN=Driver" Driver.cer

CertMgr.exe /add Driver.cer /s /r localMachine root

SignTool.exe sign -a -v -s CStore -n "Driver" -t http://timestamp.verisign.com/scripts/timstamp.dll * `

then install and start

` C:\DriverTest\amd64\ddproxy>net start ddproxy 发生系统错误 577。

Windows 无法验证此文件的数字签名。某软件或硬件最近有所更改,可能安装了签名错误或损毁的文件,或者安装的 文件可能是来路不明的恶意软件。 `

jammgit commented 4 years ago

系统没开启测试模式吧