Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install authenticode-tool
It will make the authenticode-tool command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall authenticode-tool uninstalls.
Back to the crate overview .
Readme
This is a command-line utility for working with authenticode data as
defined in the PE format .
Note that currently the tool does not support creating or verifying
authenticode signatures.
License
Licensed under either of Apache License, Version 2.0
or MIT license at your option.
Disclaimer
This project is not an official Google project. It is not supported by
Google and Google specifically disclaims all warranties as to its quality,
merchantability, or fitness for a particular purpose.