mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
cleanup merge
This commit is contained in:
parent
73090b98ab
commit
cd6a318903
|
@ -715,7 +715,7 @@ bool PackVmlinuxARM::has_valid_vmlinux_head()
|
|||
fi->readx(buf, sizeof(buf));
|
||||
//unsigned const word0 = buf[0];
|
||||
unsigned const word1 = buf[1];
|
||||
if (0xeb==(word1>>24
|
||||
if (0xeb==(word1>>24)
|
||||
&& (0x00ffffff& word1)==(-1+ ((3+ ph.c_len)>>2))) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user