diff options
| author | TeamCemu <teamcemu@protonmail.com> | 2019-06-19 13:54:02 +0200 |
|---|---|---|
| committer | TeamCemu <teamcemu@protonmail.com> | 2019-06-19 13:54:02 +0200 |
| commit | 96e24b508ab09591a8bd733a6482015bad80a2d6 (patch) | |
| tree | 558b766db7246a749d1e2e521a6b34b911319b91 /src/elf_common/elf.h | |
| parent | a004b8b24918a18b03afa2481481e0e140dff8a9 (diff) | |
added magic bit0 alternative
updated gitignore to ignore build / vs files
Diffstat (limited to 'src/elf_common/elf.h')
| -rw-r--r-- | src/elf_common/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elf_common/elf.h b/src/elf_common/elf.h index c556c95..73bca0d 100644 --- a/src/elf_common/elf.h +++ b/src/elf_common/elf.h @@ -108,6 +108,7 @@ typedef struct #define EI_MAG0 0 /* File identification byte 0 index */ #define ELFMAG0 0x7f /* Magic number byte 0 */ +#define ELFMAG0_ALT 0x7e /* Magic number byte 0 */ #define EI_MAG1 1 /* File identification byte 1 index */ #define ELFMAG1 'E' /* Magic number byte 1 */ |
