驱动程序签名工具

The Microsoft Windows Driver Kit (WDK) includes the following tools that you can use to create a code-signing certificate, to sign the catalog file of a driver package, and to embed a signature in a driver file:

CertMgr

Inf2Cat

MakeCat

MakeCert

Pvk2Pfx

SignTool

这些工具位于以下目录中:

  • Inf2Cat 工具位于 %WindowsSdkDir%\bin\x86 目录中。

  • 其他工具位于 32 位 Windows 平台(%WindowsSdkDir%\bin\x86)和 64 位 Windows 平台(%WindowsSdkDir%\bin\x64)的目录中。

Note The Visual Studio environment variable, %WindowsSdkDir%, represents the path to the Windows kits directory where this version of the WDK is installed, for example, C:\Program Files (x86)\Windows Kits\10.

Microsoft Windows SDK 包含有关服务、组件和工具的信息,可用于向应用程序添加加密安全性。 This includes the CertMgr, MakeCert, and SignTool tools.

For more information on signing drivers and driver packages, see Driver Signing.

有关测试签名驱动程序包的信息,请参阅 开发和测试期间对驱动程序进行签名