{ "Protections": { "AntiDe4dot": { "Enabled": true }, "StringsEncryption": { "Enabled": true }, // 保护敏感字符串 "BitDotNet": { "Enabled": true }, // 防止简单的反编译 "ControlFlow": { "Enabled": true }, // 打乱代码逻辑(重要) "FullRenaming": { "Enabled": false } // 关闭全局重命名,避免 Revit/WPF 崩溃 } }