The Bytecode Club

Full Version: Does anyone know how to do Reverse Engineering and Deobfuscate jar from j2me games?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to remove the obfuscation made by proguard and rename all methods fields etc. classes for more legible names? I tried with the fernflower with the option -ren = 1 but it leaves errors in my code some help?