Does anyone know how to do Reverse Engineering and Deobfuscate jar from j2me games? - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: Does anyone know how to do Reverse Engineering and Deobfuscate jar from j2me games? (/showthread.php?tid=45466) |
Does anyone know how to do Reverse Engineering and Deobfuscate jar from j2me games? - lorenzo - 02-24-2017 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? |