jar edit and re-compile in simple way

前端 未结 3 2013
滥情空心
滥情空心 2021-02-09 00:20

I have a jar file called ScreenCapture.jar

I use http://jd.benow.ca/ what is in there. I have even downloaded jd-gui

This is what it shows me

3条回答
  •  滥情空心
    2021-02-09 00:53

    On your first question JD-GUI is just a viewer you need to use dex2jar to retrieve the JAR file; decompile and save the classes you need to change; import JAR and JAVA files in your Android Studio; modify; recompile and repackaged.

提交回复
热议问题