Compiling Source Code¶
This page shows you how to compile the source code of Obfuscar.
Source Structure¶
The Git repository contains most of the source files, except BAML parsing files, which comes from a submodule of ILSpy.
Compilation Steps¶
Important
Assume that you have latest Visual Studio installed.
Clone the Git repository from
https://github.com/obfuscar/obfuscar.git
using the following command:
git clone https://github.com/obfuscar/obfuscar.git
Make sure submodules are checked out.
git submodule update --init --recursive
Open Obfuscar.sln in Visual Studio and compile.
Note
Alternatively, run dist.pack.bat
to compile via command line.