1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 04:02:09 +02:00
tldr/pages/common/apktool.md
2023-04-14 11:11:43 +05:30

16 lines
308 B
Markdown

# apktool
> Reverse engineer APK files.
> More information: <https://ibotpeaches.github.io/Apktool/>.
- Decode an APK file:
`apktool d {{path/to/file.apk}}`
- Build an APK file from a directory:
`apktool b {{path/to/directory}}`
- Install and store a framework:
`apktool if {{path/to/framework.apk}}`