Simple makefile who download all the utils for using the revanced-cli, useful when revanced manager isn't ready yet for the latest patches
Find a file
2023-05-01 21:11:59 +02:00
.gitignore ignore cache 2023-05-01 21:11:59 +02:00
Makefile fix version.txt 2023-05-01 20:59:06 +02:00
README.md add usage 2023-05-01 21:09:03 +02:00

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"