fallrain revidoval tento gist . Přejít na revizi
1 file changed, 4 insertions, 3 deletions
checkm8_downgrade.md
| @@ -4,8 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | 5 | 或者[手动设置 nonce](https://web.archive.org/web/20230505231139/https://gist.github.com/0xallie/aac55c97f7925cddcf5ec3167f85dfe8): | |
| 6 | 6 | ||
| 7 | - | 0. Put it in DFU | |
| 8 | - | 1. sudo ./gaster pwn | |
| 9 | - | 2. sudo ./futurerestore -t <drag_blob_here> --use-pwndfu --set-nonce --latest-sep --latest-baseband <drag_ipsw_here> | |
| 7 | + | 0. Put it in DFU | |
| 8 | + | 1. `wget https://alexia.lol/gaster/gaster-Linux.zip && unzip gaster-Linux.zip && chmod +x gaster` | |
| 9 | + | 2. `sudo ./gaster pwn && sudo ./gaster reset` | |
| 10 | + | 3. `sudo ./futurerestore -t <drag_blob_here> --use-pwndfu --set-nonce --latest-sep --latest-baseband <drag_ipsw_here>` | |
| 10 | 11 | ||
| 11 | 12 | 后使用 [Legacy iOS Kit](https://github.com/LukeZGD/Legacy-iOS-Kit) 附带的 FutureRestore 刷入。Option 选择 No RSEP (`--no-rsep`) | |
fallrain revidoval tento gist . Přejít na revizi
1 file changed, 11 insertions
checkm8_downgrade.md(vytvořil soubor)
| @@ -0,0 +1,11 @@ | |||
| 1 | + | # Checkm8 设备刷入未签名版本 iOS | |
| 2 | + | ||
| 3 | + | 首先下载 [Legacy iOS Kit](https://github.com/LukeZGD/Legacy-iOS-Kit),理论上好像直接用这个脚本就可以了。但是它对网络的要求比较高。 | |
| 4 | + | ||
| 5 | + | 或者[手动设置 nonce](https://web.archive.org/web/20230505231139/https://gist.github.com/0xallie/aac55c97f7925cddcf5ec3167f85dfe8): | |
| 6 | + | ||
| 7 | + | 0. Put it in DFU | |
| 8 | + | 1. sudo ./gaster pwn | |
| 9 | + | 2. sudo ./futurerestore -t <drag_blob_here> --use-pwndfu --set-nonce --latest-sep --latest-baseband <drag_ipsw_here> | |
| 10 | + | ||
| 11 | + | 后使用 [Legacy iOS Kit](https://github.com/LukeZGD/Legacy-iOS-Kit) 附带的 FutureRestore 刷入。Option 选择 No RSEP (`--no-rsep`) | |