More hacking Android shlib.

https://github.com/upx/upx/issues/318
	modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser
2019-12-12 20:23:33 -08:00
parent 5ed9c66ed9
commit cb5f590e10
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -243,7 +243,12 @@
R_PPC64_JMP_SLOT = R_PPC_JMP_SLOT,
R_X86_64_JUMP_SLOT = 7
, R_ARM_ABS32 = 2
, R_ARM_GLOB_DAT = 21
, R_AARCH64_ABS64 = 257
, R_AARCH64_GLOB_DAT = 1025
};
#endif //}