tldr/pages.fr/common/androguard.md

17 lines
502 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# androguard
> Outil dingé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}}`