Changes between Version 6 and Version 7 of BuildingTapWindows6


Ignore:
Timestamp:
04/19/16 11:19:21 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTapWindows6

    v6 v7  
    7676Using signtool.exe to verify a driver's signature probably gives more reliable results than the Get-!AuthenticodeSignature Cmdlet:
    7777{{{
    78 signtool verify /v /kp /c <drivername>.cat <drivername>.sys
     78signtool.exe verify /v /kp /c <drivername>.cat <drivername>.sys
    7979}}}
    8080
     
    8888'''Practical guides'''
    8989 * [https://technet.microsoft.com/en-us/library/dd919238%28v=ws.10%29.aspx Steps for Signing a Device Driver Package]
     90 * [https://github.com/pbatard/libwdi/wiki/Signed-Driver-Walkthrough Signed Driver Walkthrough]
    9091'''References'''
    9192 * [https://msdn.microsoft.com/en-us/library/windows/hardware/ff553618%28v=vs.85%29.aspx Inf2Cat]