LAB Setup 1
Last updated
Last updated
For some exercises we need Android Studio that we can install and emulate android apps. To run a virtualization inside a virtual machine is not even easy and it's possible that the emulator won't work or bring the whole VM to crash. I got it to work inside my Kali Linux box, but it's also possible to run Android Studio native on the client.
If you use Windows you can't use Hyper-V and VMware, because they are in conflict with each other.
Use this command in powershell to disable hyper-v and reboot the machine:
My VMware Configuration looks like this:
Download and Install Android Studio:
Unpack tar.gz file
Launch Android Studio:
Create an Android virtual Device (AVD) in Android Studio:
Tools --> AVD Manager
Emulator starten:
The emulator is in directory ~/Android/Sdk/emulator
Install apktool:
Install apksigner:
Install adb:
Install Android Asset packaging tool:
Install jadx:
Install Frida:
Frida requires python >=3.6 and should be installed in a virtual environment
Workaround if pip install frida-android-helper gets errors: