Posts

Showing posts with the label android

Android App Hacking Setup (Genymotion, Kali, Hyper-V) + FridaLabs

Image
So far, I've used my physical device for Android apps testing, but I always found it inconvenient for training. With a new Kali setup, it was a good time to create virtual Android testing lab. In this post I will describe how to set up my lab and start learning frida. I use: Genymotion version 3.7.1 (License for Personal Use) on Windows Hyper-V on Windows 11 Kali version 2024.1 Frida version 16.3.3 on Kali and other (Burp, adb, jadx, objection, ...) Note that this is a setup on my private PC, I don't use it for professional purposes.  For iOS apps testing, I recommend  iOS App Testing Through Burp on Corellium by Evan Custodio Android app hacking setup For Kali on Hyper-V setup see  this page . Let's start with Genymotion. I use this solution for Android virtualization because: It has a license for Personal use with enough functionalities. Competitors have some stories about being untrustworthy. Of course Android Studio has to be taken into account when cre...