Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.07 KB

readme.md

File metadata and controls

20 lines (12 loc) · 1.07 KB

Obfuscar Example Repository

Build status

This repo uses Visual Studio to demonstrate how to use Obfuscar for .NET Framework release 2.2.

  1. Add a NuGet package to your final project (BasiExampleExe in this case).
  2. Use post build event to call Obfuscar with a configuration file (obfuscar.xml).

The obfuscated assemblies are in the output folder (.\BasicExampleExe\bin\Debug\Obfuscator_Output or .\BasicExampleExe\bin\Release\Obfuscator_Output).

Note that

Obfuscar Source Code can be found at GitHub.

The documentation can be found here.