** DO NOT USE THIS APPLICATION TO DO STUFF THAT YOU HAVE NO RIGHT TO DO. THE DEVELOPER (Niranjan Rajendran) IS IN NO WAY RESPONSIBLE FOR ANY MISUSE OF THIS APPLICATION **
About:
This is basically a Java Decompiler that 'trys' to extract the .java source code from an APK( Android application) file. There are many such decompilers that run on a PC. But, everything either requires you to install some dependencies (or) are hard to use.
Features:
• Runs directly on your android device
• Easy to use
• Displays code in a clean-syntax-highlighted form
• The decompiled source can easily be copied from the sdcard (source is stored in [B]ShowJava[/B] folder in the sdcard)
• Simple source browser with a summary of all decompilation errors
• Each decompiled source file has commented references to classes that could not be decompiled
• And more to come ...
Source Code
This will be an Open Sourced project. Put I have some more work to do. And once that's done, I'll release the source code for everyone to benefit from.
Bugs
There are quite a lot of bugs. That's why this application is in an Alpha Stage. The major bugs are:
• Does not work with system applications in most of the phones (especially one's that are not de-odexed)
• Very slow decompiling process (I'd say it's a bit inefficient too)
• A Not-so-quite user-friendly Source Browser
• A Stupid progress indicator
• and some more ...
Reason's for Permissions
• Internet - Automated bug reporting
• External Storage - To store the decompiled source code and to have a working directory for the application
Credits
• A Big-Huge Thanks to Lee Benfield (lee@benf.org) for his awesome CFR - Class File Reader :D :D
• Panxiaobo (pxb1988@gmail.com) for dex2jar :)
About:
This is basically a Java Decompiler that 'trys' to extract the .java source code from an APK( Android application) file. There are many such decompilers that run on a PC. But, everything either requires you to install some dependencies (or) are hard to use.
Features:
• Runs directly on your android device
• Easy to use
• Displays code in a clean-syntax-highlighted form
• The decompiled source can easily be copied from the sdcard (source is stored in [B]ShowJava[/B] folder in the sdcard)
• Simple source browser with a summary of all decompilation errors
• Each decompiled source file has commented references to classes that could not be decompiled
• And more to come ...
Source Code
This will be an Open Sourced project. Put I have some more work to do. And once that's done, I'll release the source code for everyone to benefit from.
Bugs
There are quite a lot of bugs. That's why this application is in an Alpha Stage. The major bugs are:
• Does not work with system applications in most of the phones (especially one's that are not de-odexed)
• Very slow decompiling process (I'd say it's a bit inefficient too)
• A Not-so-quite user-friendly Source Browser
• A Stupid progress indicator
• and some more ...
Reason's for Permissions
• Internet - Automated bug reporting
• External Storage - To store the decompiled source code and to have a working directory for the application
Credits
• A Big-Huge Thanks to Lee Benfield (lee@benf.org) for his awesome CFR - Class File Reader :D :D
• Panxiaobo (pxb1988@gmail.com) for dex2jar :)