Check the binary integrity and the certificates of an app using SigCheck

Описание к видео Check the binary integrity and the certificates of an app using SigCheck

The scenario is simple. You downloaded some software. Later you go to the creator's site and you see the checksum information.In that section you will see the hashes for the software. On your PC you want to verify what you downloaded has the same hashes as found in the checksum.
The official description for SigCheck is: A file version and signature viewer.
This app can be opened in the GUI or in the command line.
In the command line you will get an example of usage aswell as all of the tags that can be used.
In the command line it will look like this. We are assuming the app you want to verify is in the same directory.

sigcheck.exe -h nameOfFile.exe

The "-h" stands for "show file hashes".
By doing this you can make comparison.

Комментарии

Информация по комментариям в разработке