Resources
-
GenyMotion 3.2.1 (not install VB from here -> error with network interface) https://drive.google.com/file/d/1khunvH_2IwLqtfnvNAFZH8AYxufqt_7Y/view?usp=share_link
-
VirtualBox 6.1.36 https://drive.google.com/file/d/1bqQlHNoFaW1tU6k50N8aHbY2cT_-qX1u/view?usp=sharing
-
Install ARM Transaltion (genyMotion works with x86 and most of the apps are in x64). Execute allways genyMotion without root permision -> drag & drop will not enable if not- https://github.com/m9rco/Genymotion_ARM_Translation
-
Once the ARM is installed in the device (drag & drop the .zip), adb shell and execute -> sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip
-
Install apk adb install -r com.app.name
-
Launch burpsuite, add proxy in mobile & install burp cert.
-
Install frida server https://frida.re/docs/android/ -> frida-server-16.0.2-linux-x86.xz from github. -> unxz frida-server.xz and push it to the movile and execute. Note: Install the same server version as the "frida-ps --version" has been installed in the PC.