JRemapper icon indicating copy to clipboard operation
JRemapper copied to clipboard

Renaming class fields with common name

Open minexew opened this issue 5 years ago • 0 comments

In obfuscated programs, a class may contain multiple fields with the same name, distinguished only by type (I am not sure how exactly this works on .class-level)

Renaming such field will currently rename all other fields with the same name in that class. This limits JRemapper's usefulness as an interactive de-obfuscation tool.

minexew avatar Apr 11 '20 15:04 minexew