Unless I am mistaken, obfuscation degrades the performance of the program. Also in terms of .NET, salamander can remove obfuscation while decompiling. Therefore there is no real need.
What you would have to do is something that sallos did, and that is to store the code in an encoded format inside of another data file. You would be 'hiding' the program and executing it with a loader.
|