jadx-morphe

June 25, 2026 ยท View on GitHub

A plugin for JADX to test Morphe-style fingerprints on-the-fly.

Plugin usage

Installation

jadx-gui:

  1. Open Preferences go to Plugins section -> Install plugin button
  2. Install from either:
    • local file: file:C:\path\to\patch\jadx-morphe.zip
    • github release: github:hoo-dles:jadx-morphe

jadx-cli:

  1. Install from either:
    • local file: jadx plugins --install-jar jadx-morphe.zip
    • github release: jadx plugins --install "github:hoo-dles:jadx-morphe"

Building

Important

A GitHub access token is necessary for accessing the morphe-patcher repo.

  1. Clone this repository.
  2. Run ./gradlew plugin:dist to build the plugin (output is placed in plugin/build/dist).

Credits

Thanks to valonsdev for their original work.