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

uefiextract - UEFI image file parsing utility

Author

UEFITool is written by Nikolaj Schlej aka CodeRush.

       This manual page was written by Yangfl for the Debian Project (and may be used by others).

                                                                                                  uefiextract(1)

Command Syntax

       <no command>
              Generate report and dump only leaf tree items into .dump folder.

       all    Fenerate report and dump all tree items.

       unpack Fenerate report and dump all tree items in one dir.

       dump   Only generate dump, no report needed.

       report Only generate report, no dump needed.

       GUID_1...
              Dump only FFS file(s) with specific GUID(s), without report.

              TYPE is section type or FF to ignore.  MODE is one of: all, body, header, info, file.

              Return  value  is  a  bit  mask  where  0  at position N means that file with GUID_N was found and
              unpacked, 1 otherwise.

Description

UEFITool  is  a cross-platform C++/Qt program for parsing, extracting and modifying UEFI firmware images.
       It supports parsing of full BIOS images starting with the flash descriptor or any binary files containing
       UEFI volumes.

       uefiextract uses ffsParser to parse supplied firmware image into a tree structure and  dumps  the  parsed
       structure recursively on the FS.

Name

       uefiextract - UEFI image file parsing utility

Synopsis

uefiextractimagefileuefiextractimagefile {all|unpack|dump|report}

       uefiextractimagefileGUID_1...  [-oFILE_1...]  [-mMODE_1...]  [-tTYPE_1...]

See Also