mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fix editing glitch
modified: p_lx_elf.cpp
This commit is contained in:
parent
23e3814f8a
commit
348173d3f1
|
@ -2253,6 +2253,8 @@ PackLinuxElf64arm::canPack()
|
|||
xct_off = elf_get_offset_from_address(xct_va);
|
||||
goto proceed; // But proper packing depends on checking xct_va.
|
||||
}
|
||||
else
|
||||
throwCantPack("need DT_INIT; try \"void _init(void){}\"");
|
||||
abandon:
|
||||
return false;
|
||||
proceed: ;
|
||||
|
|
Loading…
Reference in New Issue
Block a user