Download CMake from: https://cmake.org/download/
wget https://cmake.org/files/v3.12/cmake-3.12.3.tar.gz
tar zxvf cmake-3.*
Please go to https://github.com/nishuzumi/gemini-teacher |
wget https://cmake.org/files/v3.12/cmake-3.12.3.tar.gz
tar zxvf cmake-3.*
/* | |
# How To Get Information from Authenticode Signed Executables | |
https://support.microsoft.com/en-us/help/323809/how-to-get-information-from-authenticode-signed-executables | |
## Summary | |
You can use the WinVerifyTrust() API to verify an Authenticode signed executable. | |
Although a signature is verified, a program may also have to do the following: |