2020-05-19 15:32:20 +01:00
|
|
|
# apktool
|
|
|
|
|
|
|
|
> Reverse engineer APK files.
|
|
|
|
> More information: <https://ibotpeaches.github.io/Apktool/>.
|
|
|
|
|
|
|
|
- Decode an APK file:
|
|
|
|
|
2023-04-14 06:41:43 +01:00
|
|
|
`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}}`
|
|
|
|
|
2022-07-27 12:02:09 +01:00
|
|
|
- Install and store a framework:
|
2020-05-19 15:32:20 +01:00
|
|
|
|
2023-04-14 06:41:43 +01:00
|
|
|
`apktool if {{path/to/framework.apk}}`
|