mirror of https://github.com/CrimsonTome/tldr.git
17 lines
347 B
Markdown
17 lines
347 B
Markdown
|
# 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}}`
|