Obfiscation as part of "Release" Build?

  • Thread starter Thread starter gregory_may
  • Start date Start date
G

gregory_may

Is it possible to Obfuscate the Release build of my application as part of
the compile/automatically?

Thanks!
 
It depends on the obfuscator. Some of them provide integration in the IDE
and the build process, others work as external tools. AFAIK, the Community
Edition of Dotfuscator does not allow it, the Standard edition too, but the
Professional edition does.

Alternatively you can use a .bat file to build and obfuscate, or a special
builder (www.finalbuilder.com and others).

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Thanks guys.

Carlos J. Quintero said:
It depends on the obfuscator. Some of them provide integration in the IDE
and the build process, others work as external tools. AFAIK, the Community
Edition of Dotfuscator does not allow it, the Standard edition too, but
the Professional edition does.

Alternatively you can use a .bat file to build and obfuscate, or a special
builder (www.finalbuilder.com and others).

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top