mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
502 B
502 B
androguard
Outil d’ingénierie inverse pour les applications Android. Écrit en Python. Plus d'informations : https://github.com/androguard/androguard.
- Affiche le manifest d'application Android :
androguard axml {{chemin/vers/app.apk}}
- Affiche les métadonnées de l'application (version et id d'application) :
androguard apkid {{chemin/vers/app.apk}}
- Décompile le code Java de l'application :
androguard decompile {{chemin/vers/app.apk}} --output {{chemin/vers/dossier}}