fbpx

Androguard Reverse Engineering Tool for Android Apps

Androguard is mainly a tool written in python to play with :

·         Dex/Odex (Dalvik virtual machine) (.dex) (disassemble, decompilation)
·         APK (Android application) (.apk)
·         Android’s binary xml (.xml)
·         Android Resources (.arsc)
·         Androguard is available for Linux/OSX/Windows (python powered)




Features

·         Map and manipulate DEX/ODEX/APK/AXML/ARSC format into full Python objects,
·         Diassemble/Decompilation/Modification of DEX/ODEX/APK format,
·         Decompilation with the first native (directly from dalvik bytecodes to java source codes) dalvik decompiler (DAD),
·         Access to the static analysis of the code (basic blocks, instructions, permissions (with database from http://www.android-permissions.org/) …) and create your own static analysis tool,
·         Analysis a bunch of android apps,
·         Analysis with ipython/Sublime Text Editor,
·         Diffing of android applications,
·         Measure the efficiency of obfuscators (proguard, …),
·         Determine if your application has been pirated (plagiarism/similarities/rip-off indicator),
·         Check if an android application is present in a database (malwares, goodwares ?),
·         Open source database of android malware (this opensource database is done on my free time, of course my free time is limited, so if you want to help, you are welcome !),
·         Detection of ad/open source librairies (WIP),
·         Risk indicator of malicious application,
·         Reverse engineering of applications (goodwares, malwares),
·         Transform Android’s binary xml (like AndroidManifest.xml) into classic xml,
·         Visualize your application with gephi (gexf format), or with cytoscape (xgmml format), or PNG/DOT output,
·         Integration with external decompilers (JAD+dex2jar/DED/fernflower/jd-gui…)

How to install Androguard

There are three ways to get Androguard working:
1.      
Default solution: use the mercurial version

hg clone
https://androguard.googlecode.com/hg/ androguard

2.      
Use AndroGuard from a pre-installed Virtual
Machine. Download ARE, then don’t forget to update AndroGuard to get the latest
functionalities:

hg pull && hg
update

3.      
Use pre-built executables (Windows only). Get
the Microsoft Visual C++ 2008 Redistributable Package, and download pre-built
executables: currently, only androsim.exe is pre-built.



Important Links


Note: If you want to learn more about Linux and Windows based Penetration testing, you might want to subscribe our RSS feed and Email Subscription  or become our Facebook fan! You will get all the latest updates at both the places.
Ehacking Staff
With more than 50 global partners, we are proud to count the world’s leading cybersecurity training provider. EH Academy is the brainchild of Ehacking, which has been involved in the field of training since the past Five years and continues to help in creating professional IT experts.

Most Popular

What Makes ICS/OT Infrastructure Vulnerable?

Infrastructure security for operational technologies (OT) and industrial control systems (ICS) varies from IT security in several ways, with the inverse confidentiality, integrity, and...

Everything You Must Know About IT/OT Convergence

What is an Operational Technology (OT)? Operational technology (OT) is a technology that primarily monitors and controls physical operations. It can automate and control machines,...

Understand the OT Security and Its Importance

This article discusses OT security and why it is essential for protecting industrial systems from cyberattacks. We will also discuss common control objectives that can...

What is Deepfake, and how does it Affect Cybersecurity?

Producing deepfake is easy. It is hard to detect. They operate with a description of reality rather than reality itself (e.g., a video). Any...