proxmark3/include
2024-03-26 15:04:39 +01:00
..
ansi.h Add a option to clear the scrollback buffer 2023-02-05 17:37:13 +08:00
at91sam7s512.h Newer Atmel define file, fixes some typos, adds a few new defines 2023-08-29 11:24:32 +02:00
common.h Add lf em 4x70 autorecover 2024-03-11 17:14:03 -07:00
config_gpio.h Added led order parameter (for Proxmark3 Easy board) 2024-02-18 12:57:26 +01:00
desfire.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
em4x50.h added a lf em 4x50 view command and lf em 4x50 dump now supports the nosave flag 2024-02-03 11:09:28 +01:00
em4x70.h make style changes 2024-03-11 17:28:05 -07:00
hitag.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
iclass_cmd.h reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files. 2023-10-02 20:11:23 +02:00
iso14b.h missed is 2024-01-16 15:44:42 +01:00
iso15.h increased the number of pages in the dumps to 160. 0xA0. Its should cover 128 / 0x80 and potential larger ones 2024-01-26 14:25:39 +01:00
iso18.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
legic.h added legic view command, and converted OLD -> NG comms 2022-02-14 09:19:35 +01:00
mifare.h make style 2023-11-11 18:24:34 +01:00
pm3_cmd.h lf em 4x70 writekey --> lf em 4x70 setkey 2024-03-13 09:38:35 -07:00
pmflash.h Add the missing definition 2023-04-13 01:23:50 +08:00
protocol_vigik.h make style 2023-01-14 22:22:04 +01:00
protocols.h annotation of the hitag2 protocol now properly identifies different parts without shifting of whole hex arrays. Took the idea from RFIdler (@adamLLaurie) where he treats it like a binary string instead. It works. Problem: We use whole bytes in our logging protocol and Hitag2 uses 5, 10, 32, 64 bits commands. START_AUTH is 11000, which as a MSB aligned byte is 0xC0. Now we shift it down to LSB centered and 11000 becomes 0x18. This reduces all issues with handing the rest of the array. \n\nTake note that our protocol uses whole bytes. I had to print out number of actually captured bits in the trace log now. Otherwise 65 or 71 bits would not look any different but will not work when used with other tools. This also means we abuse the logging protocol by using the parity byte arry to store number of "left over bits" in the par[0] position. 2024-03-26 15:04:39 +01:00
proxmark3_arm.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
usart_defs.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
zx8211.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00