更新README

main
walon 2025-07-03 21:23:34 +08:00
parent f908b648c1
commit c3238c54a9
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
- **控制流混淆**:控制流平坦化,打乱代码执行流程,显著增加逆向难度。 - **控制流混淆**:控制流平坦化,打乱代码执行流程,显著增加逆向难度。
- **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。 - **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。
- **静态与动态解密**:结合静态和动态解密,防止离线静态分析。 - **静态与动态解密**:结合静态和动态解密,防止离线静态分析。
- **混淆多态化**:通过配置不同的生成密钥和随机化种子,生成不同的混淆代码。
- **垃圾代码生成**支持多种垃圾代码生成提高App Store和Google Play审核通过率。 - **垃圾代码生成**支持多种垃圾代码生成提高App Store和Google Play审核通过率。
- **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。 - **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。
- **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。 - **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。

View File

@ -31,6 +31,7 @@
- **Control Flow Obfuscation**: Disrupt code flow to deter reverse engineering. - **Control Flow Obfuscation**: Disrupt code flow to deter reverse engineering.
- **Randomized Encryption VM**: Generates randomized virtual machines to thwart decompilation and cracking tools. - **Randomized Encryption VM**: Generates randomized virtual machines to thwart decompilation and cracking tools.
- **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.
**Obfuscation Polymorphism**: Generates different obfuscated code by configuring different generation keys and randomization seeds.
- **Garbage Code Generation**: Supports various types of low-quality code generation to improve App Store and Google Play review pass rates - **Garbage Code Generation**: Supports various types of low-quality code generation to improve App Store and Google Play review pass rates
- **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.