mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-07-02 15:08:14 +00:00
don't use custom send function when dealing with iOS 10 32bit on pwndfu
This commit is contained in:
parent
451804fd96
commit
17839c1019
|
@ -863,7 +863,7 @@ int futurerestore::doRestore(const char *ipsw){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (_enterPwnRecoveryRequested) //if pwnrecovery send all components decrypted
|
if (_enterPwnRecoveryRequested && strncmp(client->version, "10.", 3)) //if pwnrecovery send all components decrypted, unless we're dealing with iOS 10
|
||||||
client->recovery_custom_component_function = get_custom_component;
|
client->recovery_custom_component_function = get_custom_component;
|
||||||
else if (!_rerestoreiOS9){
|
else if (!_rerestoreiOS9){
|
||||||
/* now we load the iBEC */
|
/* now we load the iBEC */
|
||||||
|
|
Loading…
Reference in a new issue