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

All 64bit iOS 10.0.1 - 10.2 Offsets #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ If it says "failed, reboot" you should really reboot. Re-trying the same app wi
| Device | Version |
|---------|----------|
| iPhone 7/+ | iOS 10.0.1 -> iOS 10.1.1 |
| iPhone 6S/+ (TSMC) | iOS 10.2 |
| iPhone SE (TSMC) | iOS 10.2 |
| iPhone 6/+ | iOS 10.1.1 & 10.2 |
| iPhone 5S | iOS 10.0.2, 10.1.1 & 10.2 |
| iPad Air 2 | iOS 10.2 |
| iPad Pro 9.7 | iOS 10.2 |
| iPad Pro 12.9 | iOS 10.2 |
| iPad Air | iOS 10.2 |
| iPad Mini 2 | iOS 10.0.2 & 10.2 |
| iPad Mini 3 | iOS 10.2 |
| iPad Mini 4 | iOS 10.2 |
| iPod Touch 6th Gen. | iOS 10.2 |
| iPhone 6S/+ (TSMC) | iOS 10.0.1 -> iOS 10.2 |
| iPhone SE (TSMC) | iOS 10.0.1 -> iOS 10.2 |
| iPhone 6/+ | iOS 10.0.1 -> iOS 10.2 |
| iPhone 5S | iOS 10.0.1 -> iOS 10.2 |
| iPad Air 2 | iOS 10.0.1 -> iOS 10.2 |
| iPad Pro 9.7 | iOS 10.0.1 -> iOS 10.2 |
| iPad Pro 12.9 | iOS 10.0.1 -> iOS 10.2 |
| iPad Air | iOS 10.0.1 -> iOS 10.2 |
| iPad Mini 2 | iOS 10.0.1 -> iOS 10.2 |
| iPad Mini 3 | iOS 10.0.1 -> iOS 10.2 |
| iPad Mini 4 | iOS 10.0.1 -> iOS 10.2 |
| iPod Touch 6th Gen. | iOS 10.0.1 -> iOS 10.2 |

##### Credits:

* Ian Beer for the amazingly simple, yet awesome, kernel exploit
* @qwertyoruiop for the amazingly complicated, yet effective, memprot bypass
* @Pwn20wnd for the offsets
2 changes: 1 addition & 1 deletion extra_recipe/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ianbeer &amp; qwertyoruiop &amp; xerub</string>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="t2A-qy-DpQ">
<rect key="frame" x="91" y="606" width="193" height="41"/>
<string key="text">iPhone7(plus) up to 10.1.1
+ some 64bit iOS 10.0.1 - 10.2</string>
+ all 64bit iOS 10.0.1 - 10.2</string>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
Expand Down
Loading