vmlinux/AMD64 works
This commit is contained in:
@@ -212,8 +212,6 @@ const char *Packer::getDecompressorSections() const
|
||||
|| UPX_F_LINUX_ELFPPC32 ==ph.format
|
||||
|| UPX_F_LINUX_ELF32_ARMBE==ph.format
|
||||
|| UPX_F_BSD_ELF_i386 ==ph.format
|
||||
|| UPX_F_VMLINUX_AMD64 ==ph.format
|
||||
|| UPX_F_VMLINUX_ARM ==ph.format
|
||||
) {
|
||||
return opt->small ? lzma_elf_small : lzma_elf_fast;
|
||||
}
|
||||
@@ -247,8 +245,6 @@ void Packer::defineDecompressorSymbols()
|
||||
|| UPX_F_LINUX_ELFPPC32 ==ph.format
|
||||
|| UPX_F_LINUX_ELF32_ARMBE==ph.format
|
||||
|| UPX_F_BSD_ELF_i386 ==ph.format
|
||||
|| UPX_F_VMLINUX_AMD64 ==ph.format
|
||||
|| UPX_F_VMLINUX_ARM ==ph.format
|
||||
) {
|
||||
// ELF calls the decompressor many times; the parameters change!
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user