PE数字证书验证
摘要:
1 #include "stdafx.h" 2 #include <windows.h> 3 #include <Wintrust.h> 4 #include <SoftPub.h> 5 #include <Mscat.h> 6 7 #pragma comment(lib,"WinTrust.lib") 8 9 BOOL CheckFileTrust( LPCWSTR lpFileName )10 {11 BOOL bRet = FALSE;12 WINTRUST_DATA wd = { 0 };13 WI 阅读全文
posted @ 2012-12-18 12:05 WoLF89 阅读(637) 评论(0) 推荐(0) 编辑