Skip to content

4.b Setup for a jailbroken iOS Device

Nishant Das Patnaik edited this page Aug 21, 2017 · 5 revisions

Install Frida on Device

  • Start Cydia App
  • Add Frida's repository by navigating through the menu: 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