Android-Integrated-Analysis-Systems.md
July 13, 2015 · View on GitHub
Android Integrated Analysis Systems
Appie
Appie is a software package that has been pre-configured to function as an Android Pentesting Environment.It is completely portable and can be carried on USB stick or smartphone.This is a one stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines.
http://manifestsecurity.com/appie/
dexter
Santoku
AMAT - Android Malware Analysis Toolkit
http://www.dunkelheit.com.br/amat/index.html
Akana
AppUse
https://appsec-labs.com/AppUse
ARE
https://redmine.honeynet.org/projects/are/wiki
MobiSec
http://sourceforge.net/projects/mobisec/files/
Android Tamer
This Environment allows people to work on large array of android security related task’s ranging from Malware Analysis, Penetration Testing and Reverse Engineering.
androguard
http://code.google.com/p/androguard/
androguard is a toolset for reversing APK, DEX and ODEX files. Its main features include:
- DEX/ODEX/APK file format parsing, disassemble, decompilation, modification
- Dalvik opcode parsing
- Diffing of applications, and counting their similarity
- malware detection with a signature database
- generating CFG etc...
License: LGPL
aikinci / androguard
A dockerized androguard installation
https://github.com/aikinci/androguard
dockerfile-androguard
docker file for use with androguard python android app analysis tool
https://github.com/dweinstein/dockerfile-androguard
docker-androguard
A dockerized androguard installation
https://github.com/adepasquale/docker-androguard
APKinspector
http://code.google.com/p/apkinspector/
https://github.com/honeynet/apkinspector
The goal of this project is to aide analysts and reverse engineers to visualize compiled Android packages and their corresponding DEX code. The primary focus of this project is to provide a visualization layer that’s typically missing in existing Android reverse engineering tools, as well as to create a unified platform that combines several existing Android reverse engineering tools into a single unified view and context.
License: GPL v2
BackTrack Linux
http://www.backtrack-linux.org
Chrysalide
http://www.0xdeadc0de.fr/chrysalide
Chrysalide is a software package providing disassembly and code analysis capabilities. Based on GTK and focused on embedded systems, it provides a graphical environment for the study of binaries.
It is still in heavy development.
Current main features:
- Dalvik architecture and Dex format support.
- disassembly view using graphs.
- Python support for plugins.
License: GPL v3