1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

More checking for unpack of tampered Elf_Phdr

https://github.com/upx/upx/issues/562
	modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser
2022-02-25 09:23:55 -08:00
committed by Markus F.X.J. Oberhumer
parent a646231630
commit 660aee6d22

View File

@ -92,6 +92,7 @@
PT_INTERP = 3, /* Name of program interpreter */
PT_NOTE = 4, /* Auxiliary information (esp. OpenBSD) */
PT_PHDR = 6 /* Entry for header table itself */
, PT_NUM = 8 /* Number of defined types in low range */
, PT_GNU_STACK = 0x6474e551 /* Indicates stack executability */
};