apktool
Reverse engineer APK files. More information: <https://ibotpeaches.github.io/Apktool/>.
Install
- All systems
-
curl cmd.cat/apktool.sh
- Debian
-
apt-get install apktool - Ubuntu
-
apt-get install apktool - Kali Linux
-
apt-get install apktool - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install apktool - OS X
-
brew install apktool - Raspbian
-
apt-get install apktool
Reverse engineer APK files. More information: <https://ibotpeaches.github.io/Apktool/>.
-
Decode an APK file:
apktool d path/to/file.apk -
Build an APK file from a directory:
apktool b path/to/directory -
Install and store a framework:
apktool if path/to/framework.apk
© tl;dr; authors and contributors