forked from de4dot/de4dot
-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling de4dot
0xd4d edited this page Nov 24, 2011
·
15 revisions
git clone git://github.com/0xd4d/de4dot.git
cd de4dot
sed -i 's!git@github\.com:0xd4d/cecil\.git!git://github.com/0xd4d/cecil.git!' .gitmodules
git submodule init
git submodule update
Download de4dot source code and my Mono.Cecil fork. Extract cecil code to a cecil sub dir inside the de4dot source dir.
In the de4dot root dir:
sn -k de4dot.snk
Use VS2010. The code only requires .NET 2.0, so it should be possible to compile it with VS2005 if you make some code changes.