mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 21:44:24 -04:00
Fix CPD Extension offset (reverts 29915ca
)
The CPD Extensions should have the header size added as an offset instead.
This commit is contained in:
parent
29915ca620
commit
4992474e83
2 changed files with 12 additions and 9 deletions
|
@ -130,7 +130,7 @@ private:
|
|||
|
||||
USTATUS parseBpdtRegion(const UByteArray & region, const UINT32 localOffset, const UINT32 sbpdtOffsetFixup, const UModelIndex & parent, UModelIndex & index);
|
||||
USTATUS parseCpdRegion(const UByteArray & region, const UINT32 localOffset, const UModelIndex & parent, UModelIndex & index);
|
||||
USTATUS parseCpdExtensionsArea(const UModelIndex & index);
|
||||
USTATUS parseCpdExtensionsArea(const UModelIndex & index, const UINT32 localOffset);
|
||||
USTATUS parseSignedPackageInfoData(const UModelIndex & index);
|
||||
|
||||
USTATUS parseRawArea(const UModelIndex & index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue