hacktricks/mobile-pentesting/ios-pentesting/frida-configuration-in-ios.md
2023-04-25 20:35:28 +02:00

3.7 KiB
Raw Blame History

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

Installing Frida

Go to Cydia app and add Fridas 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.

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