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-10-10 17:35:08 +02:00
.gitignore update options file 2023-08-29 03:55:48 +02:00
Makefile fix version.txt 2023-05-01 20:59:06 +02:00
README.md Compatibility with 4.x patches name 2023-10-10 17:35:08 +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/

Replace patch1 with your patch, and continue...

For patches name, use quotes You can get the list of patches using:

java -jar revanced-cli.jar list-patches -f <app> "revanced-patches.jar"
java -jar revanced-cli.jar patch \
    --patch-bundle="revanced-patches.jar" \
    --keystore="ReVanced.keystore" \
    --merge="revanced-integrations.apk" \
    --exclusive \
    --out="revanced-app.apk" \
    --alias=alias \
    --keystore-entry-password="s3cur3p@ssw0rd" \
    --keystore-password="s3cur3p@ssw0rd" \
    "APKs/XXX.apk" \
    -i patch1