decompiling DEX into Java sourcecode

后端 未结 17 1370
情歌与酒
情歌与酒 2020-11-22 12:41

How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?

17条回答
  •  轮回少年
    2020-11-22 12:58

    Easiest method to decompile an android app is to download an app named ShowJava from playstore . Just select the application that needs to be decompiled from the list of applications. There are three different decompiler you can use to decompile an app namely -

    CFR 0.110, JaDX 0.6.1 or FernFlower (analytical decompiler) .

提交回复
热议问题