don't use custom send function when dealing with iOS 10 32bit on pwndfu

This commit is contained in:
tihmstar 2017-12-30 11:10:09 +01:00
parent 451804fd96
commit 17839c1019

View file

@ -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;
else if (!_rerestoreiOS9){
/* now we load the iBEC */