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:12:07 +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 better order, add integrations 2023-05-01 21:12:07 +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 \
    --bundle="revanced-patches.jar" \
    --keystore="ReVanced.keystore" \
    --merge="revanced-integrations.apk" \
    --experimental \
    --exclusive \
    --out="revanced-app.apk" \
    --password="s3cur3p@ssw0rd" \
    --apk="APKs/XXX.apk"