Skip to content

rufus-stone/jadx-name-figurer-outer

Repository files navigation

JADX Name Figurer-Outer plugin

Simple plugin to rename fields based on the strings passed to methods like JSONObject's getString() and friends.

Usage

Turns something like this:

this.a = json.getString("importantString");
this.b = json.getInt("someNumber");

...into something like this:

this.importantString = json.getString("importantString");
this.someNumber = json.getInt("someNumber");

Installation

Install using location id: github:rufus-stone:jadx-name-figurer-outer

In jadx-cli:

  jadx plugins --install "github:rufus-stone:jadx-name-figurer-outer"

About

JADX plugin to rename fields based on the string arguments passed to methods like JSONObject's getString() and friends

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors