Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 4.17 KB

frida-configuration-in-ios.md

File metadata and controls

37 lines (23 loc) · 4.17 KB

Frida Configuration in iOS

☁️ HackTricks Cloud ☁️ -🐦 Twitter 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥

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.

Frida without Jailbroken device & without patching the app

Check this blog post about how to use Frida in non-jailbroken devices without patching the app: https://mrbypass.medium.com/unlocking-potential-exploring-frida-objection-on-non-jailbroken-devices-without-application-ed0367a84f07

☁️ HackTricks Cloud ☁️ -🐦 Twitter 🐦 - 🎙️ Twitch 🎙️ - 🎥 Youtube 🎥