Samgisaninja / SuccessionRestore

Restore iOS devices without updating via rootfilesystem DMG
GNU General Public License v3.0
406 stars 90 forks source link

What is if (sizeof(void *) != 4) { in line 136 at RestoreViewController.m mean? #136

Closed kocoman1 closed 3 years ago

kocoman1 commented 4 years ago

For some reason hdik is not working on the ios9 device, some error 0x..... that you said was fixed but for me was not.

I am trying to use attach instead without recompiling

What is if (sizeof(void *) != 4) { in line 136 at RestoreViewController.m mean?

thanks

Samgisaninja commented 3 years ago

sizeof(void *) will return 4 on 32-bit devices.