Compare commits

..

5 Commits

Author SHA1 Message Date
opa334 27534fb48d Fix compilation 2023-11-26 17:45:12 +01:00
Lars Fröder 739e045581
Update README.md 2023-11-26 15:14:03 +01:00
Lars Fröder 35ced8d0ed
Update README.md 2023-11-26 15:13:30 +01:00
Lars Fröder f14802db3e
Merge pull request #564 from TheMasterOfMike/main
Update table to account for the new CT bug
2023-11-26 13:57:37 +01:00
Michael 37acedc286
Update table to make state of things clearer 2023-11-25 22:47:18 -06:00
4 changed files with 12 additions and 8 deletions

View File

@ -8,15 +8,19 @@ It works because of an AMFI/CoreTrust bug where iOS does not verify whether or n
### Installation Guides ### Installation Guides
| Version / Device | arm64 (A8 - A11) | arm64e (A12 - A15, M1) | | Version / Device | arm64 (A8 - A11) | arm64e (A12 - A17, M1-M2) |
| --- | --- | --- | | --- | --- | --- |
| 13.7 and below | Not Supported (CT Bug only got introduced in 14.0) | Not Supported (CT Bug only got introduced in 14.0) | | 13.7 and below | Not Supported (Both CT Bugs only got introduced in 14.0) | Not Supported (Both CT Bugs only got introduced in 14.0) |
| 14.0 - 14.8.1 | [checkra1n + TrollHelper](./install_trollhelper.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) | | 14.0 - 14.8.1 | [checkra1n + TrollHelper](./install_trollhelper.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) |
| 15.0 - 15.4.1 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | | 15.0 - 15.4.1 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.5 beta 1 - 4 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | | 15.5 beta 1 - 4 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.5 (RC) | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) | | 15.5 | Coming Soon | Coming Soon |
| 15.6 beta 1 - 5 | [SSH Ramdisk](./install_sshrd.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) | | 15.6 beta 1 - 5 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) |
| 15.6 (RC1/2) and above | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) | | 15.6 - 16.5 | Coming Soon | Coming Soon |
| 16.5.1 - 16.6.1 | Coming Soon | No Installation Method |
| 16.7 - 16.7.2 | Not Supported (Both CT Bugs fixed) | Not Supported (Both CT Bugs fixed) |
| 17.0 | Coming Soon | No Installation Method |
| 17.0.1 and newer | Not Supported (Both CT Bugs fixed) | Not Supported (Both CT Bugs fixed) |
Due to the discovery of a new CoreTrust vulnerability, support for 15.5 - 16.6.1 and 17.0 will be added in the future. Stay on these versions if you want TrollStore. 16.7 and 17.0.1+ will NEVER be supported (unless Apple fucks CoreTrust up a third time...). Due to the discovery of a new CoreTrust vulnerability, support for 15.5 - 16.6.1 and 17.0 will be added in the future. Stay on these versions if you want TrollStore. 16.7 and 17.0.1+ will NEVER be supported (unless Apple fucks CoreTrust up a third time...).

View File

@ -1,4 +1,4 @@
TARGET := iphone:clang:14.5:14.0 TARGET := iphone:clang:16.4:14.0
ARCHS = arm64 ARCHS = arm64
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk

View File

@ -1,6 +1,6 @@
export EMBEDDED_ROOT_HELPER ?= 0 export EMBEDDED_ROOT_HELPER ?= 0
TARGET := iphone:clang:14.5:14.0 TARGET := iphone:clang:16.4:14.0
INSTALL_TARGET_PROCESSES = TrollStorePersistenceHelper INSTALL_TARGET_PROCESSES = TrollStorePersistenceHelper
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk

View File

@ -1,4 +1,4 @@
TARGET := iphone:clang:14.5:14.0 TARGET := iphone:clang:16.4:14.0
INSTALL_TARGET_PROCESSES = TrollStore INSTALL_TARGET_PROCESSES = TrollStore
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk