A plugin for JADX to test Morphe-style fingerprints on-the-fly.
jadx-gui:
- Open
Preferencesgo toPluginssection ->Install pluginbutton - Install from either:
- local file:
file:C:\path\to\patch\jadx-morphe.jar - github release:
github:hoo-dles:jadx-morphe
- local file:
jadx-cli:
- Install from either:
- local file:
jadx plugins --install-jar jadx-morphe.jar - github release:
jadx plugins --install "github:hoo-dles:jadx-morphe"
- local file:
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).
Thanks to valonsdev for their original work.
