Skip to content

An apk decompiler for android. {Ressurected}

License

Notifications You must be signed in to change notification settings

kingdevil731/show-java

 
 

Repository files navigation

Dependency Status Build Status License Info Play Store Info GitHub app version Play Store downloads Crowdin

ShowJava Banner v0.1

An apk decompiler for android. Built on Android Studio 1.5 with gradle 2.8

The current GitHub master branch may be ahead of the Play Store version (and could be unstable/incomplete/buggy at some places)

Get Show Java on Google Play

About

This is a Decompiler that extracts the source code of an Android application (including XML files and image assets). Works directly from your android device.

Features

  • Select either CFR 0.110, JaDX 0.6.1 or FernFlower (analytical decompiler) to use as the decompiler (more to come).
  • Runs directly on an android device (4.x and above).
  • Select apk from sdcard (or) from a list of installed applications.
  • Easy to use.
  • Decompiles resources too (layouts, Drawables, Menus, AndroidManifest, image assets).
  • Displays code in a clean-syntax-highlighted form.
  • The decompiled source can easily be copied from the sdcard (source is stored in ShowJava 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.
  • Share the decompiled source easily with the built in archive + share mechanism.

Known Issues

  1. Does not work with system applications in most of the phones (especially ones that are not de-odexed).
  2. Slow on phones with single core processors.

Contributing to ShowJava

Head over here to know more about how to contribute, report bugs and request feature additions.

Open Source License

Unless explicitly stated otherwise all files in this repository are licensed under the Apache Software License 2.0. All projects must properly attribute The Original Source.

Copyright 2015 Niranjan Rajendran

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at : 

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

An unmodified copy of the above license text must be included in all forks.

External Credits

  1. A Big-Huge Thanks to Lee Benfield (lee@benf.org) for his awesome CFR - Class File Reader
  2. Panxiaobo (pxb1988@gmail.com) for dex2jar.
  3. Liu Dong for apk-parser.
  4. Ben Gruver for dexlib2.
  5. skylot for JaDX.
  6. JetBrains for FernFlower analytical decompiler.

Android, Google Play and the Google Play logo are trademarks of Google Inc.

Packages

No packages published

Languages

  • Java 100.0%