logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pesigcheck — tool for verifying UEFI applications

Authors

       Peter Jones

Linux                                             Jun 4, 2020$                                     PESIGCHECK(1)

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]

See Also