1
0
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:
John Reiser 2007-11-19 18:39:25 -08:00
parent e9e5507483
commit 50c4b749ec

View File

@ -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);