Dotfuscator 命令行 (Dotfuscator command line)


問題描述

Dotfuscator 命令行 (Dotfuscator command line)

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:

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.

(by PavalNate Allen)

參考文件

  1. Dotfuscator command line (CC BY‑SA 3.0/4.0)

#dotfuscator






相關問題

如何在構建中自動化 Dotfuscator (How to automate Dotfuscator in build)

Dotfuscator 命令行 (Dotfuscator command line)

Dotfuscator có vẻ như không tuân theo việc đổi tên RegEx (Dotfuscator Seems Not Adhering To Renaming Exclusion RegEx)

如何使用 dotfuscator 合併多個本地化文件? (How can I use dotfuscator to merge multiple localization files?)

在混淆的 Windows 應用商店應用程序中,包含公共調試符號是否有任何危險? (In an obfuscated Windows Store App, is there any danger in including the Public Debug Symbols?)

無法加載混淆程序集 (Cannot load obfuscated assembly)

混淆 .NET Microsoft Office 插件的工具 (Tools that Obfuscate .NET Microsoft Office Add-in)

Dotfuscator 社區版 (Dotfuscator community edition)

Dotfuscator 構建後事件退出,代碼 1 (Dotfuscator Post-Build Event Exited With Code 1)

如何防止重命名所有類,dotfuscator 中的接口 (How to prevent renaming of all classes, interface in dotfuscator)







留言討論