源自:http://msdn.microsoft.com/en-us/library/aa382384(VS.85).aspx
The WinVerifyTrust API can be used to verify the signature of a portable executable file.
The following example shows how to use the WinVerifyTrust API to verify the signature of a signed portable executable file.
本文提供了一个使用WinVerifyTrust API验证PE文件签名的示例代码。该API能够验证可移植执行文件的签名,并确保其来源可靠。示例展示了如何初始化结构并调用WinVerifyTrust进行验证。
729

被折叠的 条评论
为什么被折叠?



