From 118ece9c87e788db8d31baef742e57e816d646b5 Mon Sep 17 00:00:00 2001 From: opa334 Date: Sat, 3 Dec 2022 00:27:52 +0100 Subject: [PATCH] Improve README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b6fcbfd..1be53d4 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ It works because of an AMFI/CoreTrust bug where iOS doesn't verify whether or no | 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.5 beta 1 - 4 | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](./install_trollhelperota_ios15.md) | -| 15.5 RC | Not Supported | Not Supported | -| 15.5 | Not Supported | Not Supported | +| 15.5 (RC) | Not Supported | Not Supported | | 15.6 beta 1 - 5 | [SSH Ramdisk](./install_sshrd.md) | [TrollHelperOTA (arm64e)](./install_trollhelperota_arm64e.md) | -| 15.6 RC1/2 | Not Supported | Not Supported | -| 15.6 and above | Not Supported | Not Supported | +| 15.6 (RC1/2) and above | Not Supported | Not Supported | This version table is final, TrollStore will never support anything other than the versions listed here. Do not bother asking, if you got a device on an unsupported version, it's best if you forget TrollStore even exists. @@ -107,9 +105,9 @@ Afterwards you can use the [spawnRoot function in TSUtil.m](./Shared/TSUtil.m#L7 ### Things that are not possible using TrollStore -- Getting proper platformization / `CS_PLATFORMIZED` +- Getting proper platformization (`TF_PLATFORM` / `CS_PLATFORMIZED`) - Spawning a launch daemon (Would need `CS_PLATFORMIZED`) -- Injecting a tweak into a system process (Would need `CS_PLATFORMIZED`, a userland PAC bypass and a PMAP trust level bypass) +- Injecting a tweak into a system process (Would need `TF_PLATFORM`, a userland PAC bypass and a PMAP trust level bypass) ## Credits and Further Reading