2025-03-14 21:59:59 -06:00
|
|
|
# apktool
|
|
|
|
|
|
|
|
|
|
> Reverse engineer APK files.
|
|
|
|
|
> More information: <https://ibotpeaches.github.io/Apktool/>.
|
|
|
|
|
|
|
|
|
|
- Decode an APK file:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`apktool d {{path/to/file}}.apk`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Build an APK file from a directory:
|
|
|
|
|
|
|
|
|
|
`apktool b {{path/to/directory}}`
|
|
|
|
|
|
|
|
|
|
- Install and store a framework:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`apktool if {{path/to/framework}}.apk`
|