mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 07:34:45 -04:00
Version 0.15.0
- implemented PE and TE executables relocation for correct Boot Firmware Volume modification
This commit is contained in:
parent
17ee8a445a
commit
ead41ba5bb
6 changed files with 1111 additions and 197 deletions
|
@ -76,6 +76,9 @@ typedef uint16_t CHAR16;
|
|||
#define ERR_UNKNOWN_COMPRESSION_ALGORITHM 26
|
||||
#define ERR_UNKNOWN_EXTRACT_MODE 27
|
||||
#define ERR_UNKNOWN_INSERT_MODE 28
|
||||
#define ERR_UNKNOWN_IMAGE_TYPE 29
|
||||
#define ERR_UNKNOWN_PE_OPTIONAL_HEADER_TYPE 30
|
||||
#define ERR_UNKNOWN_RELOCATION_TYPE 31
|
||||
#define ERR_NOT_IMPLEMENTED 0xFF
|
||||
|
||||
// Compression algorithms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue