Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Obfuscating .NET: Protecting Your Code from Prying Eyes

Posted By: tot167
Obfuscating .NET: Protecting Your Code from Prying Eyes

Dan Appleman , Daniel Appleman “Obfuscating .NET: Protecting Your Code from Prying Eyes"
Daniel Appleman (March 18, 2002) | ISBN: N/A | PDF | 77 pages | 1 Mb

Did you know you actually ship your source code every time you distribute a .NET assembly?

One of the consequences of the architecture of .NET is that a great deal of information about an assembly is kept with the assembly in a part of the file called the Manifest. This information makes it remarkably easy to not just reverse engineer the assembly, but to decompile it, make modifications, then recompile it. While such reverse engineering has always been possible, it is extraordinarily easy with .NET - a situation that is a significant problem to anyone distributing .NET applications or components who is concerned about protecting their intellectual property.

In this PDF E-Book, you'll learn about a technique called Obfuscation, that can help you avoid this problem. And you'll receive an in depth look at one particular approach to obfuscating your .NET assemblies








–-No mirrors, please–-