[TOOL][WINDOWS]APK to Java Viewer - View the Java classes in apk!

Search This thread

forumber2

Senior Member
Feb 2, 2012
1,469
1,501
Istanbul
APK to Java Viewer

s2l1.png


Hi all!

As you know, we can view and save java classes in classes.dex via some tools. And we have enough guides (like this; http://goo.gl/QkK6P7 ) but it requires effort so, I made this small tool for lazy people :p

This script will show the java files in your apk/jar (framework). Instructions as below:
1. Download the zip in Attachments.
2. Extract Java-Viewer.zip anywhere on your PC.
3. Put your an apk or jar (framework) in "Input".
4. Execute "Run_me_first.bat"
5. Follow Instructions (in tool)


**JRE is required
**IMPORTANT: DO NOT leave spaces when you name your apk files, e.g. "123 abc.zip" is a no go, "123abc.zip" is the correct way
,

Bugs;

-After converting dex to jar, the script ends suddenly. Thats why you need execute View_Java.bat after finish Run_me_first.bat script
-jd-gui can't decompile all smali files.

Applications are used;
-JD-GUI 0.3.6
-7zip
-dex2jar-0.0.9.15

Credits;
@Ryuinferno for his "Sign-em!" thread style
@lickarock for his guide and his screenshot
 

Attachments

  • Java_Viewer.zip
    2.7 MB · Views: 1,978
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    APK to Java Viewer

    s2l1.png


    Hi all!

    As you know, we can view and save java classes in classes.dex via some tools. And we have enough guides (like this; http://goo.gl/QkK6P7 ) but it requires effort so, I made this small tool for lazy people :p

    This script will show the java files in your apk/jar (framework). Instructions as below:
    1. Download the zip in Attachments.
    2. Extract Java-Viewer.zip anywhere on your PC.
    3. Put your an apk or jar (framework) in "Input".
    4. Execute "Run_me_first.bat"
    5. Follow Instructions (in tool)


    **JRE is required
    **IMPORTANT: DO NOT leave spaces when you name your apk files, e.g. "123 abc.zip" is a no go, "123abc.zip" is the correct way
    ,

    Bugs;

    -After converting dex to jar, the script ends suddenly. Thats why you need execute View_Java.bat after finish Run_me_first.bat script
    -jd-gui can't decompile all smali files.

    Applications are used;
    -JD-GUI 0.3.6
    -7zip
    -dex2jar-0.0.9.15

    Credits;
    @Ryuinferno for his "Sign-em!" thread style
    @lickarock for his guide and his screenshot
    1
    Well, way to just go and one up me, huh? Nice work man. I will be making use of this for sure. Anything to save myself 87 steps.