1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
This commit is contained in:
Markus F.X.J. Oberhumer 2007-11-20 06:31:16 +01:00
commit 5cb12988f0

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