diff --git a/README.md b/README.md index 5b65242..7172cad 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化 ## 功能特性 - **符号混淆**:支持丰富的配置规则和增量混淆,灵活高效地保护代码。 -- **常量混淆**:混淆 `int`、`long`、`float`、`double`、`string` 等常量,防止逆向工程。 +- **常量混淆**:混淆 `int`、`long`、`float`、`double`、`string`、数组 等常量,防止逆向工程。 - **变量内存加密**:加密内存中的变量,提升运行时安全。 - **函数调用混淆**:打乱函数调用结构,增加破解难度。 - **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。 diff --git a/REAME-EN.md b/REAME-EN.md index e2ecab2..8af95bd 100644 --- a/REAME-EN.md +++ b/REAME-EN.md @@ -23,7 +23,7 @@ ## Features - **Symbol Obfuscation**: Supports comprehensive configuration rules and incremental obfuscation for flexible and efficient code protection. -- **Constant Obfuscation**: Obfuscates constants such as `int`, `long`, `float`, `double`, and `string` to prevent reverse engineering. +- **Constant Obfuscation**: Obfuscates constants such as `int`, `long`, `float`, `double`, `string` and `array` to prevent reverse engineering. - **Variable Memory Encryption**: Encrypts variables in memory to enhance runtime security. - **Function Call Obfuscation**: Scrambles function call structures to increase cracking difficulty. - **Randomized Encryption VM**: Generates randomized virtual machines to thwart decompilation and cracking tools.