Commit graph

20714 commits

Author SHA1 Message Date
iceman1001
8ce72a9dfe fix missing includes in Cmakefile 2025-09-04 14:30:53 +02:00
iceman1001
37670ae2f3 style 2025-09-04 10:10:22 +02:00
Iceman
583984c6b6
Merge pull request #2973 from henrygab/wiegand_simplex36_update
Wiegand simplex36 update
2025-09-04 08:39:41 +02:00
Henry Gabryjelski
276a8bd15d Require fixed facility code for Simplex Grinnell 36-bit
And remove some comments per review.
2025-09-03 23:32:56 -07:00
Henry Gabryjelski
221f531c76 Update changelog 2025-09-03 16:39:10 -07:00
Henry Gabryjelski
55f5b124b2 Improved card limits validation
Unsupported features must have values in `weigand_card_t` data set to zero.
2025-09-03 16:38:42 -07:00
Henry Gabryjelski
c389160dde Update name to match screenshot 2025-09-03 16:38:42 -07:00
Henry Gabryjelski
12aef961a2 _Static_assert() requires message
At least until C23, even if GCC allows it w/o errors being raised.
2025-09-03 16:38:42 -07:00
Henry Gabryjelski
e6ed87072f HID Simplex 36-bit (Grinnell)
Likely more valid than legacy HID Simplex 36-bit?

There is no Issue Level ... previously defined Issue Level is actually two parity bits.
2025-09-03 16:38:42 -07:00
Henry Gabryjelski
eb3a4df973 Column align fields
Allows for easier format comparisons, and minimal documentation one-liner at top.
2025-09-03 16:38:42 -07:00
Henry Gabryjelski
e7c61f86c0 more const correctness
This allows compiler to optimize more, and allows caller to store the data in ROM (instead of RAM).
2025-09-03 16:38:42 -07:00
iceman1001
d3627920cd fix some cppchecker warnings, missing null checks, consts 2025-09-02 22:27:45 +02:00
iceman1001
0929a14b5d Change lf search to also run chipset detection if the colleced signal data was just noise 2025-09-02 19:41:04 +02:00
iceman1001
7c4cfe889c Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2025-09-02 16:16:42 +02:00
iceman1001
02b4d61796 style 2025-09-02 16:16:29 +02:00
Iceman
c0ccd88343
Merge pull request #2970 from trigat/master
Update response handling and fix detection command
2025-09-02 16:01:38 +02:00
Trigat
e68babd6ba
Update response handling and fix detection command
Signed-off-by: Trigat <trigat@protonmail.com>
2025-09-02 08:42:35 -05:00
iceman1001
f9b3bff4b7 thanks progman/DT for letting me know about this missing identification. PCF 7961 was missing in the string detection 2025-09-02 15:31:58 +02:00
Iceman
b96cb597df
Merge pull request #2969 from robo-w/bugfix/mf_backdoor_dump-output
Bugfix/mf_backdoor_dump output
2025-09-01 17:07:18 +02:00
Robert Wittek
b6f9079ae0
Update CHANGELOG for mf_backdoor_dump.py changes
Signed-off-by: Robert Wittek <18316389+robo-w@users.noreply.github.com>
2025-09-01 16:55:19 +02:00
Robert Wittek
0054dd0c5b
Print output of dumped card in mf_backdoor_dump.py
Signed-off-by: Robert Wittek <18316389+robo-w@users.noreply.github.com>
2025-09-01 16:53:36 +02:00
Iceman
d6ba4f99f5
Merge pull request #2968 from robo-w/patch-1
Improve output checks in mf_backdoor_dump.py
2025-09-01 16:43:09 +02:00
Robert Wittek
6e74870657
Update CHANGELOG for mf_backdoor_dump.py changes
Signed-off-by: Robert Wittek <18316389+robo-w@users.noreply.github.com>
2025-09-01 16:40:54 +02:00
Robert Wittek
2bf7abbdfc
Improve output checks in mf_backdoor_dump.py
Signed-off-by: Robert Wittek <18316389+robo-w@users.noreply.github.com>
2025-09-01 16:35:31 +02:00
Iceman
66dd75e1f1
Merge pull request #2967 from corysolovewicz/patch-8
Update CHANGELOG.md
2025-09-01 08:56:14 +02:00
Iceman
5b6ab7fecc
Merge pull request #2965 from corysolovewicz/patch-5
Update update_amiibo_tools_lua.py
2025-09-01 08:55:55 +02:00
Iceman
d94ff86579
Merge pull request #2966 from corysolovewicz/patch-6
Update amiibo_tools.lua
2025-08-31 07:32:24 +02:00
Iceman
34d99b390c
Merge pull request #2964 from corysolovewicz/patch-4
Update hf_mfu_amiibo_restore.lua
2025-08-31 07:31:35 +02:00
Cory Solovewicz
86caac7670
Update CHANGELOG.md
Added my entries into the changelog. 

