mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 14:35:23 -04:00
Version 0.7.0
- Attempt to solve bug with file resize - Solved bug with descriptor reconstruction - Intel image parsing method changed
This commit is contained in:
parent
3c90bc4a61
commit
1c005d5025
7 changed files with 432 additions and 85 deletions
|
@ -38,9 +38,9 @@ public:
|
|||
// Item types
|
||||
enum ItemTypes {
|
||||
Root,
|
||||
Image,
|
||||
Capsule,
|
||||
Descriptor,
|
||||
IntelImage,
|
||||
Image,
|
||||
Region,
|
||||
Padding,
|
||||
Volume,
|
||||
|
@ -56,6 +56,7 @@ public:
|
|||
|
||||
// Region subtypes
|
||||
enum RegionSubtypes {
|
||||
DescriptorRegion,
|
||||
GbeRegion,
|
||||
MeRegion,
|
||||
BiosRegion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue