How Can I Protect My C# Code From Being Decompiled? [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: .Net Obfuscation Alternative for Obfuscation in the .NET world Just a few minutes ago, I read that there are a number of tools, many free, that allow you to convert a C# .exe back to a VB solution. This means that my proprietary code can be viewed, edited, and recompiled/redistributed. Is there a way to prevent this? 回答1: In short you need to use Obfuscation. To name a few. Dotfuscator Obfuscator Skater