More work on "upx -d" de-compression
https://github.com/upx/upx/issues/629 https://github.com/upx/upx/issues/635 modified: p_elf_enum.h modified: p_lx_elf.cpp modified: p_lx_elf.h modified: p_unix.cpp
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
3649041195
commit
f9f28ff176
+2
-1
@@ -93,7 +93,8 @@
|
||||
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 */
|
||||
, PT_GNU_STACK = 0x6474e551 /* Indicates stack executability */
|
||||
, PT_GNU_RELRO = 0x6474e552 /* Read-only after relocation */
|
||||
};
|
||||
|
||||
enum { // p_flags
|
||||
|
||||
Reference in New Issue
Block a user