You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
f'[+] The file "{argv[1]}" is signed and the signature was verified.',
"",
)
elifstatus==0x800B0100:
err=last_error()
iferrin (0x800B0100, 0x800B0003, 0x800B0001):
print_(f'\x1b[33m[-] The file "{argv[1]}" is not signed.\x1b[0m')
else:
print_(
f'\x1b[31m[!] An unknown error occurred trying to verify the signature of the "{argv[1]}" file.\x1b[0m'
)
elifstatus==0x800B0111:
print_("\x1b[33m[-] The signature is present, but not trusted.\x1b[0m")
elifstatus==0x80092026:
print_(
"\x1b[33m[-] CRYPT_E_SECURITY_SETTINGS - The hash representing the subject or the publisher wasn't explicitly trusted by the admin and admin policy has disabled user trust. No signature, publisher or timestamp errors.\x1b[0m"