androguard, ani-cli: add French translation (#8212)
This commit is contained in:
16
pages.fr/common/androguard.md
Normal file
16
pages.fr/common/androguard.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user