- Download the Obfuscar.Console.exe
you can download from Nuget, then unzip obfuscar.versionnumber.nupkg, and find the exe. - Besides exe, create one input folder and one output folder. put BasicExemple.exe into input folder.
-
Besides exe, create plain text file(config.xml for example), and the contents can be very simple:
<?xml version='1.0'?> <Obfuscator> <Var name="InPath" value=".\input folder name" /> <Var name="OutPath" value=".\output folder name" /> <Module file="$(InPath)\BasicExemple.exe" /> </Obfuscator> -
Run cmd, cd to exe’s directory, then run
Obfuscar.Console.exe config.xml -
The output folder will contain the processed binary.