logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chktrust - Check the trust of a PE executable.

Author

       Written by Sebastien Pouliot

Description

       Verify  if  an  PE executable (CLR assembly, Win32 EXE or DLL) has a valid Authenticode(r) signature that
       can be traced back to a trusted certificate authority (CA). This means that

       (a) the signature is valid (i.e. file integrity) and,

       (b) the code-signing certificate can be chained back to one of the
              certificates in the Trust store.

Known Restrictions

       chktrust cannot validate Authenticode signatures on CAB files.

Mailing Lists

Name

       chktrust - Check the trust of a PE executable.

Options

-q,-quiet
              Quiet mode. Limited display on console.

       -v,-verbose
              Verbose mode. More details displayed on the console.

       -help,-h,-?,/?
              Display help about this tool.

See Also

signcode(1),makecert(1),certmgr(1),setreg(1)

                                                                                                  Mono(chktrust)

Synopsis

chktrust[options]filename

Web Site

       Visit http://www.mono-project.com for details

See Also