{
  "title": "ConfuserEx 最强混淆配置",
  "description": "在你的项目目录下创建 ConfuserEx.crproj 文件，用 ConfuserEx GUI 导入使用",
  "version": "1.0.0",
  "author": "AI Generated",
  "config": {
    "path": "./ConfuserEx.crproj",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<project outputDir=\"Confused\" baseDir=\"Release\" xmlns=\"http://confuser.codeplex.com\">\n  <module path=\"YourApp.exe\">\n    <rule pattern=\"true\" inherit=\"false\">\n      <!-- 重命名（类名、方法名全随机） -->\n      <protection id=\"rename\">\n        <argument name=\"renamingMode\">Unicode</argument>\n        <argument name=\"renameFlags\">28</argument>\n      </protection>\n      \n      <!-- 控制流混淆（最强） -->\n      <protection id=\"ctrl flow\">\n        <argument name=\"强度\">强</argument>\n        <argument name=\"深度\">10</argument>\n      </protection>\n      \n      <!-- 常量/字符串加密 -->\n      <protection id=\"constants\">\n        <argument name=\"elements\">SN</argument>\n      </protection>\n      \n      <!-- 防调试 -->\n      <protection id=\"anti debug\" />\n      \n      <!-- 防篡改 -->\n      <protection id=\"anti tamper\" />\n      \n      <!-- 隐藏调用关系 -->\n      <protection id=\"ref proxy\" />\n      \n      <!-- 资源加密 -->\n      <protection id=\"resources\" />\n    </rule>\n  </module>\n</project>"
  },
  "steps": [
    "1. 下载 ConfuserEx: https://github.com/yck1509/ConfuserEx/releases",
    "2. 打开 ConfuserEx.exe",
    "3. 拖入你的 Release/YourApp.exe",
    "4. 点击 Settings → 勾选所有保护",
    "5. 保护强度选 Strong",
    "6. 点击 Protect！",
    "7. 输出目录 Confused/ 下即为混淆后的 exe"
  ]
}
