mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-18 09:04:48 -04:00
Version 0.16.3
- all affected PEI-files will be rebased after any changes in volume - corrected calculation of volume base address - code slightly refactored
This commit is contained in:
parent
4edeb4fbef
commit
070943c959
3 changed files with 134 additions and 166 deletions
|
@ -101,8 +101,9 @@ private:
|
|||
|
||||
// Rebase routines
|
||||
UINT8 getBase(const QByteArray& file, UINT32& base);
|
||||
UINT8 getEntryPoint(const QByteArray& file, UINT32 &peiCoreEntryPoint);
|
||||
UINT8 getEntryPoint(const QByteArray& file, UINT32 &entryPoint);
|
||||
UINT8 rebase(QByteArray & executable, const UINT32 base);
|
||||
void rebasePeiFiles(const QModelIndex & index);
|
||||
|
||||
// Patch routines
|
||||
UINT8 patchVtf(QByteArray &vtf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue