hacktricks/mobile-apps-pentesting/ios-pentesting/frida-configuration-in-ios.md

10 lines
625 B
Markdown
Raw Normal View History

# Frida Configuration in iOS
## Installing Frida
2021-11-30 16:46:07 +00:00
Go to **Cydia** app and add Fridas repository by going to **Manage -> Sources -> Edit -> Add** and enter [**https://build.frida.re** ](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.
2021-11-30 16:46:07 +00:00
![](https://miro.medium.com/max/614/0\*qSD26kBtgt\_UIZk1.png)
2022-01-16 18:11:15 +00:00
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.