Updated Saving SHSH blobs (markdown)

LukeeGD 2024-03-03 22:35:04 +08:00
parent 2da10fef0d
commit f29eb9be21

@ -4,9 +4,9 @@ In iOS devices, Apple has control of what iOS versions are allowed to be restore
**SHSH blobs** are saved digital signatures that are used to restore iOS firmware to the devices even when Apple has stopped signing them.
There are two ways of saving SHSH blobs. The first one is to generate the blobs by replaying Apple's signature when the firmware was still signed.
There are two ways of saving SHSH blobs. The first one is to generate the blobs by replaying Apple's signature when the firmware was still signed. This can generally be done using sites/tools like [TSS Saver](https://tsssaver.1conan.com/) or [blobsaver](https://github.com/airsquared/blobsaver). However, for pretty much all iOS devices, only their latest versions are signed.
For 32-bit devices that have been jailbroken before, there may be saved SHSH blobs in Cydia servers. Back in the day, Cydia used to save SHSH blobs for jailbroken devices automatically. Legacy iOS Kit can check and save these SHSH blobs that may have been saved, allowing downgrades to lower iOS versions.
For 32-bit devices that have been jailbroken before, there may be saved SHSH blobs in Cydia servers. Back in the day, Cydia used to save SHSH blobs for jailbroken devices automatically. Legacy iOS Kit can check and save these SHSH blobs that may have been saved in the servers, allowing downgrades to lower iOS versions.
The second one is to save them locally from the device. The device must already have the iOS version that you want to save SHSH blobs for.