apktool
Installation
Go to your tool folder and download the tool:
Have the device from genymotion already running on Host-Only mode + NAT.
Have your kali on Host-Only mode + NAT.
Run:
adb connect <the device Host-Only IP>:5555
#Making sure that genymotion is not using a proxy:
adb shell-settings put global http_proxy :0
# Installing the app
adb install nameOfApp
To decompile and see source code:
When decompiled, a folder is created. If you go into the folder you will see the file classes.dex, which contains the source code. To see it:
Last update: 2023-05-02 Created: January 4, 2023 00:07:39