apktool: add page (#4053)

This commit is contained in:
Caio Amaral Corrêa
2020-05-19 11:32:20 -03:00
committed by GitHub
parent 86f429422d
commit b151add215
+16
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}}`