Skip to content

A simple ReVanced patch that enables your favorite application to trust user-supplied CAs.

License

Notifications You must be signed in to change notification settings

Faith001/revanced-molten-glass

Repository files navigation

revanced-molten-glass

A simple ReVanced patch that enables your favorite application to trust user-supplied CAs.

Pre-requisites

  • An OpenJDK17 installation

Installation

  1. Grab the latest release of your favorite application from APKMirror
    (will likely be in the form of an apkm bundle that needs to be merged, if not - skip step 3)

  2. Grab the latest releases of APKEditor, revanced-cli and this patch

  3. Merge the apkm bundle into a single apk via APKEditor:
    java -jar apkeditor.jar m -i your_app.apkm

  4. Use revanced-cli with the molten-glass patch patches-mg-1.0.0.rvp on the resulting merged apk:
    java -jar revanced-cli.jar patch -p patches-mg-1.0.0.rvp your_app_merged.apk

⚠️ Note:
During this step a keystore file will be generated as well - your_app_merged-patched.keystore
Make sure to keep it as it will be needed to sign any future updates!

  1. If everything finished successfully, you should now have your_app_merged-patched.apk which can be installed to your device

Updating

Follow the installation instructions again, but this time during step 4, pass in the keystore file you kept originally:

java -jar revanced-cli.jar patch -p patches-mg-1.0.0.rvp 
+ --keystore your_app_merged-patched.keystore 
your_app_merged.apk

Building

For building, please refer to the ReVanced documentation.

About

A simple ReVanced patch that enables your favorite application to trust user-supplied CAs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages