1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00
hacktricks/ios-pentesting/frida-configuration-in-ios.md

11 lines
562 B
Markdown
Raw Normal View History

# Frida Configuration in iOS
## Installing Frida
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.
![](https://miro.medium.com/max/614/0*qSD26kBtgt_UIZk1.png)
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\).