- Notifications
You must be signed in to change notification settings - Fork5
Dump certificates from PE files in different formats
License
secana/CertDump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Cross-Platform tool to dump the signing certificate from a Portable Executable (PE) file.
There are different ways to obtainCertDump. Please check, which works for your operating system.
The easiest ways to installCertDump is withwinget.
winget install secana.CertDump
You find the latestWindows binaries under theRelease page.
You can install the latest version as adotnet global tool. The tool runs onWindows,Linux andMacOs.
# install CertDumpdotnet tool install-g CertDump# update CertDumpdotnet tool update-g CertDump# uninstall CertDumpdotnet tool uninstall-g CertDump
The tool is automatically added to your path. Just runcertdump
from your shell. Example:
# Run CertDump> certdump-helpCertDump1.1.1Copyright (C)2019 CertDump-f,--file Required. Input file to dump the certificatefrom.-o,--out (Default: cert.dump) Output file to dump the certificate to.--help Display this help screen.--version Display version information.
A new version is automatically released from themaster
branch when agit tag
is discovered.
Tag a release commit with:git tag -a v1.0.0 -m "CertDump v1.0.0"
.
Push the tag to the origin:git push origin v1.0.0
Replace the version number with the one to use.
It's not possible to automate thewinget release at the moment. To release a new version, a new manifest file needs to be published manually towinget-pkgs certdump.
About
Dump certificates from PE files in different formats