Visual Studio

Top  Previous  Next

DeepSea Obfuscator support two modes of integration in Visual Studio (2005 - 2010).

 

1.Obfuscate individual C# / VB.NET projects

2.Obfuscate entire solutions using Obfuscation projects

Obfuscate individual C# / VB.NET projects

To obfuscate the output of an individual project, select the project Properties and set the Obfuscate setting in the project properties grid.

VStudioProjectProperties

Note that the Obfuscate setting is related to the current project configuration. This means that you can e.g. setup your project to obfuscate only in Release build.

Obfuscate entire solutions using Obfuscation projects

To obfuscate multiple assemblies at once, you should use an Obfuscation project.

VStudioCreateObfuscationProject

Once the obfuscation project is added to your solution add the assemblies you want to obfuscate to as as follows.

 

Right-click on the Obfuscation project in the solution explorer.

Select Add Input Assembly ...

AddInputAssembly

Select the assembly from the list and click Ok