RRG-Proxmark3/common
2025-03-25 16:18:49 +01:00
..
crapto1 make style 2024-08-03 21:21:11 +02:00
cryptorf reduce variable scopes 2023-01-15 02:23:19 +01:00
hitag2 fix #2547 - compilation warning error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] 2025-02-21 16:33:22 +01:00
lz4 fix cppchecker 2021-05-07 13:42:57 +02:00
mbedtls code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits 2025-02-21 15:38:33 +01:00
bruteforce.c fix const params, lessen variable scope and fixing func arguments names 2024-05-14 11:10:12 +02:00
bruteforce.h fix const params, lessen variable scope and fixing func arguments names 2024-05-14 11:10:12 +02:00
bucketsort.c Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
bucketsort.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
cardhelper.c fix and style 2024-09-06 22:36:44 +02:00
cardhelper.h a bunch of minor textual changes, hiding things when no compilation support for it, also fixed the loop in keyroll generation. Added the skeleton SAM command 2023-07-23 11:57:03 +02:00
commonutil.c textual changes, one fix for overflows when sending OLD frames. Now inform and breaks like MIXED/NG does. Improved hf mf autopwn to detect static encrypted nonces and inform user. Last fix is the user abort during check keys steps in autopwn. The device side now detects and cancels if no card is available and on client it also allows to user abort 2025-03-22 13:14:37 +01:00
commonutil.h textual changes, one fix for overflows when sending OLD frames. Now inform and breaks like MIXED/NG does. Improved hf mf autopwn to detect static encrypted nonces and inform user. Last fix is the user abort during check keys steps in autopwn. The device side now detects and cancels if no card is available and on client it also allows to user abort 2025-03-22 13:14:37 +01:00
crc.c fix some CodeQL warnings 2022-02-16 20:28:38 +01:00
crc.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
crc16.c Update Crc16 function to use bitlength instead of length 2025-03-19 18:43:16 +08:00
crc16.h Update Crc16 function to use bitlength instead of length 2025-03-19 18:43:16 +08:00
crc32.c Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
crc32.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
crc64.c Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
crc64.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
default_version_pm3.c Revert "Release v4.20142 - Blue Ice" 2025-03-25 16:18:49 +01:00
generator.c fix cpp warning 2025-03-22 13:14:50 +01:00
generator.h minor textual changes \n and added support for bambu kdf. 2024-11-20 01:49:45 +01:00
get_lz4.sh Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
iso15693tools.c style 2024-10-06 10:08:17 +02:00
iso15693tools.h style 2024-01-26 12:45:23 +01:00
legic_prng.c Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
legic_prng.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
lfdemod.c cppcheck ctunullpointerOutOfMemory 2025-03-24 11:33:08 +01:00
lfdemod.h Changed modulation max bit length from 512 to 4096, since we now can get much longer traces 2023-12-01 10:58:33 +01:00
parity.h This is the major changes made to the HITAG2 commands. Its heavly based on RFIDLers implementation and its been converted to work with Proxmark3. Special thanks to @kevsecurity for his amazing implementations of the Gone in 360 Seconds paper by Roel, Flavio & Balasch. Thanks to @adamlaurie for his RFIDler project. It wouldnt been doable without it. 2024-04-22 16:20:24 +02:00
util_posix.c should wait for a reply from device that sniffing is done 2024-04-22 09:26:25 +02:00
util_posix.h should wait for a reply from device that sniffing is done 2024-04-22 09:26:25 +02:00