androguard, ani-cli: add French translation (#8212)

This commit is contained in:
Nicolas Hansse
2022-07-20 14:40:29 +02:00
committed by GitHub
parent 11f4bd15b1
commit d61c70a633
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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}}`