Git Product home page Git Product logo

tocheskey / apkinspector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from honeynet/apkinspector

0.0 2.0 0.0 126.57 MB

APKinspector is a powerful GUI tool for analysts to analyze the Android applications.

Python 1.29% Shell 0.69% Makefile 0.35% C 1.19% C++ 0.81% XSLT 0.09% Roff 0.06% CSS 0.04% Perl 0.01% HTML 82.06% Assembly 0.02% Objective-C 0.01% C# 0.08% Java 12.93% M4 0.09% Common Lisp 0.01% JavaScript 0.04% Jasmin 0.01% Lex 0.07% Julia 0.16%

apkinspector's Introduction

AndroidAnalysisGUI

This is a guide to get the alpha release of Android Analysis GUI. It has only been tested on Linux.

1. Install Qt SDK.
	(1)Download the QtSDK (Qt_SDK_Lin32_offline_v1_1_1_en.run from "http://qt.nokia.com/downloads/sdk-linux-x11-32bit-cpp-offline") and install it using root permission.
	(2)Configure the environment variable.
	Add these to the end of the /etc/profile:
	
		QTDIR=/opt/QtSDK/Desktop/Qt/473/gcc
		PATH=$QTDIR/bin:$PATH
		LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
		export QTDIR PATH LD_LIBRARY_PATH

	Then save and exit:

	Execute the “source /etc/profile” , and “sudo updatedb” at last.

	If you can execute the “qmake –v” and can look at the version information, the Qt is installed successfully. 



2. Install SIP.
       (sip-4.12.3.tar.gz from "http://www.riverbankcomputing.co.uk/software/sip/download")

	(1)Firstly, you should install the python-dev, or there’are errors when executing “make”.
	(2)python configure.py
	(3)make
	(4)make install 


3. Install PyQt4
	(PyQt-x11-gpl-4.8.4.tar.gz from "http://www.riverbankcomputing.co.uk/software/pyqt/download")

	(1)tar xvfz PyQt-x11-gpl-4.8.4.tar.gz
	(2)python configure.py -g (then select "yes")
	(3)make
	(4)make install


4. Install pydot
       (pydot-1.0.25.tar.gz from "http://code.google.com/p/pydot/downloads/list")
	
	(1) python setup.py install


5. Install Graphviz
	(graphviz-2.28.0.tar.gz from "http://www.graphviz.org/Download..php")

	(1) ./configure --with-ortho=yes
	(2) make
	(3) make install

6. Install apktool
	(http://code.google.com/p/android-apktool/)

	# Linux:
   	(1). Download apktool-install-linux-* file
   	(2). Download apktool-* file
   	(3). Unpack both to /usr/local/bin directory (you must have root permissions) 


7. Run this tool:

	python startQT.py


[Others]: if you miss python lib dependency, you should install with the following two steps:
	(1) sudo apt-get install ipython
	(2) sudo apt-get install python-scipy  

apkinspector's People

Contributors

ryanwsmith avatar shellcong avatar yuansweet avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.