.Net code obfuscation/ C# dll obfuscation
Obfuscation In the context of software, obfuscation is the process of scrambling the symbols, code, and data of a program to prevent reverse engineering.In the context of software, obfuscation is the process of scrambling the symbols, code, and data of a program to prevent reverse engineering.
Please download it from http://eazfuscator.blogspot.com/ .
We can do the obfuscation through code. It is very simple.
obfuscation Add the following Piece of code in a new file called ObfuscationSettings.cs
And the contents of the file will be as follows.
using System;
using System.Reflection;
[assembly: Obfuscation(Feature = "code control flow obfuscation", Exclude = false)]
Hope it helped u...
Cheers!!!!
Sandeep

No comments:
Post a Comment