Add option to always apply class cleanup instead of only when ASM crashers are detected
Open
enhancement
- Dominant language
- Java
- Stars
- 7.4k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.