[已发布][插件] Cocos Creator 构建后 · 代码混淆 3.x+2.x 版 (优惠中)

Cocos 3.x 稳定更新 v3.13.35

Alt+B 可快捷打开操作面板(内有详细介绍参数功能作用)

  1. 修复模板切换后配置文件未及时同步的问题。
  2. 增加配置写入、回读校验和配置校验码。
  3. 优化 Cocos 2.x 与 3.x 混淆面板操作流程。
  4. 增加模板适用场景、强度及兼容性说明。
  5. 完善参数效果、风险和推荐值提示。
  6. 修复跨目录启动时配置模板生成位置异常。
  7. 统一主工具、配置文件及面板版本信息。
  8. 提升批量混淆、配置保存和异常恢复稳定性。






全平台 JS 代码混淆工具 稳定更新 v3.13.58

  1. 修复大型 Bundle 二次混淆时可能进入错误处理链的问题。
  2. 恢复并强化 compact=true 的最终真实单行压缩能力。
  3. 增强控制流变换、废代码注入、字符串拆分、数值表达式及对象键保护。
  4. 加强多轮随机混淆与多态输出,相同源码可生成不同结构的混淆结果。
  5. 增强反混淆与反还原干扰,提高静态分析、格式化分析及自动化还原成本。
  6. 优化 System.register、CommonJS、AMD、UMD 等模块格式兼容性。
  7. 修复 CRLF、LF、U+2028、U+2029 等行终止符可能造成的语义风险。
  8. 加强正则、除法、注释、ASI、Unicode 标识符等词法边界保护。
  9. 深度校验各项混淆参数,避免配置存在但实际未生效。
  10. 默认显示输入、输出、配置及异常文件完整路径,方便快速排查。
  11. 更新配置说明、使用文档及发布验收记录,提升批量混淆稳定性。

Cross-Platform JavaScript Obfuscator Stable Update v3.13.58

  1. Fixed an incorrect processing route that could affect large bundles during repeated obfuscation.
  2. Restored and strengthened true single-line output when compact=true is enabled.
  3. Enhanced control-flow transformation, dead-code injection, string splitting, numeric-expression protection, and object-key protection.
  4. Strengthened multi-pass randomized obfuscation and polymorphic output, allowing the same source code to produce structurally different results.
  5. Improved anti-deobfuscation and anti-restoration interference, increasing the cost of static analysis, beautification-based analysis, and automated recovery.
  6. Improved compatibility with System.register, CommonJS, AMD, UMD, and other module formats.
  7. Fixed semantic risks involving CRLF, LF, U+2028, and U+2029 line terminators.
  8. Strengthened lexical boundary protection for regular expressions, division, comments, ASI, and Unicode identifiers.
  9. Deeply verified that configured obfuscation options are actually applied during processing.
  10. Full input, output, configuration, and error-file paths are now shown by default for easier troubleshooting.
  11. Updated configuration guidance, user documentation, and release validation records for improved batch-processing stability.

Cocos 3.x 插件稳定更新 v3.13.68

  1. 修复字符串拼接、模板字符串及嵌套模板混淆后的语义异常。
  2. 强化 compact=true 的真实物理单行压缩能力。
  3. 修复部分微型 System.register 文件无法完成最终收口的问题。
  4. 优化大型 Bundle、多模块文件及 Cocos 构建产物的混淆稳定性。
  5. 增强控制流、废代码、字符串拆分、数值表达式及对象键保护。
  6. 完善多档高级恢复链,避免轻微问题直接回退或处理失败。
  7. 增加经典混淆安全保底,合法 JavaScript 不再被异常阻断。
  8. 修复批量处理时的跨文件字符串串值及内部标识符冲突。
  9. 优化标准版与 VIP 许可证识别,移除误导性的重复失败日志。
  10. 完善 JSON 参数兼容与生效校验,提升整体批量处理可靠性。

Cocos 3.x 插件稳定更新 v3.13.90

  1. 修复高级混淆候选校验失败后未正确进入后续安全回退的问题。
  2. 完善多级自动降级机制,单个高级阶段异常不再导致整个 JavaScript 文件处理失败。
  3. 修复任务实际已混淆成功,却在收尾阶段被错误标记为 EJS_PROCESS_FAILED 的问题。
  4. 修复批量、多路径及 ZIP 任务最终状态可能被后续流程错误覆盖的问题。
  5. 完善 ZIP 直接处理能力,支持完整批量混淆、失败回滚及归档一致性检查。
  6. 强化同一 JavaScript 文件连续多轮重复混淆的稳定性与最终状态校验。
  7. 增加“零有效处理”检测,避免异常情况下错误显示任务成功。
  8. 完善发布版自检闭环,正式精简包无需依赖额外测试或插件文件即可完成完整自检。

Cocos 3.x 插件稳定更新 v3.13.91

  1. 新增标准版与 VIP 终态字符串保险库,强化 Unicode 业务文本、短 ID 及常见字符串字面量隐藏。
  2. 强化 System.register、ESM 与 CommonJS 模块合同保护,避免依赖路径、公开导出及执行结构发生漂移。
  3. 新增五档高级局部恢复、经典三级最终保险及无核心保真链,合法 JavaScript 不再因内部增强阶段异常而停止处理。
  4. 完善固定 Seed 可复现与随机 Seed 多态构建,并统一控制最终包体增长比例。
  5. 强化单文件、文件夹、ZIP、SourceMap 与原子写入全流程校验,确保失败可回滚、成功状态不被收尾流程覆盖。

Cocos 2.x && Cocos 3.x JS 代码混淆工具终态稳定更新 v3.13.99

  1. 完善外部 JSON 配置参数执行链,确保字符串数组、字符串分割、控制流、废代码、包装器、调用阈值及 Seed 等参数真实生效。

  2. 强化高强度 AST 抗还原能力,新增相邻字符串常量折叠防护及 UTF-16/XOR 运行时解码,阻止多轮压缩后恢复业务明文。

  3. 加强标准版与 VIP 终态字符串保护,覆盖 Unicode 业务文本、短 ID、接口路由、令牌及常见敏感字符串,同时保护 Cocos 与模块运行合同。

  4. 完善 Browser、Node、CommonJS、ESM、UMD、Worker、小游戏及 System.register 兼容链,失败时自动安全降级,避免未混淆却误报成功。

  5. 完成文件、文件夹、ZIP、SourceMap、固定/随机 Seed 及反调试全流程验收;独立 Terser AST 攻击明文恢复为 0,内置发布自检 879/879 全部通过。

JavaScript Obfuscation Tool Stable Update v3.13.99

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

新出的 TS 构建前混淆器插件

有需要的兄弟可以看看