Version 0.15.0

- implemented PE and TE executables relocation for correct Boot Firmware
Volume modification
This commit is contained in:
Nikolaj Schlej 2014-01-09 11:45:49 +01:00
parent 17ee8a445a
commit ead41ba5bb
6 changed files with 1111 additions and 197 deletions

View file

@ -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