PDA

View Full Version : Obfuscating assemblies in build process


George
08-23-2007, 10:07 AM
Good afternoon,

does VBP support the dotfuscator tool and how can I use it in the build process?

thanks, Krijn

kinook
08-23-2007, 12:30 PM
Dotfuscator Professional edition integrates with VS 2005/2008/MSBuild, so obfuscation will happen automatically when building a solution containing a Dofuscator Project via the Make VS 2005/2008 actions.

Alternatively, you could invoke their command-line app from a Run Program action. The Community Edition command-line flags are documented at http://msdn2.microsoft.com/en-us/library/ms227238(VS.80).aspx (VS 2005) and http://msdn.microsoft.com/en-us/library/ms227238.aspx (VS 2008). For other editions, consult the product documentation.

George
08-24-2007, 10:57 AM
Thanx. I'm new to use obfuscators so I didn't know that the dotfuscator integrates so closely.

have a nice weekend, Krijn