java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.57k stars 290 forks source link

Transformer request: method and field renamer #835

Closed ghost closed 2 years ago

ghost commented 2 years ago

A cleanup transformer that looks for method and field names that are invalid in java, as well as names that are 1 character in length and renames them to valid, generic names. It would also be nice if the transformer renamed every single method to individual names in order to remove overloading of methods caused by obfuscation.

ProfKambing commented 2 years ago

this doesn't affect readability. It’s still hard to read

NoMeansNowastaken commented 2 years ago

look at the normalizer transformers