Launching the GUI from the Command Line

Dotfuscator Community Edition’s command line always launches the GUI.

Dotfuscator Professional Edition allows you to either launch the GUI or run a command line obfuscation build using any combination of legal command line options.

If you invoke Dotfuscator with no command line options, the standalone GUI will start up with an empty project.

Alternatively, you can specify any combination of legal command line options along with the -g option to launch the GUI with those options in effect.

Example:

dotfuscator -g -in:my.dll myconfig.xml

This command launches the standalone GUI. The settings from myconfig.xml will be loaded, and my.dll will be set as an input assembly.

© 2002-2007 PreEmptive Solutions. All rights reserved.