Add options to disable "renaming" #570
Labels
CLI
Issues in jadx-cli module
Core
Issues in jadx-core module
enhancement
GUI
Issues in jadx-gui module
Milestone
This issue discussion started in #158.
Sometimes it is useful to view names "as-is" without any modifications.
So jadx must have an option for that.
For now, jadx has many "renaming" types besides deobfuscation:
"printable" - here means only Latin chars (32 to 126 codes in ascii table)
Options must allow to disable/enable such types separately:
JadxArgs
it must be enum set (full set is default)all
andnone
Examples:
--rename-flags case,valid,printable
or--rename-flags all
And if some options is disabled before source export warning notification about changing names can be shown.
The text was updated successfully, but these errors were encountered: