apktool: add page (#4053)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
35f90e5f59
commit
d841c0de25
16
pages/common/apktool.md
Normal file
16
pages/common/apktool.md
Normal 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}}`
|
Reference in New Issue
Block a user