frida icon indicating copy to clipboard operation
frida copied to clipboard

Frida Gadget not working on iOS 17

Open scj643 opened this issue 2 years ago • 11 comments

iOS 17 removed developer disk images. Looking into how Altjit works with https://github.com/doronz88/pymobiledevice3 might be helpful.

scj643 avatar Oct 17 '23 13:10 scj643

@oleavr

cfossace avatar Oct 26 '23 02:10 cfossace

I am also facing the same issues. "Failed to enumerate processes: this feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually" Can anyone help with this?

muhammadzahar avatar Oct 30 '23 19:10 muhammadzahar

@scj643 Did you resolve this?

hazcod avatar Nov 08 '23 20:11 hazcod

@scj643 Did you resolve this?

No

scj643 avatar Nov 08 '23 22:11 scj643

I used pymobiledevice3 mounter auto-mount which actually mounted the image, however Frida still says to mount it.

$ frida-ps -Uai Failed to enumerate applications: this feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually

novitae avatar Dec 01 '23 11:12 novitae

It seems they are actively working on it ! https://github.com/frida/frida/issues/2663#issuecomment-1769591231

novitae avatar Dec 01 '23 11:12 novitae

With pymobiledevice3, you can forward the port from iphone to host pc

Just Try:

pymobiledevice3 usbmux forward 27042 27042

And Then:

frida-trace -H 127.0.0.1:27042 Gadget

henrycoding avatar Dec 31 '23 01:12 henrycoding

That requires you to have already injected Frida into the binary

scj643 avatar Dec 31 '23 02:12 scj643

@oleavr any possible solution for that?

n1ce0n3 avatar Feb 21 '24 18:02 n1ce0n3

@oleavr any possible solution for that?

Please keep an eye on #2663

oleavr avatar Feb 21 '24 18:02 oleavr

@oleavr any possible solution for that?

Please keep an eye on #2663

Sorry for necroing, there was nothing related to iOS 17 in the issue's name so I couldn't think it was related to that. Thanks

n1ce0n3 avatar Feb 21 '24 21:02 n1ce0n3