1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

CI convention sucks

renamed:    MAX_ELF_HDR.cpp -> MAX_ELF_HDR.h
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2023-03-09 11:44:22 -08:00
parent 17526d1132
commit 7a09c88e30
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#define PT_GNU_RELRO32 Elf32_Phdr::PT_GNU_RELRO
#define PT_GNU_RELRO64 Elf64_Phdr::PT_GNU_RELRO
#include "MAX_ELF_HDR.cpp"
#include "MAX_ELF_HDR.h"
//static unsigned const EF_ARM_HASENTRY = 0x02;
static unsigned const EF_ARM_EABI_VER4 = 0x04000000;