mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
PackVmlinuxBase<T>::pack always defineFilterSymbols(), esp. for PackVmlinuxAMD64
This commit is contained in:
parent
e9e5507483
commit
50c4b749ec
|
@ -485,9 +485,7 @@ void prep_kernel(unsigned long a1, unsigned long a2)
|
|||
const unsigned lsize = getLoaderSize();
|
||||
|
||||
defineDecompressorSymbols();
|
||||
if (ft.id!=0) {
|
||||
defineFilterSymbols(&ft);
|
||||
}
|
||||
defineFilterSymbols(&ft);
|
||||
relocateLoader();
|
||||
|
||||
MemBuffer loader(lsize);
|
||||
|
|
Loading…
Reference in New Issue
Block a user