Compiling Source Code¶
By Lex Li
This page shows you how to compile the source code of Obfuscar.
In this article:
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
.Make sure submodules are checked out.
Open Obfuscar.sln in Visual Studio and compile.
Note
Alternatively, run dist.pack.bat
to compile via command line.