Skip to content

Building WheresMyImplant

Alexander edited this page Oct 16, 2018 · 1 revision

MSBuild

The simplest way to build WheresMyImplant is via msbuild. This is included as part of the .Net Framework. Included in the repository is an MSBuild script which will by default build all solution targets.

On Windows 10 the project can be easily build with the following command:

C:\Users\badjuju\Documents\GitHub\WheresMyImplant>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe MSBuild.xml

It is also possible to selectively build a single target:

C:\Users\badjuju\Documents\GitHub\WheresMyImplant>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe WheresMyImplant.sln /p:Platform="Any CPU" /p:Configuration="Release-Net45"

Visual Studio

Clone this wiki locally