sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Unable to connect to the frida server: need Gadget to attach on jailed iOS #620

Open poldenais opened 1 year ago

poldenais commented 1 year ago

Hi I have jailbroken iOS device with 16.5 using Palera1n and I have Sileo installed and from sileo I installed Frida 16.0.9.

I then installed Objection and get the following error below.

Unable to connect to the frida server: need Gadget to attach on jailed iOS.

I know it says jailed but this is jaibroken.

**Environment:

StingraySA commented 1 year ago

You need to make sure that frida-server is running on the device. I have had instances where Sileo doesn't start it after installation. SSH into the device and run frida-server &. That should sort you out.

poldenais commented 1 year ago

You need to make sure that frida-server is running on the device. I have had instances where Sileo doesn't start it after installation. SSH into the device and run frida-server &. That should sort you out.

I thought I could only do that on Android. Thanks I will check that out but a Frida command such as "frida-ps -Uai" does work.