Shawn Hoffman
bfbc2fd09d
fix offset transferred in ntag424_read_data
2025-04-16 14:20:58 -07:00
Philippe Teuwen
cf3cb6e03a
dyslexia
2025-04-14 13:51:55 +02:00
Philippe Teuwen
013a7a4caf
rewrite hf 14a info with full AN10833 Rev 3.8 and a few extra
2025-04-14 10:37:16 +02:00
iceman1001
bc1c47e81b
style
2025-04-13 12:25:14 +02:00
Philippe Teuwen
dfc40a2ea3
fix GetHF14AMfU_Type for MFUL types with RandomID activated
2025-04-11 08:22:19 +02:00
Iceman
55327112a8
Merge pull request #2817 from elafargue/better-tesla-card
...
Improve Tesla NFC card reader command
2025-04-10 12:27:15 +02:00
Lucifer Voeltner
216cd09635
..Directory listing in applications referred to File IDs, not App IDs.
2025-04-10 15:45:00 +07:00
Lucifer Voeltner
6f10a6d9d7
MIFARE DESFire keysettings clarifications / Ultralight C Hints clarifications
2025-04-10 14:49:15 +07:00
Ed Lafargue
14a58a7427
Improve Tesla NFC card reader:
...
- Compatibility with more javacard variants
- Read the full certificate
- Optionally parse the certificate (ASN.1)
- Don't bail at each error and try to read what it can
- Better form factor parsing
- Read all four public keys
Read all four public keys
2025-04-09 11:43:08 -07:00
kormax
56336d9d82
Add support for polling loop annotations
2025-04-09 12:31:21 +03:00
DidierA
853e2bd9ff
hf mfdes bruteaid: fix byte order
2025-03-31 18:41:18 +02:00
Philippe Teuwen
145ee3baa7
fix double-free
2025-03-27 21:47:42 +01:00
iceman1001
6ed1853320
Revert "Release v4.20142 - Blue Ice"
...
This reverts commit a657dbda9b .
2025-03-25 16:18:49 +01:00
iceman1001
a657dbda9b
Release v4.20142 - Blue Ice
2025-03-25 16:18:49 +01:00
Benjamin DELPY
ee1a38d975
Update cmdhf14b.c to respect bytes order when evaluating SR/ST25TB locks
...
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com >
2025-03-25 13:59:10 +01:00
iceman1001
1252aee27d
clean up text
2025-03-25 12:40:35 +01:00
iceman1001
ded9166393
missing breaks
2025-03-25 12:36:22 +01:00
iceman1001
ad292e8810
unify test - step 2
2025-03-25 10:17:42 +01:00
iceman1001
875b3c44b4
unify text - step 1
2025-03-25 10:12:16 +01:00
Shawn Hoffman
e04d778c46
ntag424: let info cmd show if tag has tag tamper feature
2025-03-24 17:10:19 -07:00
Philippe Teuwen
f4fe58fc36
make style
2025-03-24 23:48:02 +01:00
Philippe Teuwen
ad84875afd
cppcheck nullPointerOutOfMemory
2025-03-24 23:46:43 +01:00
Philippe Teuwen
f90d11912c
cppcheck unused struct
2025-03-24 22:10:55 +01:00
Philippe Teuwen
4fff85d6ed
cppcheck duplicatecondition
2025-03-24 22:01:38 +01:00
Philippe Teuwen
6491b37d7a
cppcheck duplicateCondition
2025-03-24 21:44:21 +01:00
Philippe Teuwen
8c76e12fec
cppcheck identicalInnerCondition
2025-03-24 11:33:20 +01:00
Philippe Teuwen
c37ca881e6
a few calloc checks, still many to go
2025-03-24 11:17:40 +01:00
Philippe Teuwen
74c60301d1
cppcheck mem alloc: oops forgot to save one file
2025-03-24 10:47:33 +01:00
Philippe Teuwen
678b387c3f
cppcheck: a few mem alloc checks
2025-03-24 10:44:01 +01:00
Philippe Teuwen
f3367e61db
cppcheck on tlv: null pointers
2025-03-24 10:23:47 +01:00
Philippe Teuwen
f6123da72e
cppcheck: integeroverflow
2025-03-24 10:06:58 +01:00
iceman1001
12f94a921a
text and cpp warning for hitagu fix suggested by jump
2025-03-24 09:13:21 +01:00
Philippe Teuwen
d5ecc626ab
cppcheck ctunullpointerOutOfMemory
2025-03-23 23:58:43 +01:00
Philippe Teuwen
dfdb8f54cc
cppcheck ctunullpointer
2025-03-23 23:47:38 +01:00
Philippe Teuwen
d490be9649
cppcheck truncLongCastAssignment
2025-03-23 23:34:29 +01:00
Philippe Teuwen
dac2c7664c
cppcheck multicondition
2025-03-23 23:29:24 +01:00
iceman1001
4c97151ecc
style
2025-03-22 15:46:55 +01:00
iceman1001
9a114815d1
fix cppchecker warning with shadow
2025-03-22 15:45:17 +01:00
douniwan5788
5122039547
Refactor hitag config_page_t for better memory alignment
2025-03-22 20:54:13 +08:00
iceman1001
c8d46a2a7c
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
iceman1001
c0af6cd7d2
fiddled with pm3 client informative text
2025-03-22 13:09:55 +01:00
iceman1001
e8c603a50f
fix
2025-03-21 20:35:16 +01:00
iceman1001
5865a77c41
fix
2025-03-21 19:55:20 +01:00
iceman1001
c00b1c0b73
change in detection
2025-03-21 18:48:45 +01:00
Jean-Michel Picod
e77fbc092c
Apply same logic to hf mf fchk
2025-03-21 18:14:11 +01:00
Jean-Michel Picod
95e5634388
Add option to use SPI flash dictionary for autopwn
2025-03-21 18:05:14 +01:00
Philippe Teuwen
fe1bd6f2c4
minor fix
2025-03-21 14:20:15 +01:00
Philippe Teuwen
de967f9332
fix FR quotes for Proxspace
2025-03-21 14:13:23 +01:00
iceman1001
a2d10d7910
fix cpp warnings
2025-03-21 13:19:01 +01:00
iceman1001
1c52bee9a1
text and style
2025-03-21 11:25:31 +01:00