Add iOS 16.7.2 arm64e support to Lara#264
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds iOS 16.7.2 support for Lara on the tested arm64e device path.
Included changes:
K_ios16()for iOS 16 kernel pointer validationDetails
Sandbox escape
iOS 16 uses a different sandbox extension table layout from the older path. This PR adds a dedicated iOS 16 implementation that:
sandbox + 0x08/The existing sandbox escape flow remains the default path for non-iOS 16 systems. On iOS 16,
sbx_escape()dispatches into the new iOS 16 implementation.File manager
This PR adds a share action to the file manager so files can be exported through the system share sheet.
iOS 16 settings
This PR adds iOS 16-only settings for:
RemoteCall tweaks
This PR includes iOS 16.7.2 adaptation work for SpringBoard RemoteCall tweaks.
The SpringBoard RemoteCall tweak path was tested only partially. The current validation does not cover every tweak action.
MobileGestalt
MobileGestalt overwrite handling was updated so it works with the iOS 16 sandbox/VFS readiness flow.
Installation note
On my iPhone XS Max running iOS 16.7.2, direct installation from Xcode did not work in my testing. The IPA should be installed with
ios-deployor a similar installation path instead.This installation limitation is based only on my tested device.
Demo videos
Test IPA
A test IPA is available from my fork release:
Testing
Tested locally on:
Verified:
/private/var/mobile/Library/Preferenceswrite test passesI only have one iOS 16 device available for testing, so the current validation may be incomplete. More iOS 16 devices should be tested before marking this PR ready for review.