pesigcheck — tool for verifying UEFI applications
Contents
Description
pesigcheck is a command line tool for verifying the signature of UEFI applications.
Name
pesigcheck — tool for verifying UEFI applications
Options
-ifile | --infile
PE binary file to be checked
-n | --no-system-db
inhibit the use of DB and DBX from the running system
-Dfile | --dbfilefile
EFI Signature List or EFI variable file to be used as the allowed security database
may be used more than once
-Xfile | --dbxfilefile
EFI Signature List or EFI variable file to be used as the blacklisted security database
may be used more than once
-cfile | --certfilefile
DER-encoded certificate Ar file to be added to the allowed security database
may be used more than once
-q | --quiet
be quieter
-v | --verbose
be more verbose
See Also
authvar(1), pesign(1), efisigdb(1)
Standards
UEFI Specification Working Group, UnifiedExtensibleFirmwareInterface(UEFI)SpecificationVersion2.8,
UnifiedExtensibleFirmwareInterfaceForum, https://uefi.org/specifications , March 2019.
Synopsis
pesigcheck-ifile [-n] [-Dfile] [-Xfile] [-cfile] [-q] [-v]
