Androguard Logo
v3.3.0
  • Introduction
  • Tools
  • androguard package
Androguard
  • Docs »
  • Welcome to Androguard’s documentation!
  • Edit on GitHub

Welcome to Androguard’s documentation!¶

Androguard is a full python tool to play with Android files.

  • DEX, ODEX
  • APK
  • Android’s binary xml
  • Android resources
  • Disassemble DEX/ODEX bytecodes
  • Decompiler for DEX/ODEX files

You can either use the cli or graphical frontend for androguard, or use androguard purely as a library for your own tools and scripts.

Documentation¶

  • Introduction
    • Installation
    • Getting Started
    • Working with Sessions
    • Use JADX as a Decompiler
    • Android Signing Certificates
    • Android Binary XML Format
  • Tools
    • androguard - The swiss army knife
    • androlyze - Androguard Shell
    • androcg - Create Call Graph from APK
    • androgui - Androguard GUI
    • androsign - Print Certificate Fingerprints
    • androaxml - AndroidManifest.xml parser
    • androarsc - resources.arsc parser
    • androdd - Decompile APKs and create CFG
    • androdis - Disassembler for DEX
    • androauto - run your own analysis

Commonly used APIs¶

APK parser:androguard.core.bytecodes.apk.APK
DEX parser:androguard.core.bytecodes.dvm.DalvikVMFormat
AXML parser:androguard.core.bytecodes.axml.AXMLPrinter
ARSC parser:androguard.core.bytecodes.axml.ARSCParser
Analysis:androguard.core.analysis.analysis.Analysis
Session:androguard.session.Session
Decompilers:androguard.decompiler.decompiler

Complete Python API¶

  • androguard package
    • Subpackages
    • Submodules
    • androguard.misc module
    • androguard.session module
    • androguard.util module
    • Module contents

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2012-2018, Anthony Desnos, Geoffroy Gueguen, Sebastian Bachmann Revision 7c64adc5.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v3.3.0
Versions
latest
stable
v3.3.0
v3.2.0
v3.1.2
v3.1.1
v3.1.0
v3.1.0-rc2
v3.1.0-pre.2
v3.1.0-rc1
v3.1.0-pre
v2.0
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.