MemBuffer lowmem; for shlib, especially android
modified: p_lx_elf.cpp modified: p_lx_elf.h
This commit is contained in:
+2
-4
@@ -157,9 +157,8 @@ protected:
|
||||
|
||||
protected:
|
||||
Elf32_Ehdr ehdri; // from input file
|
||||
Elf32_Ehdr *phdro; // especially for shlib
|
||||
MemBuffer lowmem; // especially for shlib
|
||||
Elf32_Phdr *phdri; // for input file
|
||||
Elf32_Shdr *shdro; // especial for shlib
|
||||
Elf32_Shdr *shdri; // from input file
|
||||
Elf32_Phdr const *gnu_stack; // propagate NX
|
||||
unsigned e_phoff;
|
||||
@@ -284,9 +283,8 @@ protected:
|
||||
|
||||
protected:
|
||||
Elf64_Ehdr ehdri; // from input file
|
||||
Elf64_Phdr *phdro; // especially for shlib
|
||||
MemBuffer lowmem; // especially for shlib
|
||||
Elf64_Phdr *phdri; // for input file
|
||||
Elf64_Shdr *shdro; // especial for shlib
|
||||
Elf64_Shdr *shdri; // from input file
|
||||
Elf64_Phdr const *gnu_stack; // propagate NX
|
||||
upx_uint64_t e_phoff;
|
||||
|
||||
Reference in New Issue
Block a user