Files
ShrlAlgoToolkit/RevitAddin/bitmono.json
2026-01-01 10:02:59 +08:00

9 lines
368 B
JSON

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