mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 20:53:37 +00:00
bbe8b942be
This reverts commit 788cfd70eb
.
625 B
625 B
Frida Configuration in iOS
Installing Frida
Go to Cydia app and add Frida’s repository by going to Manage -> Sources -> Edit -> Add and enter https://build.frida.re . It will add a new source in the source list. Go to the frida source, now you should install the Frida package.
After installed, you can use in your PC the command frida-ls-devices
and check that the device appears (your PC needs to be able to access it). Execute also frida-ps -Uia
to check the running processes of the phone.