You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nishant Das Patnaik edited this page Jul 27, 2016
·
3 revisions
###Install Frida on Device
Start Cydia App
Add Frida's repository by going to Manage => Sources =>
Edit => Add
Enter https://build.frida.re
Wait till Cydia reloads the repository.
Find and install the frida package or if you want a specific version of Frida you may download the .deb file from here and install it manually (via SSH) or using an app like iFile
Reboot the device
###Verify Installation from Mac
Connect device via USB cable
Open Terminal and run frida-ps -U
If you see a list of running apps, your setup was successful