.NET assemblies contain allot of imformation, so much so that it is very easy for someone to reproduce the original source code of the application. Information such as method names, types, member variables and method names can “easily” be extracted from the assembly. Have a look at Reflector (http://www.aisto.com/roeder/dotnet/), it is a class browser for .NET components.
XenoCode
This product helps to protected your .NET assembly from reverse engineering, tampering, decompiliation and even goes as far as to optimize your binaries.
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=404
Tony
No comments:
Post a Comment