mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
325 B
Markdown
16 lines
325 B
Markdown
# apktool
|
|
|
|
> Ingeniería inversa de archivos APK.
|
|
> Más información: <https://ibotpeaches.github.io/Apktool/>.
|
|
|
|
- Decodifica un archivo APK:
|
|
|
|
`apktool d {{archivo.apk}}`
|
|
|
|
- Construye un archivo APK desde un directorio:
|
|
|
|
`apktool b {{ruta/al/directorio}}`
|
|
|
|
- Instala y almacena un framework:
|
|
|
|
`apktool if {{framework.apk}}`
|