From c3238c54a98bbaf1a7cbeea938c55b88d1338de5 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 3 Jul 2025 21:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + REAME-EN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 95cc54c..805be5d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化 - **控制流混淆**:控制流平坦化,打乱代码执行流程,显著增加逆向难度。 - **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。 - **静态与动态解密**:结合静态和动态解密,防止离线静态分析。 +- **混淆多态化**:通过配置不同的生成密钥和随机化种子,生成不同的混淆代码。 - **垃圾代码生成**:支持多种垃圾代码生成,提高App Store和Google Play审核通过率。 - **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。 - **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。 diff --git a/REAME-EN.md b/REAME-EN.md index 7ece9c9..2b6e77d 100644 --- a/REAME-EN.md +++ b/REAME-EN.md @@ -31,6 +31,7 @@ - **Control Flow Obfuscation**: Disrupt code flow to deter reverse engineering. - **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. + **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 - **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.