🧩 ReVanced Patches
January 9, 2026 · View on GitHub
Continuing the legacy of Vanced
🧩 ReVanced Patches
This repository contains custom ReVanced patches by blazskufca.
📦 Patches
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. |
🛠️ Automated Native Patching (Projected EDS)
Unlike standard patches, Projected EDS requires modifications to native .so libraries. This repository includes an automated Ghidra-based workflow for this purpose.
Prerequisites
- 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.
Usage (Portable Script)
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"
🚀 How to use
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.