i am reverse engineering one application now and i want an ability to patch it (extract sources, recompile and build it again). I started with JD-GUI but found very interesting obfuscation method.
All class names are the same word (lolkekcheburek) but in various case variations:
So, for JVM all classes names are fine, but when you try to extract it, Windows notifies about name collision:
How would you deal with this?

