stub *-linux.elf-entry.S often must define label upx_mmap_and_fd
modified: p_lx_elf.cpp modified: stub/src/arm.v4a-linux.elf-entry.S modified: stub/src/arm.v4a-linux.elf-so_entry.S modified: stub/src/i386-linux.elf-entry.S
This commit is contained in:
@@ -1601,6 +1601,9 @@ PackLinuxElf32::buildLinuxLoader(
|
||||
|| this->e_machine==Elf32_Ehdr::EM_ARM) {
|
||||
addLoader((opt->o_unix.android_old ? "UMF_ANDROID" : "UMF_LINUX"));
|
||||
}
|
||||
else {
|
||||
addLoader("UMF_LINUX");
|
||||
}
|
||||
addLoader("ELFMAINZ,FOLDEXEC,IDENTSTR");
|
||||
}
|
||||
else if (this->e_machine==Elf32_Ehdr::EM_NONE
|
||||
|
||||
Reference in New Issue
Block a user