0
votes

I try to use this command to obfuscates:

dotfuscator -in:"C:\path_to_assembly\*.dll"

But it only launch Dotfuscator GUI with loaded dlls by mask. And do not build them. How can I run build by command line?

P.S. I use this documentation. Maybe it is obsolete.

Thanks.

1

1 Answers

1
votes

The best way to handle this is to provide a configuration file, like this:

dotfuscator [options] [config_file]

According to your example, you are passing in a list of DLLs, but not giving Dotfuscator any instruction on what to do with them. Use the UI for Dotfuscator to create a configuration file for your application, then pass that file in at the command line.