Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIT on iOS 17? #92

Open
Mario2425 opened this issue Apr 28, 2024 · 5 comments
Open

JIT on iOS 17? #92

Mario2425 opened this issue Apr 28, 2024 · 5 comments

Comments

@Mario2425
Copy link

Is it possible to use the “Personalized Disk image” (DDI) to enable JIT on iOS 17 devices? If it is, then can you please add this new system to Jitterbug? Thanks

@fish4terrisa-MSDSM
Copy link

I succeed in connecting the device with the wireguard tunnel of SideStore...
Jitterbug listed all the apps, so it connected to the device...but it cannot load any app since the Personalized Disk image is missing. So I'm also asking for the support for ios17 devices

@fish4terrisa-MSDSM
Copy link

And I'm a bit puzzled: Since the SideJITServer can start app with JIT enabled for ios 17...Then why JitterBug have to use a Personalized Disk image?

@yoshisuga
Copy link

It looks like the libimobiledevice library has been updated to support mounting developer disk images.

I haven't played much with the source code here but it might be possible to update the libimobiledevice library and fix the calls to mount the disk image to get this working again.

@khanhduytran0
Copy link

Someone discovered that it is possible to take advantage of iOS 17.4’s new lockdown tunnel to achieve on-device debugging again. Here’s how they did it:

  • Run a Linux VM in UTM SE with pymobiledevice3 to mount PDI and contact debugserver.
  • Use TailScale for VPN tunneling.

https://github.com/000x3/AlpineJitVM

@yoshisuga
Copy link

yoshisuga commented Oct 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants