Recaf
Recaf copied to clipboard
Add option to always apply class cleanup instead of only when ASM crashers are detected
Always clean classes
Some obfuscators put junk attributes in random places and this can confuse decompilers. Stripping these misplaced attributes is already done when they cause ASM to crash, but doing it for non-crashing cases is not done. Having a config option for this would be useful.