tldr/pages/common/apktool.md

17 lines
308 B
Markdown
Raw Normal View History

2020-05-19 15:32:20 +01:00
# apktool
> Reverse engineer APK files.
> More information: <https://ibotpeaches.github.io/Apktool/>.
- Decode an APK file:
`apktool d {{path/to/file.apk}}`
2020-05-19 15:32:20 +01:00
2021-01-10 19:34:37 +00:00
- Build an APK file from a directory:
2020-05-19 15:32:20 +01:00
`apktool b {{path/to/directory}}`
- Install and store a framework:
2020-05-19 15:32:20 +01:00
`apktool if {{path/to/framework.apk}}`