mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 22:54:47 -04:00
Version 0.19.1
- hex numbers are printed uppercase - empty paddings are shown as Empty(0x00) or Empty(0xFF) - volume size is determined by FvLength header field only - spaces are now allowed for hex pattern search - another messages clean-up
This commit is contained in:
parent
262e81720c
commit
a400c2ef8f
6 changed files with 125 additions and 126 deletions
|
@ -114,7 +114,7 @@ private:
|
|||
void parseAprioriRawSection(const QByteArray & body, QString & parsed);
|
||||
UINT8 parseDepexSection(const QByteArray & body, QString & parsed);
|
||||
UINT8 findNextVolume(const QByteArray & bios, const UINT32 volumeOffset, UINT32 & nextVolumeOffset);
|
||||
UINT8 getVolumeSize(const QByteArray & bios, const UINT32 volumeOffset, UINT32 & volumeSize);
|
||||
UINT8 getVolumeSize(const QByteArray & bios, const UINT32 volumeOffset, UINT32 & volumeSize, UINT32 & bmVolumeSize);
|
||||
UINT8 getFileSize(const QByteArray & volume, const UINT32 fileOffset, UINT32 & fileSize);
|
||||
UINT8 getSectionSize(const QByteArray & file, const UINT32 sectionOffset, UINT32 & sectionSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue