코드사인 썸네일형 리스트형 파일 코드사인(디지털서명) 여부 확인 //------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Example of verifying the embedded signature of a PE file by using // the WinVerifyTrust function. #include #include #include #include #include #include #include // Link with the Wintrust.lib file. #pragma comment (lib, "wintrust") bool VerifyEmbeddedSignature(LPCT.. 더보기 이전 1 다음