tldr/pages/common/apktool.md

17 lines
288 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 {{file.apk}}`
- Build a folder into an APK file:
`apktool b {{path/to/directory}}`
- Install and store frameworks:
`apktool if {{framework.apk}}`