MemBuffer lowmem; for shlib, especially android

modified:   p_lx_elf.cpp
	modified:   p_lx_elf.h
This commit is contained in:
John Reiser
2018-01-21 14:03:52 -08:00
parent 3623199e8d
commit 7d2913709c
2 changed files with 38 additions and 40 deletions
+2 -4
View File
@@ -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;