UEFIExtract(1) | General Commands Manual | UEFIExtract(1) |
UEFIExtract - UEFI image file parsing utility
UEFIExtract imagefile
UEFIExtract imagefile {all|unpack|dump|report}
UEFIExtract imagefile GUID_1... [-o FILE_1...] [-m MODE_1...] [-t TYPE_1...]
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.
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.
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).