You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 36, in exploit
udev._ctx.managed_claim_interface = lambda *args, **kwargs: None
AttributeError: 'NoneType' object has no attribute '_ctx'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\main.py", line 213, in
main()
File "E:\bypass_utility-v.1.4.2\main.py", line 58, in main
result = exploit(device, config.watchdog_address, config.payload_address, config.var_0, config.var_1, payload)
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 38, in exploit
raise RuntimeError("libusb is not installed for port {}".format(device.dev.port)) from e
RuntimeError: libusb is not installed for port COM3
The text was updated successfully, but these errors were encountered:
Update: It seems I somehow forgot to install UsbDK and this error happened because of that.
BUT the UsbDK driver seems to have its own issue, whenever I try to use the bypass tool, I get a BSOD on Windows 11 saying
"WDF_VIOLATION". This is not related to this project, the issue is covered here.
Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 36, in exploit
udev._ctx.managed_claim_interface = lambda *args, **kwargs: None
AttributeError: 'NoneType' object has no attribute '_ctx'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\bypass_utility-v.1.4.2\main.py", line 213, in
main()
File "E:\bypass_utility-v.1.4.2\main.py", line 58, in main
result = exploit(device, config.watchdog_address, config.payload_address, config.var_0, config.var_1, payload)
File "E:\bypass_utility-v.1.4.2\src\exploit.py", line 38, in exploit
raise RuntimeError("libusb is not installed for port {}".format(device.dev.port)) from e
RuntimeError: libusb is not installed for port COM3
The text was updated successfully, but these errors were encountered: