.NET Framework MSIL: What Is Obfuscation?

Obfuscation allows you to protect your code from reverse engineering by making your code so confusing that it cannot be easily decompiled into human readable code. A well-written .NET obfuscator tool does this for you automatically by modifying assemblies after compilation. Altering the code in such a way that the code will still run and [...]

herinz 24 Aug, 2011


--
Source: http://herinz.com/1160/net-framework-msil-what-is-obfuscation
~
Manage subscription | Powered by rssforward.com

Related Post :