proxmark3/tools/deprecated-hid-flasher/flasher
2019-09-01 20:13:33 +02:00
..
obj
elf.h
flash.c
flash.h
flasher.c
Info.plist
Makefile rework hid-flasher Makefile 2019-08-19 21:50:16 +03:00
proxendian.h
proxmark3.h
proxusb.c
proxusb.h
README.md HID flasher: add libusb for Fedora in readme 2019-09-01 20:13:33 +02:00
sleep.h
usb_cmd.h

Compilation notes

Besides the global Proxmark3 requirements, this flasher compatible with very old firmwares requires the libusb 0.1 to work. So you'll need to install the libusb 0.1 package first.

  • OSX: libusb-compat
  • Debian-alike: libusb-0.1-4 libusb-dev
  • Arch: libusb
  • Fedora: libusb-devel