Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fan87 committed Jun 17, 2022
1 parent 24f8fa5 commit cafff7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ repositories {
}

dependencies {
implementation "com.github.fan87:Regular-Bytecode-Expression:Tag"
implementation "com.github.fan87:Regular-Bytecode-Expression:<vesion>"
}
```

You can find all available versions in GitHub release tab

### Use Case
Let's say you want to do string obfuscation. Normally you would have to have a main for loop, a few if checks.
But not anymore! With this library, you can match every LdcString, and replace them to obfuscated string.
Expand Down

0 comments on commit cafff7b

Please sign in to comment.