Deobfuscation by Map - 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: Deobfuscation by Map (/showthread.php?tid=1494) |
Deobfuscation by Map - Wdestroier - 11-16-2015 Hi, One question: How can I "deobfuscate" when I have the Mapping? Replacing the Fields.. Methods.. From the Obfuscated To the Deobfuscated Thanks, Have a nice day! RE: Deobfuscation by Map - Bibl - 11-21-2015 ??? do u know java? if so, u can just remap all the stuff using bytecode library like asm or bcel |