Jadx scripting guide can be found at wiki page
Check script examples in examples/(start with hello)
- jadx-cli:
jadx plugins --install "github:jadx-decompiler:jadx-script-kotlin" - jadx-gui:
- in
Filemenu selectPreferences - go to
Pluginssection - select
Jadx Script (Kotlin)fromAvailablelist - click
Installbutton
- in
Just add script file as input
- Add script file to the project (using
Add filesorNew scriptby right-click menu onInputs/Scripts) - Script will appear in
Inputs/Scriptssection - After script change, you can run it using
Runbutton in script editor toolbar or reload whole project (Reloadbutton in toolbar orF5). Also, you can enableLive reloadoption inFilemenu to reload project automatically on scripts change