http://bugs.winehq.org/show_bug.cgi?id=58090
Bug ID: 58090 Summary: request: add information in the Wiki FAQ about verifying Windows digital signatures Product: WineHQ.org Version: unspecified Hardware: x86-64 OS: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: cemer99797@isorax.com
Feature Request: Add information in the Wine Wiki FAQ about verifying the digital signatures of Windows executables
According to this forum thread (https://forum.winehq.org/viewtopic.php?t=40419) it can be easily done using Microsoft Sysinternals Sigcheck (https://learn.microsoft.com/en-us/sysinternals/downloads/sigcheck) (small download) for Windows. Works on both macOS and Linux through Wine. I have used and tested this method and it works reliably.
There is also the option on using the Linux/macOS native osslsigncode tool (https://github.com/mtrojnar/osslsigncode) (FOSS, small download, available on Homebrew). I have not tested this method.
Or using Microsoft SignTool.exe (Sign Tool) (https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe) for Windows but that requires a download of the Windows SDK (https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) (over 1 GB download). I have not tested this method.
http://bugs.winehq.org/show_bug.cgi?id=58090
--- Comment #1 from ToastyBug cemer99797@isorax.com --- command to use for Microsoft Sysinternals Sigcheck:
wine sigcheck64.exe -a "<Windows_formatted_filepath\to\program.exe>"
http://bugs.winehq.org/show_bug.cgi?id=58090
ToastyBug cemer99797@isorax.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|request: add information in |Feature Request: add info |the Wiki FAQ about |about verifying Windows |verifying Windows digital |digital signatures |signatures |