mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
Add file extraction mode to UEFIExtract
This commit is contained in:
parent
d23c1a682a
commit
c70d448056
3 changed files with 22 additions and 2 deletions
|
@ -32,7 +32,8 @@ public:
|
|||
DUMP_ALL,
|
||||
DUMP_BODY,
|
||||
DUMP_HEADER,
|
||||
DUMP_INFO
|
||||
DUMP_INFO,
|
||||
DUMP_FILE
|
||||
};
|
||||
|
||||
static const UINT8 IgnoreSectionType = 0xFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue