Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 219 forks source link

option to decompile local variable names #148

Closed GraxCode closed 6 years ago

GraxCode commented 6 years ago

could you maybe implement an option to decompile local var names? Short names can get very annoying

Storyyeller commented 6 years ago

Krakatau was designed for decompiling obfuscated code, so features that only benefit the non obfuscated case are not a high priority.