From b151add215dad48db91cf71d4ac2147c8b7e3226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caio=20Amaral=20Corr=C3=AAa?= Date: Tue, 19 May 2020 11:32:20 -0300 Subject: [PATCH] apktool: add page (#4053) --- pages/common/apktool.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/apktool.md diff --git a/pages/common/apktool.md b/pages/common/apktool.md new file mode 100644 index 000000000..4313704a6 --- /dev/null +++ b/pages/common/apktool.md @@ -0,0 +1,16 @@ +# apktool + +> Reverse engineer APK files. +> More information: . + +- 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}}`