konidev20 / sigtool

sigtool for signed PE files in GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/konidev20/sigtool
gosigtool test.exe

About

sigtool for signed PE files in GO

License:Apache License 2.0


Languages

Language:Go 100.0%