AndroidTamer4_VM - zollak/pentest-notes GitHub Wiki
Android Tamer is a Virtual / Live Platform for Android Security Professionals. This environment allows people to work on large array of Android Security related tasks ranging from Malware Analysis, Penetration Testing and Reverse Engineering.
Visit https://androidtamer.com for more details (e.g. download).
Import to VMware fusion was failed with the following error:
Failed to open OVF descriptor
Solution:
$ mv AndroidTamer4.ovf AndroidTamer4.zip
$ unzip AndroidTamer4.zip
Then start AndroidTamer4/AndroidTamer4.ovf in Finder
Credentials:
- Username: android
- Password: tamer
Start VM:
-
open terminal right click on desktop > Open Terminal
-
Opening terminal starts ssh server
-
install vmware-tools
# apt -y install open-vm-tools-desktop fuse
# reboot
Run emulator: At this point Intel x86 emulator might not work due to limitation of AndroidTamer running inside a VM.
https://tools.androidtamer.com/General/running_emulator/
Performance tunning: use Android Studio on your host not in the VM.