mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Start using FT_ULTRA_BRUTE.
This commit is contained in:
parent
29c4a7e606
commit
770c153c76
|
@ -142,8 +142,8 @@ const int *PackW32Pe::getCompressionMethods(int method, int level) const
|
|||
const int *PackW32Pe::getFilters() const
|
||||
{
|
||||
static const int filters[] = {
|
||||
0x26, 0x24, 0x16, 0x13, 0x14, 0x11, 0x25, 0x15, 0x12,
|
||||
-1 };
|
||||
0x26, 0x24, 0x16, 0x13, 0x14, 0x11, FT_ULTRA_BRUTE, 0x25, 0x15, 0x12,
|
||||
FT_END };
|
||||
return filters;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user