From 9f9f24fda37aa64db091ff860a920bfc3cb2896b Mon Sep 17 00:00:00 2001 From: Nebula Date: Tue, 13 Sep 2022 18:52:42 -0400 Subject: [PATCH 1/5] Adapt SSHRD install to use new upstream changes --- README.md | 4 ++-- install_with_sshrd.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b85185b..8a9a1d4 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The binaries inside an IPA can have arbitary entitlements, fakesign them with ld ## Banned entitlements -iOS 15 has banned the following three entitlements related to running unsigned code, these are impossible to get without a PPL or PAC bypass, apps signed with them will crash on launch. +iOS 15 on A12+ has banned the following three entitlements related to running unsigned code, these are impossible to get without a PPL or PAC bypass, apps signed with them will crash on launch. `com.apple.private.cs.debugger` @@ -132,4 +132,4 @@ Afterwards you can use the [spawnRoot function in TSUtil.m](./Store/TSUtil.m#L39 [@LinusHenze](https://twitter.com/LinusHenze/) - Found the CoreTrust bug that allows TrollStore to work. -[Early Write-Up on the CoreTrust bug with more information](https://worthdoingbadly.com/coretrust/). \ No newline at end of file +[Early Write-Up on the CoreTrust bug with more information](https://worthdoingbadly.com/coretrust/). diff --git a/install_with_sshrd.md b/install_with_sshrd.md index e85f79d..1536c89 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -6,7 +6,10 @@ Video tutorial: https://youtu.be/SsvumuaZBT0 1. Run `git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script` -2. Run `./sshrd.sh TrollStore ` (Tips is the best choice) +2. Run `./sshrd.sh TrollStore ` + - Make sure to **not** include the `<>` + - 14.3 is the recommended version for the ramdisk, it does not matter what version your device is already on + - The uninstallable system app should be an app you don't need to use (e.g. Tips) 3. Run `./sshrd.sh boot` the device should start verbosing and show a TrollFace in ascii, then reboot eventually From 3d8ad72b11c0ff575f6813ff0571673082fd7317 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:08:50 -0400 Subject: [PATCH 2/5] Update install_with_sshrd.md --- install_with_sshrd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_with_sshrd.md b/install_with_sshrd.md index 1536c89..5d3727f 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -2,7 +2,7 @@ **Supported devices:** A8(X) - A11, iOS 14.0 - 15.5b4 -Video tutorial: https://youtu.be/SsvumuaZBT0 +Video tutorial: updated tutorial soon 1. Run `git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script` From 54018dd3ffbf09f0aafbe1b7fba9e5fc2a0ada2c Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:21:42 -0400 Subject: [PATCH 3/5] Update install_with_sshrd.md --- install_with_sshrd.md | 1 - 1 file changed, 1 deletion(-) diff --git a/install_with_sshrd.md b/install_with_sshrd.md index 5d3727f..42f3a30 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -8,7 +8,6 @@ Video tutorial: updated tutorial soon 2. Run `./sshrd.sh TrollStore ` - Make sure to **not** include the `<>` - - 14.3 is the recommended version for the ramdisk, it does not matter what version your device is already on - The uninstallable system app should be an app you don't need to use (e.g. Tips) 3. Run `./sshrd.sh boot` the device should start verbosing and show a TrollFace in ascii, then reboot eventually From 73ab06dcb4addc3c6b4069c70c3ec667ed5d9677 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:40:16 -0400 Subject: [PATCH 4/5] Update install_with_sshrd.md --- install_with_sshrd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_with_sshrd.md b/install_with_sshrd.md index 42f3a30..40f53b8 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -2,7 +2,7 @@ **Supported devices:** A8(X) - A11, iOS 14.0 - 15.5b4 -Video tutorial: updated tutorial soon +Video tutorial: https://youtu.be/B0MueVvJSK4 1. Run `git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script` From ed8a5360d0af814767647715d52dd306b220cb6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Fr=C3=B6der?= Date: Sat, 17 Sep 2022 23:18:50 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cdac206..6285717 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ It works because of a CoreTrust bug that affects iOS 14.0 - 15.4.1 (15.5b4). ## Installation Methods +N/A means: NO DEVICE / VERSION COMBINATION EXISTS + +None means: No way to install TrollStore currently + | Version / Device | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | | --- | --- | --- | --- | --- | --- | --- | --- | --- | | iOS 14.0 | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | [TrollHelper](./install_trollhelper.md) | N/A |