Question of obfuscated jar. - 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: Question of obfuscated jar. (/showthread.php?tid=45486) |
Question of obfuscated jar. - Seto - 04-06-2017 I have a jar and it's obfuscated. The class name and package name is the same after obfuscating. For example, there's a class named xxx.a. And there's a package named xxx.a as well. And there's a class named xxx.a.a in it. Then I can't import xxx.a.a. I want to use this class. Is there a tool to modify the package name or class name? RE: Question of obfuscated jar. - FFY00 - 05-06-2017 You can use JMOT. https://github.com/contra/JMOT |