Site:-
https://github.com/frida/frida/releases
Find Android device architecture
adb shell getprop ro.product.cpu.abi
Push Frida server on android device
adb push {frida-server-file-name} /data/local/tmp
Running frida server
adb shell
cd /data/local/tmp
mv {frida-server-file-name} frida-server
chmod 755 frida-server
./frida-server
Client end
frida-ps -U
https://thelinuxos.com/
Other channels: / osamamahmood
Snapchat:-
/ osamamahmood00
Facebook Page:
/ thelinuxosblog
Twitter :-
/ meihacker
Instagram:
/ osama_mahmood00
Disclaimer: All information and software available on this site is for educational purposes only. Use these at your own discretion, the site owners cannot be held responsible for any damages caused. The views expressed on this site are our own and do not necessarily reflect those of our employers. If you don't know how to attack, you will not know how to defend it.