mirror of https://github.com/CrimsonTome/tldr.git
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}}