Obfuscation when compiling?
Are there methods to obfuscate during/after com开发者_如何学Cpile that are automated?
There are several different tools and third party offerings. DotFuscator is probably the best known of them.
Here is a handy guide to selecting an obfuscation tool.
You'll need to run some sort of obfuscator program. Here is a list of some for .Net: http://www.csharp411.com/net-obfuscators/
精彩评论