[ Japanese (日本語) / English ]
https://github.com/trueroad/extract-authenticode
This tool can extract Authenticode signature data from PE format file. (e.g. .exe, .dll etc.)
For building this tool,
- Microsoft Visual Studio Express 2013 for Windows Desktop
- MinGW-W64
etc.
You run "nmake" to get "extract-authenticode.exe".
gcc -municode -o extract-authenticode.exe extract-authenticode.c
Example. To extract Authenticode data of explorer.exe,
extract-authenticode C:\Windows\explorer.exe out.bin
Example. To parse output file (required openssl),
openssl asn1parse -in out.bin -inform der -i
Copyright (C) 2014, 2019 Masamichi Hosoda. All rights reserved.
License: BSD-2-Clause
See LICENSE.