Skip to content

Installation

cyberkryption edited this page Jan 18, 2020 · 1 revision

Installing WinBuskill is easy just follow the steps below:

  1. Install python 3 with pip and tkinter.
  2. From an admin level windows command prompt run the command below to install libraries

pip install pywin32 pip instal pyinstaller

  1. 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

  1. Download libusb from here
  2. 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

  1. Now clone this repo.
  2. Run FindUSBDEV.py twice (once with usb connected, once without)to determine your USB device information, either use the hexadecimal or base10 version.
  3. Configure the config.json file
Clone this wiki locally