Simple makefile who download all the utils for using the revanced-cli, useful when revanced manager isn't ready yet for the latest patches
.gitignore | ||
Makefile | ||
README.md |
Revanced helper
- If first time, initialize files
$ make init
- If not, just update
$ make update
Usage
You can run this if you have:
- your keystore as
ReVanced.keystore
- your apks stored in
APKs/
java -jar revanced-cli.jar \
-a="APKs/XXX.apk" \
-b revanced-patches.jar \
--exclusive \
--experimental \
--keystore="ReVanced.keystore" \
--password="s3cur3p@ssw0rd" \
--out="revanced-app.apk"