apktool: add page (#4053)

client-spec/clarity
Caio Amaral Corrêa 2020-05-19 11:32:20 -03:00 committed by Starbeamrainbowlabs
parent 35f90e5f59
commit d841c0de25
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
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}}`