mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
16 lines
721 B
Plaintext
16 lines
721 B
Plaintext
(cmd) python crypto\wintrust.py
|
|
Checking signature of <C:\windows\system32\ntdll.dll>
|
|
is_signed: <True>
|
|
check_signature: <0>
|
|
full_signature_information:
|
|
* signed <True>
|
|
* catalog <C:\WINDOWS\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Package_802_for_KB4054517~31bf3856ad364e35~amd64~~10.0.1.6.cat>
|
|
* catalogsigned <True>
|
|
* additionalinfo <0>
|
|
Checking signature of some loaded DLL
|
|
<c:\python27\python.exe> : False (TRUST_E_NOSIGNATURE(0x800b0100L))
|
|
<c:\windows\system32\ntdll.dll> : True
|
|
<c:\windows\system32\kernel32.dll> : True
|
|
<c:\windows\system32\kernelbase.dll> : True
|
|
<c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9317_none_508dca76bcbcfe81\msvcr90.dll> : True
|