-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
cyberkryption edited this page Jan 18, 2020
·
1 revision
Installing WinBuskill is easy just follow the steps below:
- Install python 3 with pip and tkinter.
- From an admin level windows command prompt run the command below to install libraries
pip install pywin32
pip instal pyinstaller
- Now run to install the development version of pysb as below:-
pip install --upgrade git+https://github.com/pyusb/pyusb
NB we currently need the development version of pyusb otherwise you will run into this bug, see here
- Download libusb from here
- Extract the contents and from the cmd prompt change to that directory. Copy the two files from the MS64 and MS32 directories as shown below:-
copy MS64/dll/libusb*.dll c:\windows\system32
copy MS32/dll/libusb*.dll c:\windows\SysWOW64
- Now clone this repo.
- Run FindUSBDEV.py twice (once with usb connected, once without)to determine your USB device information, either use the hexadecimal or base10 version.
- Configure the config.json file