apktool, apm: add French translation, update (#8234)

This commit is contained in:
Nicolas Hansse
2022-07-27 13:02:09 +02:00
committed by GitHub
parent 42e2ab19f5
commit 051f58297a
4 changed files with 37 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
# apktool
> Outil de Rétro-ingénierie pour les fichier APK.
> Plus d'informations : <https://ibotpeaches.github.io/Apktool/>.
- Décode un fichier APK :
`apktool d {{fichier.apk}}`
- Construit un fichier APK depuis un dossier :
`apktool b {{chemin/vers/un/dossier}}`
- Installe et enregistre le framework :
`apktool if {{framework.apk}}`