Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can source code be protected in C#?
Message
General information
Forum:
ASP.NET
Category:
Security
Miscellaneous
Thread ID:
00722189
Message ID:
00722198
Views:
11
It is true that third parties have already written IL decompilers that transform IL back into source code. The only useful information in your source code that is not represented in the generated executable, is the comments and local variable names. This is the same for C# and VB .NET.

Some third parties are making "obfuscators" available that claim to take IL and transorm it into equivalent IL that works the same as the input program but which cannot be understood by developers. The next version of VS .NET (Everett) will include one of these. Here are some links:

http://www.preemptive.com/dotfuscator/dotclients.html

http://www.remotesoft.com/salamander/obfuscator.html


>I was talking with another developer last night and he indicated that C#/.Net has no mechanism to prevent source code from being pirated in a C# application. Does anyone know if this is true? Does the same issue apply to VB.Net also?
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform