get rid of PT_DYNAMIC: not worth the space; instead, use "upx -d" then ldd
p_lx_exc.h p_lx_elf.cpp p_lx_exc.cpp p_lx_sh.cpp stub/l_lx_elf.c stub/l_lx_elf86.lds stub/fold_elf86.asm committer: jreiser <jreiser> 981747384 +0000
This commit is contained in:
@@ -32,7 +32,8 @@ PHDRS
|
||||
{
|
||||
text PT_LOAD FILEHDR PHDRS ;
|
||||
data PT_LOAD ; /* for setting brk(0) */
|
||||
null PT_NULL; /* changed to PT_DYNAMIC for ldd */
|
||||
/* 3rd Phdr was not worth it; use "upx -d" first, then apply ldd */
|
||||
/*null PT_NULL;*/ /* changed to PT_DYNAMIC for ldd */
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user