Hi all, I have a application that written with C#. I know that there are some tools to decompile DLL, EXE file. How to prevent decompiling for security. What's the way to protect source code in .NET. Please help me. Thank you very much.
quocvuong2005
.NET FrameworkSDKdoesn't include obfuscator tool. There's a dotfuscator community editionshipped as part of Visual Studion (2003, 2005 and 2008), but it is most probably part only of commercialVisual Studioversions and not part of Express versions.
Thank you for your reply. I have found some tools to protect source code, but we have to pay money for these tools. Are there a way to protect source code by .NET code ?
quocvuong2005
.NET FrameworkSDKdoesn't include obfuscator tool. There's a dotfuscator community editionshipped as part of Visual Studion (2003, 2005 and 2008), but it is most probably part only of commercialVisual Studioversions and not part of Express versions.