Add file extraction mode to UEFIExtract

This commit is contained in:
vit9696 2018-06-13 19:53:18 +03:00
parent d23c1a682a
commit c70d448056
3 changed files with 22 additions and 2 deletions

View file

@ -32,7 +32,8 @@ public:
DUMP_ALL,
DUMP_BODY,
DUMP_HEADER,
DUMP_INFO
DUMP_INFO,
DUMP_FILE
};
static const UINT8 IgnoreSectionType = 0xFF;