https://bugs.winehq.org/show_bug.cgi?id=44707
Bug ID: 44707 Summary: Sigcheck v2.60 crashes on unimplemented function CRYPT32.dll.CryptSIPRetrieveSubjectGuidForCatalogFile Product: Wine Version: 3.3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says.
--- snip --- $ wine ./sigcheck.exe -?
Sigcheck v2.60 - File version and signature viewer Copyright (C) 2004-2017 Mark Russinovich Sysinternals - www.sysinternals.com
usage: Z:\home\focht\Downloads\sigcheck.exe [-a][-h][-i][-e][-l][-n][[-s]|[-c|-ct]|[-m]][-q][-r][-u][-vt][-v[r][s]][-f catalog file] [-w file] <file or directory> usage: Z:\home\focht\Downloads\sigcheck.exe -d [-c|-ct] [-w file] <file or directory> usage: Z:\home\focht\Downloads\sigcheck.exe -o [-vt][-v[r]] [-w file] <Z:\home\focht\Downloads\sigcheck.exe csv file> usage: Z:\home\focht\Downloads\sigcheck.exe -t[u][v] [-i] [-c|-ct] [-w file] <certificate store name|*> -a Show extended version information. The entropy measure reported is the bits per byte of information of the file's contents. -c CSV output with comma delimiter -ct CSV output with tab delimiter Specify -nobanner to avoid banner being output to CSV -d Dump contents of a catalog file -e Scan executable images only (regardless of their extension) -f Look for signature in the specified catalog file -h Show file hashes -i Show catalog name and signing chain -l Traverse symbolic links and directory junctions -m Dump manifest -n Only show file version number -o Performs Virus Total lookups of hashes captured in a CSV file previously captured by Sigcheck when using the -h option. This usage is intended for scans of offline systems. -r Disable check for certificate revocation -s Recurse subdirectories -t[u][v] Dump contents of specified certificate store ('*' for all stores). Specify -tu to query the user store (machine store is the default). Append '-v' to have Sigcheck download the trusted Microsoft root certificate list and only output valid certificates not rooted to a certificate on that list. If the site is not accessible, authrootstl.cab or authroot.stl in the current directory are used instead, if present. -u If VirusTotal check is enabled, show files that are unknown by VirusTotal or have non-zero detection, otherwise show only unsigned files. -v[rs] Query VirusTotal (www.virustotal.com) for malware based on file hash. Add 'r' to open reports for files with non-zero detection. Files reported as not previously scanned will be uploaded to VirusTotal if the 's' option is specified. Note scan results may not be available for five or more minutes. -vt Before using VirusTotal features, you must accept VirusTotal terms of service. See:
https://www.virustotal.com/en/about/terms-of-service/
If you haven't accepted the terms and you omit this option, you will be interactively prompted. -w Writes the output to the specified file. -nobanner Do not display the startup banner and copyright message. --- snip ---
Running:
--- snip ---
$ wine ./sigcheck.exe -h ./sigcheck.exe ... wine: Call from 0x7bc63b78 to unimplemented function CRYPT32.dll.CryptSIPRetrieveSubjectGuidForCatalogFile, aborting --- snip ---
$ sha1sum sigcheck.exe ceaee2c6a2305d454aea111eb882ef8070c54548 sigcheck.exe
$ du -sh sigcheck.exe 364K sigcheck.exe
$ wine --version wine-3.3-128-gdfde119538
Regards
https://bugs.winehq.org/show_bug.cgi?id=44707
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://docs.microsoft.com/ | |en-us/sysinternals/download | |s/sigcheck Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=44707
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |de8a1603aaf4dabc50a6e544736 | |46550f86601a5 Resolution|--- |FIXED Status|NEW |RESOLVED CC| |leslie_alistair@hotmail.com
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=de8a1603aaf4dabc50a6e5447...
https://bugs.winehq.org/show_bug.cgi?id=44707
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.4.
https://bugs.winehq.org/show_bug.cgi?id=44707
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://docs.microsoft.com/ |https://web.archive.org/web |en-us/sysinternals/download |/20170610150232/http://down |s/sigcheck |load.sysinternals.com/files | |/Sigcheck.zip
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive. Unfortunately I couldn't find a snapshot for Sigcheck v2.60 hence I reference the nearest ones around that date. Both versions can be used for reproducing as well.
https://web.archive.org/web/*/http://download.sysinternals.com/files/Sigchec...
Sigcheck v2.55:
https://web.archive.org/web/20170610150232/http://download.sysinternals.com/...
$ sha1sum Sigcheck.zip c98921cf77048fc51c197d575acba22bba0d08c9 Sigcheck.zip
$ du -sh Sigcheck.zip 528K Sigcheck.zip
Sigcheck v2.71:
https://web.archive.org/web/20190220013811/download.sysinternals.com/files/S...
$ sha1sum Sigcheck.zip f45ea7ca833da73a432232865b43ed273407b01b Sigcheck.zip
$ du -sh Sigcheck.zip 516K Sigcheck.zip
Regards