apktool: add page (#4053)

client-spec/clarity
Caio Amaral Corrêa 2020-05-19 11:32:20 -03:00 committed by GitHub
parent 86f429422d
commit b151add215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/apktool.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`