mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-24 12:07:12 -04:00
Version 0.17.2
- Pad file GUID are now preserved
This commit is contained in:
parent
dfb307b4aa
commit
f2ad796dc0
4 changed files with 20 additions and 12 deletions
|
@ -98,7 +98,7 @@ private:
|
|||
UINT8 getSectionSize(const QByteArray & file, const UINT32 sectionOffset, UINT32 & sectionSize);
|
||||
|
||||
// Reconstruction helpers
|
||||
UINT8 constructPadFile(const UINT32 size, const UINT8 revision, const UINT8 erasePolarity, QByteArray & pad);
|
||||
UINT8 constructPadFile(const QByteArray guid, const UINT32 size, const UINT8 revision, const UINT8 erasePolarity, QByteArray & pad);
|
||||
UINT8 growVolume(QByteArray & header, const UINT32 size, UINT32 & newSize);
|
||||
|
||||
// Rebase routines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue