{"id":28407155,"url":"https://github.com/focus-creative-games/obfuz","last_synced_at":"2025-10-09T15:02:02.669Z","repository":{"id":293790071,"uuid":"960771208","full_name":"focus-creative-games/obfuz","owner":"focus-creative-games","description":"Obfuz：功能强大的开源 Unity 代码混淆插件。深度集成 Unity 工作流，配置简单，支持 HybridCLR、xLua 等热更新方案。","archived":false,"fork":false,"pushed_at":"2025-06-26T00:13:28.000Z","size":1973,"stargazers_count":362,"open_issues_count":0,"forks_count":27,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-26T01:22:16.867Z","etag":null,"topics":["confuserex","confusion","hybridclr","luban","obfuscation","obfuscator","unity"],"latest_commit_sha":null,"homepage":"https://www.obfuz.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/focus-creative-games.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-05T03:15:02.000Z","updated_at":"2025-06-26T00:13:32.000Z","dependencies_parsed_at":"2025-06-01T10:43:08.792Z","dependency_job_id":"5e36d586-83a1-45a4-a006-5a4fa0ce20e3","html_url":"https://github.com/focus-creative-games/obfuz","commit_stats":null,"previous_names":["focus-creative-games/obfuz"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/focus-creative-games/obfuz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-creative-games%2Fobfuz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-creative-games%2Fobfuz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-creative-games%2Fobfuz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-creative-games%2Fobfuz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/focus-creative-games","download_url":"https://codeload.github.com/focus-creative-games/obfuz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focus-creative-games%2Fobfuz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262600554,"owners_count":23335090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["confuserex","confusion","hybridclr","luban","obfuscation","obfuscator","unity"],"created_at":"2025-06-02T00:12:30.889Z","updated_at":"2025-10-09T15:02:02.654Z","avatar_url":"https://github.com/focus-creative-games.png","language":"C#","funding_links":[],"categories":["Open Source Repositories"],"sub_categories":["Anti-Cheat/Hack"],"readme":"# Obfuz\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Unity Version](https://img.shields.io/badge/Unity-2019%2B-blue)](https://unity.com/)\n\nObfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化游戏项目需求的Unity代码混淆和加固解决方案。\n\n[English](./README-EN.md) | [中文](./README.md)\n\n[Github](https://github.com/focus-creative-games/obfuz) | [Gitee](https://gitee.com/focus-creative-games/obfuz)\n\n---\n\n## 为什么选择 Obfuz？\n\n- **功能强大**：提供媲美商业工具的强大混淆和代码加固功能。\n- **与Unity深度集成**：为Unity工作流深度优化，自动化处理除了反射以外所有需要特殊处理的情况（如MonoBehaviour名不能混淆），默认不需要配置任何混淆规则即可良好工作。\n- **快速集成**：只需配置哪些程序集需要被混淆，三分钟即可集成代码混淆功能。\n- **稳定可靠**：有全面的自动化测试项目，成功通过3000个多个测试用例，几乎覆盖所有常见的代码用例。\n- **支持热更新**：支持HybridCLR、xlua之类最流行的代码热更新方案。\n- **敏捷开发**：快速响应开发者需求、迅速修复bug，及时跟进Unity及团结引擎的最新改动\n- **开源免费**：基于 MIT 协议，免费使用和修改。\n\n## 功能特性\n\n- **多态DLL文件**：自定义的结构随机化的DLL文件格式，每次发布时的DLL结构都不一样，有效对抗破解和篡改\n- **符号混淆**：支持丰富的配置规则和增量混淆，灵活高效地保护代码。\n- **常量混淆**：混淆 `int`、`long`、`float`、`double`、`string`、数组 等常量，防止逆向工程。\n- **变量内存加密**：加密内存中的变量，提升运行时安全。\n- **执行栈混淆**：混淆执行栈中变量，提高逆向难度。\n- **表达式混淆**：混淆add、sub之类的绝大多数常见运算。\n- **函数调用混淆**：打乱函数调用结构，增加破解难度。\n- **控制流混淆**：控制流平坦化，打乱代码执行流程，显著增加逆向难度。\n- **随机加密虚拟机**：生成随机化虚拟机，有效抵御反编译和破解工具。\n- **静态与动态解密**：结合静态和动态解密，防止离线静态分析。\n- **混淆多态化**：通过配置不同的生成密钥和随机化种子，生成不同的混淆代码。\n- **垃圾代码生成**：支持多种垃圾代码生成，提高App Store和Google Play审核通过率。\n- **代码水印**：嵌入可追踪的水印。\n- **深度 Unity 集成**：与 Unity 工作流无缝衔接，简单配置即可使用。\n- **热更新支持**：全面兼容 HybridCLR、xLua 等热更新框架，确保动态代码更新顺畅。\n- **兼容DOTS**：兼容DOTS各个版本，无需配置即可正常工作。\n\n## 支持的Unity版本与平台\n\n- 支持Unity 2019+\n- 支持团结引擎\n- 支持Unity和团结引擎支持的所有平台\n- 支持il2cpp和mono backend\n\n## 文档\n\n- [文档](https://www.obfuz.com/)\n- [快速上手](https://www.obfuz.com/docs/beginner/quick-start)\n- [示例项目](https://github.com/focus-creative-games/obfuz-samples)\n\n## 未来计划\n\nObfuz 正在持续开发中，即将推出的功能包括：\n\n- **反内存转储与反调试**：防止内存转储和调试行为。\n- **代码虚拟化**：将代码转化为虚拟化指令，提供最高级别安全。\n\n## 许可证\n\nObfuz 采用 MIT 许可证发布，欢迎自由使用、修改和分发。\n\n## 联系我们\n\n如有问题、建议或错误报告，请在用以下方式联系我们：\n\n- GitHub 上提交 Issue\n- 邮件联系维护者：`obfuz#code-philosophy.com`\n- QQ群 **Obfuz交流群**： 1048396510\n- discord频道 `https://discord.gg/bFXhmrUw8c`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocus-creative-games%2Fobfuz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffocus-creative-games%2Fobfuz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocus-creative-games%2Fobfuz/lists"}