Signed-off-by: Cory Solovewicz <cory@solovewicz.com>
2025-08-30 22:13:53 -07:00
Cory Solovewicz
8d592587a1
Update amiibo_tools.lua
Updated to the most recent data. 

Signed-off-by: Cory Solovewicz <cory@solovewicz.com>
2025-08-30 22:01:32 -07:00
Cory Solovewicz
4455d28e6a
Update update_amiibo_tools_lua.py
Updated with quality of life improvements to make things more clear in the output. 

Signed-off-by: Cory Solovewicz <cory@solovewicz.com>
2025-08-30 21:59:16 -07:00
Cory Solovewicz
de05d46f54
Update hf_mfu_amiibo_restore.lua
Fix broken reference to dependency. 

Signed-off-by: Cory Solovewicz <cory@solovewicz.com>
2025-08-30 21:55:36 -07:00
Iceman
f50a7df5bb
Merge pull request #2963 from kormax/mfdes-add-zero-initializer-for-ctx
Add zero initizlier for DesfireContext_t to prevent UB
2025-08-31 04:33:43 +02:00
kormax
622e7fe979 Add zero initizlier for DesfireContext_t to prevent UB 2025-08-31 00:06:14 +03:00
iceman1001
1a626bc4f3 hf mfdes default - zero out dfname select name and length 2025-08-29 18:23:55 +02:00
iceman1001
d6aeda7075 style 2025-08-29 14:01:34 +02:00
iceman1001
2602661435 fix reveng -g to correctly take 1024 hexstring as input 2025-08-29 13:59:46 +02:00
iceman1001
7414cdf359 fix fct when called with a one byte array 2025-08-29 13:55:50 +02:00
iceman1001
c3e29789a9 added a --override MAD crc check parameter to NDEF read commands 2025-08-29 13:55:00 +02:00
iceman1001
35f144dac0 smaller arra 2025-08-29 13:52:01 +02:00
iceman1001
f0ea0d251a revert calloc changes in bigbuf for time sensitive functions 2025-08-29 09:13:45 +02:00
iceman1001
ba5a27e5f2 style 2025-08-28 12:10:01 +02:00
iceman1001
599aa22431 style 2025-08-28 12:09:14 +02:00
Iceman
60c01df68a
Merge pull request #2960 from STIEBELJOSHUA/hf-saflok
added hf saflok command
2025-08-28 11:24:35 +02:00
Josh Stiebel
15026f7b35 added changes to changelog 2025-08-28 04:31:06 -04:00
Josh Stiebel
c98319a7e7 cmd saflok added 2025-08-28 04:06:57 -04:00
Iceman
b224d097a0
Merge pull request #2959 from trigat/master
Add ntag_clean Lua file via upload
2025-08-25 02:54:52 +02:00
Trigat
3bc79d0e8d
Update CHANGELOG.md
Added description for new ntag_clean Lua script

Signed-off-by: Trigat <trigat@protonmail.com>
2025-08-24 16:02:26 -05:00
Trigat
62fdf5706c
Update ntag_clean.lua
Modified style and format.

Signed-off-by: Trigat <trigat@protonmail.com>
2025-08-24 15:44:15 -05:00
Trigat
44fc91caa6
Delete client/luascripts/emv_extract.lua
Signed-off-by: Trigat <trigat@protonmail.com>
2025-08-24 15:39:30 -05:00