From cafff7b6505c4eafe8b31ca7cfa16bae5514af28 Mon Sep 17 00:00:00 2001 From: fan87 Date: Fri, 17 Jun 2022 17:21:36 +0800 Subject: [PATCH] Updated readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fb6aed0..16de418 100644 --- a/readme.md +++ b/readme.md @@ -21,10 +21,12 @@ repositories { } dependencies { - implementation "com.github.fan87:Regular-Bytecode-Expression:Tag" + implementation "com.github.fan87:Regular-Bytecode-Expression:" } ``` +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.