Cocos 3.x 稳定更新 v3.13.35
Alt+B 可快捷打开操作面板(内有详细介绍参数功能作用)
- 修复模板切换后配置文件未及时同步的问题。
- 增加配置写入、回读校验和配置校验码。
- 优化 Cocos 2.x 与 3.x 混淆面板操作流程。
- 增加模板适用场景、强度及兼容性说明。
- 完善参数效果、风险和推荐值提示。
- 修复跨目录启动时配置模板生成位置异常。
- 统一主工具、配置文件及面板版本信息。
- 提升批量混淆、配置保存和异常恢复稳定性。
Alt+B 可快捷打开操作面板(内有详细介绍参数功能作用)
compact=true 的最终真实单行压缩能力。System.register、CommonJS、AMD、UMD 等模块格式兼容性。compact=true is enabled.System.register, CommonJS, AMD, UMD, and other module formats.compact=true 的真实物理单行压缩能力。System.register 文件无法完成最终收口的问题。EJS_PROCESS_FAILED 的问题。System.register、ESM 与 CommonJS 模块合同保护,避免依赖路径、公开导出及执行结构发生漂移。完善外部 JSON 配置参数执行链,确保字符串数组、字符串分割、控制流、废代码、包装器、调用阈值及 Seed 等参数真实生效。
强化高强度 AST 抗还原能力,新增相邻字符串常量折叠防护及 UTF-16/XOR 运行时解码,阻止多轮压缩后恢复业务明文。
加强标准版与 VIP 终态字符串保护,覆盖 Unicode 业务文本、短 ID、接口路由、令牌及常见敏感字符串,同时保护 Cocos 与模块运行合同。
完善 Browser、Node、CommonJS、ESM、UMD、Worker、小游戏及 System.register 兼容链,失败时自动安全降级,避免未混淆却误报成功。
完成文件、文件夹、ZIP、SourceMap、固定/随机 Seed 及反调试全流程验收;独立 Terser AST 攻击明文恢复为 0,内置发布自检 879/879 全部通过。
Improved the external JSON configuration pipeline to ensure that string arrays, string splitting, control flow, dead code injection, wrappers, call thresholds, seeds, and other parameters take full effect.
Strengthened high-intensity AST deobfuscation resistance with adjacent string constant-folding protection and runtime UTF-16/XOR decoding, preventing sensitive business strings from being recovered after repeated compression.
Enhanced final-stage string protection for both Standard and VIP editions, covering Unicode business text, short IDs, API routes, tokens, and other sensitive strings while preserving Cocos and module runtime contracts.
Improved compatibility across Browser, Node.js, CommonJS, ESM, UMD, Worker, mini-game, and System.register environments, with automatic safe fallback instead of reporting false obfuscation success.
Completed end-to-end validation for files, folders, ZIP archives, SourceMaps, fixed/random seeds, and anti-debugging. Independent Terser AST attacks recovered zero protected plaintext, and all 879 built-in release checks passed.
有需要的兄弟可以看看