APK Scanner

View the Project on GitHub

APK Scanner

Software License
Welcome to the APK Scanner!

WEBSITE : https://apk-spectrum.github.io/apk-scanner/
WIKI : https://github.com/apk-spectrum/apk-scanner/wiki

Introduce the APK Scanner

The APK scanner analyzes the APK file to show all the APK information,
And provides functions such as installing in the device and extracting and analyzing the installed apps,
It is a tool to dramatically streamline APK management. (more..)

Build

This repository have .project and .class files for be build by eclipse.(more..)

Requirements

JDK (7 or 8).
Eclipse with git plugin

Create Eclipse project

  1. source code download

    git clone https://github.com/apk-spectrum/apk-scanner

  2. import Eclipse project

    Eclipse > File > Import > Git > Project from Git
    > Existing local repository > add “your project path” > Import existing Eclipse projects

  3. Run Configuration, Main Class : com.apkscanner.Main

Setup & Launch

Supported OS : Windows7/10, Linux Ubuntu 10.04/12.04
※ Based on verified OS version.

Setup

for Windows

  1. Uncompress APKScanner.tar
  2. run setup.bat (right click > Run as administrator)

for Linux (ubuntu)

$ tar -xvf APKScanner.tar
$ cd APKScanner
$ ./setup.sh

Launch

  1. Double click to an APK File on the explorer or p4v.

External Tools & Resources

Using following tools & libraries

External Execute Tools

Android Asset Packaging Tool, Android Debug Bridge Software License
- http://developer.android.com/tools/help/adb.html
JD-GUI Software License
- http://jd.benow.ca/
dex2jar Software License
- https://sourceforge.net/projects/dex2jar/

External JAR Libraries

ddmlib Software License
- https://android.googlesource.com/platform/tools/base/+/master/ddmlib/
guava Software License
- https://github.com/google/guava/
jna Software License
- https://github.com/java-native-access/jna/
mslinks Software License
- https://github.com/BlackOverlord666/mslinks/
RSyntaxTextArea with AutoComplete, RSTAUI Software License
- http://bobbylight.github.io/RSyntaxTextArea/
json-simple Software License
- https://code.google.com/archive/p/json-simple/
commons-cli Software License
- https://commons.apache.org/proper/commons-cli/

Images

Toolbar icons : https://dribbble.com/shots/1925117-Filo-Icon-Set-Free
Othres : https://github.com/ioBroker/ioBroker.icons-open-icon-library-png

License Software License

APK Sanner are released under the Apache 2.0 license.