Thread: mupack
View Single Post
  #25  
Old 01-17-2016, 16:47
mudlord's Avatar
mudlord mudlord is offline
Family
 
Join Date: Aug 2015
Posts: 83
Rept. Given: 11
Rept. Rcvd 69 Times in 25 Posts
Thanks Given: 37
Thanks Rcvd at 190 Times in 50 Posts
mudlord Reputation: 69
Quote:
Originally Posted by evlncrn8 View Post
automated blacklisting is a recipe for disaster...
I know, but I proved it happened: Managed to unblacklist my site just by password protecting ZIPs/RARs with packed files.

Quote:
Strip TLS
Some executables might need it.

Quote:
Strip Reloc
Might be needed for some executables, mandatory for DLLs.

Quote:
Strip Debug
Useful feature to strip. Will have to do some research to see which section debug data is stored in.

Quote:
Strip Delphi Resources
Could you elaborate?

Quote:
Don't compress resource
Better yet, selectable section compression.

Quote:
Preserve Overlay
Overlay preservation is a feature I must add, especially when there is plenty of Flash games around these days.

Quote:
Merge Sections
Would like to add. Would need to experiment with some things, such as the rebuilt resource section after resources compression.

Quote:
Compression Algo
Private build already does this dynamically depending on the file size. It also does better compression with the default compression algorithm. But whats in there currently thats public is already pretty good as it. It sure beats LZO/aplib/zlib/LZ4/lzss. I have some ideas to further improve the compression algorithm though, but I got a private x64 rewrite in progress though.
Reply With Quote