jadx-morphe
June 25, 2026 ยท View on GitHub
A plugin for JADX to test Morphe-style fingerprints on-the-fly.

Installation
jadx-gui:
- Open
Preferencesgo toPluginssection ->Install pluginbutton - Install from either:
- local file:
file:C:\path\to\patch\jadx-morphe.zip - github release:
github:hoo-dles:jadx-morphe
- local file:
jadx-cli:
- Install from either:
- local file:
jadx plugins --install-jar jadx-morphe.zip - github release:
jadx plugins --install "github:hoo-dles:jadx-morphe"
- local file:
Building
Important
A GitHub access token is necessary for accessing the morphe-patcher repo.
- Clone this repository.
- Run
./gradlew plugin:distto build the plugin (output is placed inplugin/build/dist).
Credits
Thanks to valonsdev for their original work.