Skip to content

Supplement. Patch for latest Reddit

inotia00 edited this page Jun 25, 2024 · 7 revisions

About

Starting from Reddit 2024.18.0, APKTool does not support decoding due to resource obfuscation.

Currently, the only workaround is to use ARSCLib to skip decoding of obfuscated resources.

There has been a lot of discussion about ARSCLib support, but currently ARSCLib support is in the development stage.

Fortunately, I had saved the code testing the ARSCLib branch last year locally, and was able to restore it and prepare a patch targeting Reddit 2024.18.0+.

Currently, only the CLI method is available.

Downloading the packages

Using ReVanced CLI (PC)

  1. Make sure your phone is connected
adb shell exit
  1. Run the CLI
java -jar revanced-cli-all.jar \
 -a reddit.apk \
 -o revanced \
 -m app-release-unsigned.apk \
 --options options.json \
 -b revanced-patches.jar
  1. Move to the revanced directory and install base.apk