Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Jan 19, 2024
1 parent 220cee3 commit b1344ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/business/basicencryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

|技术|安全指数|已经实现|
|-|-|-|
|元数据混淆|:star:||
|元数据混淆|:star::star:||
|元数据加密|:star::star::star::star:||
|结构虚拟化|:star::star::star:||
|结构虚拟化|:star::star::star:||
|加密虚拟化|:star::star::star:||
|延迟解密|:star::star::star:||
|指令虚拟化|:star::star::star::star::star:||
Expand All @@ -26,7 +26,7 @@

|技术|结构虚拟化|加密虚拟化|延迟解密|安全指数|
|-|-|-|-|-|
|自定义dll文件结构||||:star:|
|自定义dll文件结构||||:star:|
|~string流加密||||:star::star:|
|~blob流加密||||:star::star:|
|~US流加密||||:star::star::star:|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ We provide the industry's top managed code hardening technology, which effective

|Technology|Safety Index|Achieved|
|-|-|-|
|Metadata obfuscation|:star:||
|Metadata obfuscation|:star::star:||
|Metadata encryption|:star::star::star::star:||
|Fabric Virtualization|:star::star::star:||
|Structure Virtualization|:star::star::star:||
|Encrypted Virtualization|:star::star::star:||
|Delayed decryption|:star::star::star:||
|Instruction virtualization|:star::star::star::star::star:||
|Instruction virtualization|:star::star::star::star::star:||

## Metadata obfuscation

Expand All @@ -24,9 +24,9 @@ Because instruction obfuscation will significantly harm performance, only pure i

## Metadata encryption

|Technology|Fabric Virtualization|Encryption Virtualization|Lazy Decryption|Security Index|
|Technology|Structure Virtualization|Encryption Virtualization|Lazy Decryption|Security Index|
|-|-|-|-|-|
|Customized dll file structure||||:star:|
|Customized dll file structure||||:star:|
|~string stream encryption||||:star::star:|
|~blob stream encryption||||:star::star:|
|~US stream encryption||||:star::star::star:|
Expand Down Expand Up @@ -81,7 +81,7 @@ Supports delayed decryption to prevent crackers from using memory dump technolog

## Structure virtualization technology

Structural virtualization technology refers to the use of a dedicated structural virtual machine to parse the structure of metadata, and it can be dynamically adjusted without rebuilding the App. This requires the cracker to re-crack each version, which greatly increases the cost of the cracker.
Structure virtualization technology refers to the use of a dedicated structural virtual machine to parse the structure of metadata, and it can be dynamically adjusted without rebuilding the App. This requires the cracker to re-crack each version, which greatly increases the cost of the cracker.

## Encrypted virtualization technology

Expand Down

0 comments on commit b1344ef

Please sign in to comment.