更新 README.md
parent
77c6635eda
commit
14a6ddb661
|
@ -16,7 +16,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
|
||||||
- **开源免费**:基于 MIT 协议,免费使用和修改。
|
- **开源免费**:基于 MIT 协议,免费使用和修改。
|
||||||
- **功能强大**:提供媲美商业工具的强大混淆和代码加固功能。
|
- **功能强大**:提供媲美商业工具的强大混淆和代码加固功能。
|
||||||
- **专为 Unity 设计**:为Unity工作流深度优化,自动化处理除了反射以外(因为工具做不到智能识别反射)所有需要特殊处理的情况(如MonoBehaviour名不能混淆),几乎零配置即可集成代码混淆功能。
|
- **专为 Unity 设计**:为Unity工作流深度优化,自动化处理除了反射以外(因为工具做不到智能识别反射)所有需要特殊处理的情况(如MonoBehaviour名不能混淆),几乎零配置即可集成代码混淆功能。
|
||||||
- **稳定可靠**:有全面的自动化测试项目,成功通过2400个多个测试用例,几乎覆盖所有常见的代码用例
|
- **稳定可靠**:有全面的自动化测试项目,成功通过3000个多个测试用例,几乎覆盖所有常见的代码用例
|
||||||
- **支持热更新**:支持HybridCLR、xlua之类最流行的代码热更新方案
|
- **支持热更新**:支持HybridCLR、xlua之类最流行的代码热更新方案
|
||||||
- **敏捷开发**:快速响应开发者需求、迅速修复bug,及时跟进Unity及团结引擎的最新改动
|
- **敏捷开发**:快速响应开发者需求、迅速修复bug,及时跟进Unity及团结引擎的最新改动
|
||||||
|
|
||||||
|
@ -29,7 +29,8 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
|
||||||
- **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。
|
- **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。
|
||||||
- **静态与动态解密**:结合静态和动态解密,防止离线静态分析。
|
- **静态与动态解密**:结合静态和动态解密,防止离线静态分析。
|
||||||
- **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。
|
- **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。
|
||||||
- **热更新支持**:全面兼容 HybridCLR、xLua、Puerts 等热更新框架,确保动态代码更新顺畅。
|
- **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。
|
||||||
|
- **兼容DOTS**:兼容DOTS各个版本,无需配置即可正常工作。
|
||||||
|
|
||||||
## 支持的Unity版本与平台
|
## 支持的Unity版本与平台
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
- **Open Source & Free**: Licensed under MIT, free to use and modify.
|
- **Open Source & Free**: Licensed under MIT, free to use and modify.
|
||||||
- **Powerful Features**: Delivers obfuscation and code protection comparable to commercial tools.
|
- **Powerful Features**: Delivers obfuscation and code protection comparable to commercial tools.
|
||||||
- **Unity-First Design**: Deeply optimized for Unity workflows. Automatically handles all edge cases (e.g., preserving `MonoBehaviour` names) except reflection (due to technical limitations). Near-zero configuration required.
|
- **Unity-First Design**: Deeply optimized for Unity workflows. Automatically handles all edge cases (e.g., preserving `MonoBehaviour` names) except reflection (due to technical limitations). Near-zero configuration required.
|
||||||
- **Battle-Tested**: Verified by 2,400+ automated test cases covering virtually all common code patterns.
|
- **Battle-Tested**: Verified by 3,000+ automated test cases covering virtually all common code patterns.
|
||||||
- **Hot Reload Ready**: Fully compatible with leading hot-reload solutions like HybridCLR and xLua.
|
- **Hot Reload Ready**: Fully compatible with leading hot-reload solutions like HybridCLR and xLua.
|
||||||
- **Agile Development**: Rapid bug fixes, prompt feature updates, and immediate support for the latest Unity/Unity Engine changes.
|
- **Agile Development**: Rapid bug fixes, prompt feature updates, and immediate support for the latest Unity/Unity Engine changes.
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
- **Static and Dynamic Decryption**: Combines static and dynamic decryption to resist offline static analysis.
|
- **Static and Dynamic Decryption**: Combines static and dynamic decryption to resist offline static analysis.
|
||||||
- **Seamless Unity Integration**: Deeply integrated with Unity workflows, requiring minimal configuration to get started.
|
- **Seamless Unity Integration**: Deeply integrated with Unity workflows, requiring minimal configuration to get started.
|
||||||
- **Hot Update Compatibility**: Fully supports hot update frameworks like HybridCLR, xLua, and Puerts, ensuring compatibility with dynamic code updates.
|
- **Hot Update Compatibility**: Fully supports hot update frameworks like HybridCLR, xLua, and Puerts, ensuring compatibility with dynamic code updates.
|
||||||
|
- **DOTS Compatibility**: Works seamlessly across all DOTS versions with zero configuration required.
|
||||||
|
|
||||||
## Supported Unity Versions & Platforms
|
## Supported Unity Versions & Platforms
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue