Monday, October 02, 2006

BLOG: XenoCode

.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.xenocode.com/

http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=404

Tony

No comments:

Thumbs Up to GitHub Copilot and JetBrains Resharper

Having used AI tool GitHub Copilot since 08/16/2023, I’ve realized that learning GitHub Copilot is like learning a new framework or library ...