Improve README

This commit is contained in:
opa334 2022-12-03 00:27:52 +01:00
parent 617bc045d4
commit 118ece9c87
1 changed files with 4 additions and 6 deletions

View File

@ -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