proxmark3/include
2023-08-02 19:12:59 +02:00
..
ansi.h
at91sam7s512.h
common.h
config_gpio.h
desfire.h
em4x50.h initial bruteforce module 2023-05-06 14:47:31 +00:00
em4x70.h
hitag.h
iclass_cmd.h
iso14b.h defines 2023-08-02 19:12:59 +02:00
iso15.h
iso18.h
legic.h
mifare.h adapt name to match code style 2023-07-27 18:02:53 +02:00
pm3_cmd.h There is a race condition when we go from iclass commands to mf command. Especially noticable when eload large files where we used to spam the device with usb packages.\ntry iclass eload, then mf eload, and you see the client hang. With this change we trigger a preload of the fpga image before we start uploading to the device. Current places I could trigger this bug was in eload and gsave. With this patch only the first call takes some time if fpga image must be loaded. The following goes fast.\n\n if you find that the client hangs when going between, this could be the root cause. 2023-07-26 23:47:55 +02:00
pmflash.h Add the missing definition 2023-04-13 01:23:50 +08:00
protocol_vigik.h
protocols.h Add new DESFire command code 2023-07-31 12:48:40 +03:00
proxmark3_arm.h
usart_defs.h
zx8211.h