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

Fix BPR bypass on iOS 18 #183

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

asdfugil
Copy link

This PR fixes the BPR bypass in iOS 18.

@Siguza
Copy link
Member

Siguza commented Jun 14, 2024

Is the lack of break in the new if clause intentional? If not, I'd prefer if the clause above was instead modified to:

} else if ((insn_stream[i] & 0xfff8ffff) == 0xe1900200) { // orrs r0, r{0-7}, r0, lsl 4

@asdfugil
Copy link
Author

Yeah your suggestion is better, change applied.

@Siguza Siguza merged commit 7973d54 into checkra1n:iOS15 Jun 14, 2024
1 check failed
asdfugil added a commit to palera1n/PongoOS that referenced this pull request Jun 14, 2024
m1zole pushed a commit to m1zole/PongoOS that referenced this pull request Jul 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants