hack-different / ipwndfu

Fork of axi0mX's open-source jailbreaking tool for many iOS devices for integration
GNU General Public License v3.0
63 stars 17 forks source link

[Task]: Don't use in-tree pyusb #50

Closed m1stadev closed 2 years ago

m1stadev commented 2 years ago

Brief Description

Utilize the latest PyUSB version, rather than the extremely outdated version included in the repo. This will also not cause a pyusb installation to be overwritten by ipwndfu's pyusb module, which can cause issues for other packages.

Test Criteria

All ipwndfu functionality working with the latest PyUSB version

Loud Noise