Updated Home (markdown)

totoag 2022-07-20 15:52:58 +02:00
parent 35501d38f8
commit d36b9b3205

36
Home.md

@ -1,13 +1,43 @@
Welcome to the Androguard wiki!
**Welcome to the Androguard wiki!**
# Installation
Androguard is intented to be launch directly without any particular installation, only the packages that we are using:
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