mirror of
https://github.com/opa334/TrollStore.git
synced 2025-02-18 03:25:40 +08:00
Compare commits
5 Commits
4ae6884892
...
27534fb48d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
27534fb48d | ||
![]() |
739e045581 | ||
![]() |
35ced8d0ed | ||
![]() |
f14802db3e | ||
![]() |
37acedc286 |
14
README.md
14
README.md
@ -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...).
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user