reverse engineering - Java decompilers that support renaming and other IDE features -
i've been trying hand @ decompiling dex , jar files few decompilers. far best 1 i've used jadx, , comes gui. however, seems read only. there decompiler allows me rename variables/methods/classes obfuscated code, other more advanced ide features such find when class/method/variable called/accessed?
in opinion best way decompile jar , import code in ide of choice.
if use intellij idea can create new project, import jar external lib, , use built-in decompiler. can set breakpoints etc.
Comments
Post a Comment