LukeZGD / Legacy-iOS-Kit

An all-in-one tool to restore/downgrade, save SHSH blobs, and jailbreak legacy iOS devices
GNU General Public License v3.0
1.11k stars 109 forks source link

Support for apple m1 #87

Closed Yaya48 closed 3 years ago

Yaya48 commented 3 years ago

Hey do you have any plan of supporting apple m1 computer?

LukeZGD commented 3 years ago

No plans of M1 support anytime soon, sorry

I don't have plans on getting any M1 Mac either, I only have Hackintosh and VMs (which I might be able to use to cross-compile sometime but I don't know how yet)

Yaya48 commented 3 years ago

Ok ty, I already tried by using procursus stuff, but look like it doesn't send the patched IBSS correctly, I'm gonna investigate that.

Yaya48 commented 3 years ago

Update I got it to work.

LukeZGD commented 3 years ago

Please share some details on your steps of making things work for you on the M1, I think it would be useful info

Yaya48 commented 3 years ago

First thing I done was to point libimobiledevice suite to procursus one, secondly was to make irecovery send a dummy txt file with random things before the patched ibss and thirdly was to make the custom ipsw to delete after use to make it repatching things when I re use it, gonna upload my fork to my gh repo after I make sure it work well.

Yaya48 commented 3 years ago

https://github.com/Yaya48/iOS-OTA-Downgrader I forked it even thought everything is hardcoded for procursus stuff so that's why I included ipwndfu in because libusbfinder automatically redirect to procursus one.

LukeZGD commented 3 years ago

91