Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doowon/sigtool
sigtool for signed PE files in GO
https://github.com/doowon/sigtool
Last synced: 28 days ago
JSON representation
sigtool for signed PE files in GO
- Host: GitHub
- URL: https://github.com/doowon/sigtool
- Owner: doowon
- License: apache-2.0
- Created: 2019-05-08T15:13:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T18:48:43.000Z (over 5 years ago)
- Last Synced: 2024-08-04T00:13:53.823Z (4 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-software-supply-chain-security - doowon/sigtool: sigtool for signed PE files in GO
README
# sigtool
This a sigtool in Go for signed PE files.
Currently, only extracting digital signatures embeded in a PKCS#7 `SignedData` in a signed PE is supported.
Adding and deleting digital signatures will be supported soon.## Command Line Usage
Example sigtool CLI usage:go get github.com/doowon/sigtool
gosigtool test.exe