Files
Leviathan/Library/Internal/include/toolkit/XVerifyProcessSigner.h
T
2026-06-01 12:46:52 +02:00

10 lines
250 B
C++

#pragma once
#include <string>
#include <windows.h>
bool XVerifyProcessSigner( const std::wstring& strProcessFullPath, const std::wstring& strSigner, const unsigned char* bySerial, size_t serial_size, SYSTEMTIME* timestamp, std::wstring* msg );