Open
Description
Hi there,
This is just a request for enhancement.
I would like to have a deobfuscator feature similar to Jadx that can rename the obfuscated filenames such as Aa, aa, a, A to something like C001, C002, C003, C004, where prefix C for Class, AC for Abstract Class, I for Interface and so on.
The Windows OS unlike Linux is case insensitive file system. Thus we can't have four different files named Aa, aa, a, A. It will be just two.
Thanks.