-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Trying to tether-boot iOS 13.5 on iPhone 7, but it fails every time with this:
./pyboot.py -q ~/Downloads/iPhone_4.7_P3_13.5_17F75_Restore.ipsw iPhone9,1 -a
[...]
Signing boot files
Exploiting device with checkm8
Downloading latest Fugu release from LinusHenze's github...
Fugu has now been installed!
Traceback (most recent call last):
File "/Users/kushwavez/Downloads/PyBoot/./pyboot.py", line 505, in <module>
main()
File "/Users/kushwavez/Downloads/PyBoot/./pyboot.py", line 429, in main
pwn.pwndfumode()
File "/Users/kushwavez/Downloads/PyBoot/resources/pwn.py", line 231, in pwndfumode
pwndfumode()
File "/Users/kushwavez/Downloads/PyBoot/resources/pwn.py", line 183, in pwndfumode
os.mkdir("resources/Fugu_8010")
FileNotFoundError: [Errno 2] No such file or directory: 'resources/Fugu_8010'
I checked that folder, Fugu is there.
Also first time it ended with error: usb.core.NoBackendError: No backend available, but luckily I quickly found in #51 that it needs libusb that can be installed with brew install libusb
OS: macOS 11.2.2, MBP15,2
Metadata
Metadata
Assignees
Labels
No labels

