Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

Add option to always apply class cleanup instead of only when ASM crashers are detected

Open Col-E opened this issue 4 years ago • 0 comments

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.

Col-E avatar Jun 20 '21 19:06 Col-E