table of contents
other versions
- buster 5.18.0.240+dfsg-3
- testing 6.8.0.105+dfsg-3
- unstable 6.8.0.105+dfsg-3
- experimental 6.8.0.105+dfsg-3.1
Mono(chktrust) | Mono(chktrust) |
NAME¶
chktrust - Check the trust of a PE executable.SYNOPSIS¶
chktrust [options] filenameDESCRIPTION¶
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.
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.