proxmark3/include
Antiklesys 083a9ce945 Updated hf iclass legrec with a fast option and improved AA2 selection
1- Added a --fast option for hf iclass legrec that further increases the speed from 4.6 key updates/second to 7.4 key updates/second. This is achieved by skipping some safety checks and is a very fast but more risky operation.
2- Automated AA2 block selection based on the values in the config block
3- Other minor code cleanups
2025-06-05 20:44:58 +08:00
..
ansi.h
at91sam7s512.h
common.h Refactor the concatbits function to support both MSB and LSB first src 2025-03-15 15:21:58 +08:00
config_gpio.h Added led order parameter (for Proxmark3 Easy board) 2024-02-18 12:57:26 +01:00
desfire.h
em4x50.h textual 2024-04-22 09:23:22 +02:00
em4x70.h Major update to EM4x70 support: 2025-03-16 01:05:55 -07:00
hitag.h Refactor hitag config_page_t for better memory alignment 2025-03-22 20:54:13 +08:00
iclass_cmd.h Updated hf iclass legrec with a fast option and improved AA2 selection 2025-06-05 20:44:58 +08:00
iso14b.h
iso15.h
iso18.h
legic.h
mifare.h Add support for polling loop annotations 2025-04-09 12:31:21 +03:00
pm3_cmd.h the device side of iclass tear off is implemented. The base was done by @antiklesys. This version differs by the concept of trying to stabilize weak bits by performing a write operation in conjuction with the detected tear. Its untested but I can replicate most of the tears we performed client side. You will need to call the proxmark3 client with -f , ./pm3 -f to force flush out text which is needed for the inplace printing. I thought this was done automatically but it wasnt. hf iclass tear --arm + all the normal params to run on device side 2025-05-30 01:37:13 +02:00
pmflash.h Corrected documentation on SPI FLASH memory usage after SPIFFS area extension. 2024-12-29 22:45:50 +01:00
protocol_vigik.h
protocols.h Replace all μ(greek small letter mu, UTF-8 \xce\xbc) to µ(micro sign, UTF-8 \xc2\xb5) 2025-03-19 19:21:01 +08:00
proxmark3_arm.h make all device side HTS messages DBGlevel extended 2024-09-14 22:00:52 +02:00
usart_defs.h Add option to override default USART baud rate in platform settings 2025-05-09 15:53:30 +02:00
zx8211.h