Skip to content

Commit

Permalink
Fix some text expression errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerofOrange committed Jan 25, 2023
1 parent f40cab5 commit a726e82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 105 deletions.
4 changes: 2 additions & 2 deletions Ether_Obfuscator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
![generateconfi](img/gener.png)

The plug-in will automatically analyze your project and generate corresponding configuration files. You can manually configure the generated files for a second time

![config](img/configFile.png)

3. Open the Enable switch in the Config file and select the function you need in the Obfuscations below([Function introduction](#function-description))

![obfuscations](img/obfuscators.png)

4. Now you can build your project directly. As usual, our plug-in will help you complete everything automatically
Expand Down Expand Up @@ -71,8 +73,6 @@
You can add the HandleShoot function to `ignore_ControlFlow_Method`

![config](img/cfignore.png)
4. This function can confuse your project before IL2CPP is executed (the strength is equivalent to `O&Z Monoobfus`), which can make your project more secure when building cpp. Even if your program receives attacks like `il2cppdumper`, your methods and fields are still in a confused state, and the code file stored in `il2Cpp` is still confused by functions like `ControlFlow`, which reduces its readability and protects your game security to the greatest extent
> The best effect can be obtained by cooperating with `O&Z-IL2CPP`

## Function Description
- ControlFlow
Expand Down
97 changes: 0 additions & 97 deletions Ether_Uprotector/README.md

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Ether Uprotector

![Ether-Uprotector](https://socialify.git.ci/Ether2023/Ether-Uprotector/image?description=1&font=Inter&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2FEther2023%2FEther-Uprotector%2Fmain%2Flogo.png&name=1&owner=1&pattern=Signal&pulls=1&stargazers=1&theme=Light)

![qq](https://img.shields.io/badge/oRangeSumMer(QQ)-2286401259-green) ![qq](https://img.shields.io/badge/Z1029(QQ)-3408708525-green) ![qqgroup](https://img.shields.io/badge/QQGroup-957552913-orange) [![Bilibili](https://img.shields.io/badge/bilibili-%E6%A9%99%E4%B9%8B%E5%A4%8F-blue)](https://space.bilibili.com/79045701) ![email](https://img.shields.io/badge/Email-2286401259%40qq.com-yellowgreen)
Expand All @@ -10,7 +8,7 @@

English | [简体中文](README_zh-cn.md)

## Project List
# Project List
- [Ether_Obfuscator](Ether_Obfuscator)
- [Ether_IL2CPP_Auto](Ether_IL2CPP_Auto)
- ~~[[Obsolete]Ether_IL2CPP_GUI](Ether_IL2CPP_GUI)~~
Expand Down
4 changes: 1 addition & 3 deletions README_zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Ether Uprotector

![Ether-Uprotector](https://socialify.git.ci/Ether2023/Ether-Uprotector/image?description=1&font=Inter&forks=1&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2FEther2023%2FEther-Uprotector%2Fmain%2Flogo.png&name=1&owner=1&pattern=Signal&pulls=1&stargazers=1&theme=Light)

![qq](https://img.shields.io/badge/oRangeSumMer(QQ)-2286401259-green) ![qq](https://img.shields.io/badge/Z1029(QQ)-3408708525-green) ![qqgroup](https://img.shields.io/badge/QQGroup-957552913-orange) [![Bilibili](https://img.shields.io/badge/bilibili-%E6%A9%99%E4%B9%8B%E5%A4%8F-blue)](https://space.bilibili.com/79045701) ![email](https://img.shields.io/badge/Email-2286401259%40qq.com-yellowgreen)
Expand All @@ -10,7 +8,7 @@ Ether Uprotector 是由 **Ether Team** 维护的针对Unity进行的客制化和

***本程序基于[Net6.0](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) & [NETFramework4.8](https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/net48)开发,运行需要[Net6.0](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) & [NETFramework4.8](https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/net48)环境,请确保您的PC正确安装了NET Runtime或者NET SDK***

## Project List
# Project List
- [Ether_Obfuscator](Ether_Obfuscator)
- [Ether_IL2CPP_Auto](Ether_IL2CPP_Auto)
- ~~[[Obsolete]Ether_IL2CPP_GUI](Ether_IL2CPP_GUI)~~
Expand Down

0 comments on commit a726e82

Please sign in to comment.