
Continuing the legacy of Vanced
This repository contains custom ReVanced patches by blazskufca.
The following patches are included in this repository:
| Application | Patch Name | Description |
|---|---|---|
Mladinska Plus (com.mladinska.mkplus) |
Unlock Plus |
Forces the app to report 'plus' permissions to the server. |
Projected EDS (com.sovworks.projecteds) |
Unlock EDS |
Bytecode and native library patches to bypass license and obfuscation checks. |
Unlike standard patches, Projected EDS requires modifications to native .so libraries. This repository includes an automated Ghidra-based workflow for this purpose.
- Ghidra: Must be installed and available in your
PATH(specificallyghidra-analyzeHeadless). - Android SDK:
ANDROID_HOMEshould be set or Build Tools must be in your path.
The script ghidra/patch-eds.sh automates the entire process: building the patches, decompiling the APK, patching native libraries with Ghidra, and merging everything into a signed APK.
# Provide the path to your original APK as an argument
./ghidra/patch-eds.sh "com.sovworks.projecteds v1.16.75_antisplit.apk"To usage these patches, you need to bundle them.
-
Clone this repository
-
Build the patches using
./gradlew patches:build -
Use the generated
.jarfile with ReVanced Manager or CLI.