mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 16:14:47 -04:00
- introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items
- remove unused code to support Qt 5.5 and earlier Qt versions - remove unused section parsing code - add a check and description for section alignment quirk (compiled out for now)
This commit is contained in:
parent
cc274319bf
commit
12f40cf289
20 changed files with 165 additions and 224 deletions
|
@ -30,6 +30,7 @@ typedef struct VOLUME_PARSING_DATA_ {
|
|||
BOOLEAN hasExtendedHeader;
|
||||
BOOLEAN hasAppleCrc32;
|
||||
BOOLEAN isWeakAligned;
|
||||
BOOLEAN requiresSectionAlignmentQuirk;
|
||||
} VOLUME_PARSING_DATA;
|
||||
|
||||
typedef struct FILE_PARSING_DATA_ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue