Obfuscar for Visual Studio integrates the free and open source Obfuscar protector into Visual Studio for easy automatic obfuscation of release builds and ClickOnce applications. Obfuscar 2.2.31.0 is included with this extension. Obfuscar is available from https://github.com/obfuscar/obfuscar Three new items are added to the Tools menu. Click "Protect Using Obfuscar" to set the current project's current configuration for obfuscation after release builds. Click "Remove Obfuscar Protection" to stop automatic obfuscation for the current configuration. "Obfuscar Settings" Will let you tune the obfuscar settings. You can select the configurations to enable obfuscar for, and also enter namespaces to skip. Assembly search paths are added automatically. ClickOnce Applications are also obfuscated before publishing. Debugging will not work on obfuscated executables or libraries. Use Ctrl+F5 to run without debugging. |