๐ Morphe Patcher
July 14, 2026 ยท View on GitHub
๐ Morphe Patcher
Morphe Patcher used to patch Android applications.
ย
โ About
Morphe Patcher is a library to patch Android applications.
It powers Morphe Desktop,
Morphe (Manager),
and various third party patch managers.
Morphe Patcher is based off the prior work of ReVanced. All modifications made by Morphe, along with their dates, can be found in the Git history.
๐ช Features
Some of the features the Morphe Patcher provides are:
- ๐ง Patch Dalvik VM bytecode: Disassemble and assemble Dalvik bytecode
- ๐ฆ Patch APK resources: Decode and build Android APK resources
- ๐ Patch arbitrary APK files: Read and write arbitrary files directly from and to APK files
- ๐งฉ Write modular patches: Extensive API to write modular patches that can patch Dalvik VM bytecode, APK resources and arbitrary APK files
๐ How to get started
To use Morphe Patcher in your project, follow these steps:
-
Add the repository to your project
-
Add the dependency to your project:
dependencies { implementation("app.morphe:morphe-patcher:{$version}") }
๐ Everything else
๐ Contributing
Thank you for considering contributing to Morphe Patcher. You can find the contribution guidelines here.
๐ ๏ธ Building
To build Morphe Patcher, you can follow the Morphe documentation.
๐ Documentation
You can find the fundamentals of Morphe Patcher and how to create patches here.
๐ License
Morphe Patches are licensed under the GNU General Public License v3.0, with additional conditions under GPLv3 Section 7:
- Name & Branding Restrictions (7c & 7e): Derivative works must use their own distinct branding. The "Morphe" name, logos, and trademarks may not be used for the branding or title of derivative works.
See the LICENSE file for the full GPLv3 terms and the NOTICE file for full conditions of GPLv3 Section 7.