更新README中关于代码水印的说明
parent
1e027e6299
commit
cfb544426b
|
@ -35,6 +35,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
|
|||
- **静态与动态解密**:结合静态和动态解密,防止离线静态分析。
|
||||
- **混淆多态化**:通过配置不同的生成密钥和随机化种子,生成不同的混淆代码。
|
||||
- **垃圾代码生成**:支持多种垃圾代码生成,提高App Store和Google Play审核通过率。
|
||||
- **代码水印**:嵌入可追踪的水印。
|
||||
- **深度 Unity 集成**:与 Unity 工作流无缝衔接,简单配置即可使用。
|
||||
- **热更新支持**:全面兼容 HybridCLR、xLua 等热更新框架,确保动态代码更新顺畅。
|
||||
- **兼容DOTS**:兼容DOTS各个版本,无需配置即可正常工作。
|
||||
|
@ -56,7 +57,6 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
|
|||
|
||||
Obfuz 正在持续开发中,即将推出的功能包括:
|
||||
|
||||
- **代码水印**:嵌入可追踪的水印。
|
||||
- **反内存转储与反调试**:防止内存转储和调试行为。
|
||||
- **代码虚拟化**:将代码转化为虚拟化指令,提供最高级别安全。
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
- **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
|
||||
- **Code Watermarking**: Embed traceable watermarks in your code.
|
||||
- **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.
|
||||
- **DOTS Compatibility**: Works seamlessly across all DOTS versions with zero configuration required.
|
||||
|
@ -49,7 +50,6 @@
|
|||
|
||||
Obfuz is actively evolving. Upcoming features include:
|
||||
|
||||
- **Code Watermarking**: Embed traceable watermarks in your code.
|
||||
- **Anti-Memory Dumping and Anti-Debugging**: Prevent memory dumps and debugging attempts.
|
||||
- **Code Virtualization**: Transform code into virtualized instructions for maximum security.
|
||||
|
||||
|
|
Loading…
Reference in New Issue