Comment on Is anybody else using ridiculously long variable names?parentComments−MichaelGG10yObfuscators for Java and .NET often strip out a fair amount of binary size by renaming most things to a single char.−flukus10yHow big are you're .net dlls/exes? Most I see are less than 100KB, with the ones bigger than that containing a lor of resources (sql, icons, etc).
Comments
Obfuscators for Java and .NET often strip out a fair amount of binary size by renaming most things to a single char.
How big are you're .net dlls/exes? Most I see are less than 100KB, with the ones bigger than that containing a lor of resources (sql, icons, etc).