endink / example

Example repo of Obfuscar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obfuscar Example Repository

Build status

This repo uses Visual Studio 2017 to demonstrate how to use Obfuscar 2.2.11.

  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).

Obfuscar Source Code can be found at GitHub.

The documentation is hosted at ReadTheDocs.

To test the example on macOS or Linux, please refer to obfuscar#4.

About

Example repo of Obfuscar.


Languages

Language:C# 95.0%Language:PowerShell 4.9%Language:Batchfile 0.2%