Skip to content

A C++ command-line tool that verifies digital certificate status of executable files (.exe, .dll, .msi) on Windows, displaying whether files are signed, unsigned, or non-executable.

Notifications You must be signed in to change notification settings

Adilnasceng/CheckSertifica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Check Sertifica

This program is designed to verify and display certificate information. It shows the certificate status of a file given its path. To scan a file for certificates, it must be an executable file (e.g., ".exe", ".dll", ".msi", etc.).

Usage/Examples

<Application file path> <Path of the project to be scanned>

Signed : image Unsigned : image Not Executable : image

Technologies Used

C++

Visual Studio

About

A C++ command-line tool that verifies digital certificate status of executable files (.exe, .dll, .msi) on Windows, displaying whether files are signed, unsigned, or non-executable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors