Installing Frida
On this page
Download Frida
First, we must have installed Genymotion, adb, and have an emulated mobile device.
Next, we need to execute the following command to identify the version of Frida Server that should be downloaded. Downloand Here
.\adb.exe shell getprop ro.product.cpu.abi
Running Frida
.\adb.exe devices
.\adb.exe push frida-server-15.2.2-android-x86 "/data/local/tmp".
.\adb.exe shell "chmod 755 /data/local/tmp/frida-server-15.2.2-android-x86".
.\adb.exe shell "/data/local/tmp/frida-server-15.2.2-android-x86"