1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:22:08 +02:00
tldr/pages.fr/common/apktool.md
2022-07-27 08:02:09 -03:00

347 B

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}}