Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SpartanB312/Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanB312 committed Nov 27, 2022
2 parents d0b391a + fa564c0 commit 75a176d
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,45 @@ Lite-weight java obfuscator using ASM

Some ideas are from ESKID(Sry KillRED lol)

### Features
Renamer:
## Features

ClassRename
#### Renamer:

ClassRename(Support Mixin remap)

FieldRename

MethodRename(Need dependencies)

LocalVarRename

Encrypt:
#### Encrypt:

NumberEncrypt

StringEncrypt(Just simply xor)

Other:
#### Other:

RedirectFieldCall(Scramble,Name from ESKID)
RedirectFieldCall(Also called Scramble. Name from ESKID)

SourceDebugRemove

KotlinOptimize

Watermark

Before you ask:
NativeCandidate

Shrinking

Shuffle utils

Q:Where is ControlFlow?
#### ControlFlow:

A:WIP. You can skid Radon's flow instead.
Working in progress (You can currently skid Radon's)

### License: MIT
## License: MIT

You are free to use it for any purpose. Including commercial use, or build your own obfuscator based on it.

Expand Down

0 comments on commit 75a176d

Please sign in to comment.