Skip to content
totoag edited this page Jul 20, 2022 · 19 revisions

Welcome to the Androguard wiki!

Installation

Androguard is intended to be launch directly without any particular installation, only the packages that we are using:

git clone https://github.com/androguard/androguard.git pip install -r requirements.txt

You can now directly start to play with some APK !!

python3 cli.py apkid download-eded3bc3451011237ec5cfba1f723c41e6d46cfed5124ffd4659c8895b88e62f.apk 2022-07-20 15:51:31.132 | INFO | androguard.core.axml:__init__:371 - AXMLParser { "download-eded3bc3451011237ec5cfba1f723c41e6d46cfed5124ffd4659c8895b88e62f.apk": [ "it.toscana.regione.smartsst", "36010", "3.0.6" ]

Pypi (TBD)

CLI Commands

## analyze

apkid

## arsc

axml

decompile

## disassemble ## strace ## trace

Clone this wiki locally