• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Androguard 1.9

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
androguard_ninja.png


Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)

Description

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

Androguard has the following 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
This link is hidden for visitors. Please Log in or register now.
) ...) 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/...)

....

[video=youtube;q4D9-1XJpsk]

Dwonload:

This link is hidden for visitors. Please Log in or register now.


 
Status
Not open for further replies.
Back
Top