You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, awesome article! I wanted to give a whirl to unleash upx --best zerosnake.exe on the 8k version, but I got
upx: zerosnake.exe: CantPackException: filealign < 0x200 is not yet supported
I don't have all the .NET / Windows development environment set up, but it looks like I would try to increase /filealign:16 in the last command to hopefully fix this. Even if it increases the size, UPX may go farther.
I guess it's kind of a cheat, but it would be interesting to see how much farther it's possible to go.
The text was updated successfully, but these errors were encountered:
Hey, awesome article! I wanted to give a whirl to unleash
upx --best zerosnake.exe
on the 8k version, but I gotI don't have all the .NET / Windows development environment set up, but it looks like I would try to increase
/filealign:16
in the last command to hopefully fix this. Even if it increases the size, UPX may go farther.I guess it's kind of a cheat, but it would be interesting to see how much farther it's possible to go.
The text was updated successfully, but these errors were encountered: