Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dump certificates from PE files in different formats

License

NotificationsYou must be signed in to change notification settings

secana/CertDump

Repository files navigation

Build

Cross-Platform tool to dump the signing certificate from a Portable Executable (PE) file.

Get CertDump

There are different ways to obtainCertDump. Please check, which works for your operating system.

Winget

The easiest ways to installCertDump is withwinget.

winget install secana.CertDump

Github release

You find the latestWindows binaries under theRelease page.

Dotnet Global Tool

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.

Release new version

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.

Winget

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.


[8]ページ先頭

©2009-2025 Movatter.jp