README.md添加常量数组加密的介绍
parent
a6863b5089
commit
e818c6ad4d
|
@ -23,7 +23,7 @@ Obfuz 是一款开源、强大、易用及稳定可靠的充分满足商业化
|
|||
## 功能特性
|
||||
|
||||
- **符号混淆**:支持丰富的配置规则和增量混淆,灵活高效地保护代码。
|
||||
- **常量混淆**:混淆 `int`、`long`、`float`、`double`、`string` 等常量,防止逆向工程。
|
||||
- **常量混淆**:混淆 `int`、`long`、`float`、`double`、`string`、数组 等常量,防止逆向工程。
|
||||
- **变量内存加密**:加密内存中的变量,提升运行时安全。
|
||||
- **函数调用混淆**:打乱函数调用结构,增加破解难度。
|
||||
- **随机加密虚拟机**:生成随机化虚拟机,有效抵御反编译和破解工具。
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue