rhboot / pesign

Linux tools for signed PE-COFF binaries
GNU General Public License v2.0
111 stars 51 forks source link

pesum - add a new tool to the shed #83

Closed vathpela closed 2 years ago

vathpela commented 2 years ago

This PR adds a new tool, "pesum", that works like such:

random:~/devel/github.com/pesign/pesum$ ./src/pesum shimx64.efi grubx64.efi
8c5806e66bb5b052ebf860e1722474269cff3dde588610df21dbe8cf12c08390 shimx64.efi
546a71319c22da1d81879383c4c74be06d1c374bdecfafc9fcc80bd541802bfc grubx64.efi
random:~/devel/github.com/pesign/pesum$

This PR is on top of #82.