添加项目
This commit is contained in:
9
RevitAddin/bitmono.json
Normal file
9
RevitAddin/bitmono.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Protections": {
|
||||
"AntiDe4dot": { "Enabled": true },
|
||||
"StringsEncryption": { "Enabled": true }, // 保护敏感字符串
|
||||
"BitDotNet": { "Enabled": true }, // 防止简单的反编译
|
||||
"ControlFlow": { "Enabled": true }, // 打乱代码逻辑(重要)
|
||||
"FullRenaming": { "Enabled": false } // 关闭全局重命名,避免 Revit/WPF 崩溃
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user