Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanB312 committed Jul 2, 2024
1 parent 3c91f87 commit 9fdcff4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Some ideas are from ESkid and other obfuscator, and be presented with refined ve

Notice: Many features from my private obfuscator Guardian (Made in 2022) are experimental which are unstable.

15 features from Grunt, 10 features from Guardian, 7 new features in coming.

If you encounter any compatibility issues, please raise an issue on GitHub. By the way, I appended the stability level on each feature. If you encountered unstable situation. You can turn off the low stability-level features.

The reborn project is under development. Here is the feature TODO list.
Expand All @@ -27,18 +25,17 @@ Stability level: [1]=Unstable [5]=Stable

* [X] [4]MixinClassRename
* [X] [4]MixinFieldRename
* [ ] [4]MixinMethodRename

### Encrypt:

* [ ] [4]ArithmeticEncrypt
* [X] [5]NumberEncrypt
* [X] [5]FloatingPointEncrypt
* [X] [5]StringEncrypt

### Redirect:

* [ ] [2]MethodCallRedirect
* [X] [1]InitializerRedirect
* [X] [4]MethodCallRedirect
* [X] [4]FieldCallRedirect (Known as Scramble)
* [X] [5]StringEqualsRedirect
* [ ] [0]InvokeDynamic
Expand Down

0 comments on commit 9fdcff4

Please sign in to comment.