table of contents
other versions
UEFIReplace(1) | General Commands Manual | UEFIReplace(1) |
NAME¶
UEFIReplace - UEFI image file replacement utility
SYNOPSIS¶
UEFIReplace image_file guid section_type contents_file [-o output] [-all] [-asis]
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.
OPTIONS¶
- -o, --output output
- Set the output file. Default: image_file.patched
- -all
- Replace all occurrences. Default: replace the first occurrence.
- -asis
- Replace the section as-is. Default: replace the content body only.
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).
2018-07-23 |