proxmark3/tools/deprecated-hid-flasher/flasher
2025-03-24 22:42:13 +01:00
..
obj
elf.h
flash.c
flash.h
flasher.c
Info.plist
Makefile
proxendian.h
proxmark3.h
proxusb.c cppcheck: a few static & const stuff 2025-03-24 22:42:13 +01:00
proxusb.h cppcheck: a few static & const stuff 2025-03-24 22:42:13 +01:00
README.md
sleep.h
usb_cmd.h Cherry pick POC of emv simulation 2024-11-21 19:23:03 +00:00

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