Frida Gadget not working on iOS 17
iOS 17 removed developer disk images. Looking into how Altjit works with https://github.com/doronz88/pymobiledevice3 might be helpful.
@oleavr
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?
@scj643 Did you resolve this?
@scj643 Did you resolve this?
No
I used pymobiledevice3 mounter auto-mount which actually mounted the image, however Frida still says to mount it.
$
frida-ps -UaiFailed to enumerate applications: this feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually
It seems they are actively working on it ! https://github.com/frida/frida/issues/2663#issuecomment-1769591231
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
That requires you to have already injected Frida into the binary
@oleavr any possible solution for that?
@oleavr any possible solution for that?
Please keep an eye on #2663
@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