kormax
bd78abe41e
Process ATTRIB RR response
2026-06-29 21:31:44 +03:00
iceman1001
ae9a503280
minor style, feedback
2026-06-29 14:15:58 +02:00
iceman1001
01924af647
refactor to use same dump printing
2026-06-29 06:02:32 +02:00
iceman1001
6b0e62b8ea
txt
2026-06-29 02:06:38 +02:00
iceman1001
1a4a01eb8d
em4x05 texts
2026-06-29 01:57:19 +02:00
Iceman and GitHub
87ac5cc04d
Merge pull request #3398 from kormax/innovatron-improvements
...
Innovatron improvements
2026-06-27 17:56:32 +07:00
kormax
15ab857ea8
Add trace anntation support for basic Innovatron commands
2026-06-26 23:31:24 +03:00
kormax
9d7447ddcd
Refine Innovatron protocol handling
2026-06-26 23:20:05 +03:00
towelbyte
78b621264c
Fix (limit) 'lf cotag demod' custom clock argument
2026-06-26 20:23:13 +02:00
Eric Betts
06f0f4825f
Include dynamic memory contents in hf topaz dump
2026-06-25 19:48:27 -07:00
Idan Horowitz
92d0cdb909
legic: parse DCF argument as hex in migrate
2026-06-24 21:41:49 +03:00
Sanduuz and GitHub
e3ddd6a833
Merge branch 'RfidResearchGroup:master' into feature/hrt_parser
2026-06-24 19:14:04 +03:00
Iceman and GitHub
81baf64016
Merge pull request #3392 from M35mar/fix-mfuev1-counter-reset
...
client/pyscripts: fix and stabilize mfuev1 counter reset
2026-06-23 23:48:32 +07:00
Philippe Teuwen
6550610ad0
Migrate from MINGW64 to UCRT64 as arm-none-eabi-gcc is not available anymore in MINGW64
...
cf https://github.com/msys2/MINGW-packages/commit/bb4125054bf0a400c77a64adb07b64658554083b
2026-06-23 11:04:34 +02:00
Philippe Teuwen
5666cdf4e8
make style
2026-06-23 00:03:16 +02:00
Sanduuz
379d461bb3
Added support for older card (EF2011)
2026-06-21 23:03:02 +03:00
Sanduuz
d747d5cfac
Added support for parsing and printing history records
2026-06-21 22:33:18 +03:00
Sanduuz
36f55d303e
Print more information about loaded season ticket
2026-06-21 21:53:52 +03:00
Sanduuz
25f19a02ce
Added support for parsing and printing value tickets
2026-06-21 21:26:20 +03:00
Sanduuz
cb1c68e610
Refactored hrtparser.c with better variable names to improve readability
2026-06-21 13:00:06 +03:00
Sanduuz
1afa1028e4
Added pretty-printing HRT card information
2026-06-21 11:20:01 +03:00
Sanduuz
4ff1a50288
Moved HRT parser logic under client/src/parsers + Restructured parser calling code to its own file that is hooked from hf mfdes info command
2026-06-20 23:55:55 +03:00
Sanduuz and GitHub
8c42a35e21
Merge branch 'RfidResearchGroup:master' into feature/hrt_parser
2026-06-20 23:53:52 +03:00
M35MAR
52ef29b282
Restore original author credits in mfuev1_counter_reset.py
2026-06-20 16:31:10 +02:00
M35MAR
0e814659c3
client/pyscripts: fix and stabilize mfuev1 counter reset
2026-06-20 11:39:01 +02:00
Iceman and GitHub
5ed48c6657
Merge pull request #3390 from q0jt/pr-hf-felica-auth1
...
hf felica auth1: refactor
2026-06-19 21:19:55 +07:00
kormax
1e254bc7a1
Add support for Innovatron protocol to Calypso commands
2026-06-18 22:33:41 +03:00
Iceman and GitHub
4416d6da3c
Merge pull request #3389 from kormax/hf-14b-info-innovatron
...
Add support for detecting Innovatron protocol in 'hf 14b info'
2026-06-19 01:04:25 +07:00
kormax
a881c81ec1
Add support for detecting Innovatron protocol in 'hf 14b info'
2026-06-18 20:26:13 +03:00
Sanduuz
3cc5b1ead7
Converted from custom bytearray_t type to uint8_t *data + size_t len
2026-06-18 20:22:29 +03:00
Sanduuz
fed6011238
Fixed a null/empty check bug in hf_mfdes_try_parse_hrt
2026-06-18 20:20:55 +03:00
q0jt
e9728a8219
hf felica auth1: refactor
2026-06-19 02:13:20 +09:00
Sanduuz and GitHub
ba3aebeb2a
Merge branch 'RfidResearchGroup:master' into feature/hrt_parser
2026-06-18 19:06:12 +03:00
Iceman and GitHub
debc633524
Merge pull request #3387 from AlxCzl/mad-ops-revamp
...
mad: gate diagnostic prints behind verbose flag to quiet test output
2026-06-18 21:50:25 +07:00
Sanduuz
fa70d88c73
Fixed windows compatibility problems
2026-06-17 21:28:07 +03:00
Sanduuz
f216a7d5fb
Enforced styling with 'make style'
2026-06-17 19:24:59 +03:00
Sanduuz
f71071eb94
Initial commit for HRT parser
2026-06-17 19:24:06 +03:00
achazal
57f3da3ee2
mad: gate diagnostic prints behind verbose flag to quiet test output
2026-06-17 14:11:32 +02:00
towelbyte
2e9a92e967
Fix 'lf search' COTAG false positive
...
The bug was due to a bool/int ret-val mixup
and accidentally always returning PM3_SUCCESS.
2026-06-15 16:37:10 +02:00
Iceman and GitHub
accd6f5797
Merge pull request #3381 from aaronjamt/patch-mifare-detection
...
Don't check for MFC Mini if Plus detected
2026-06-14 08:42:19 +02:00
Aaron Tulino (Aaronjamt)
b3dc459b86
Don't check for Mifare Mini if Plus detected
2026-06-13 19:03:50 -07:00
Iceman and GitHub
f656687fb9
Merge pull request #3383 from aaronjamt/patch-mifare-acl-dump
...
Fix MFC sector trailer ACL bug
2026-06-14 03:20:20 +02:00
Aaron Tulino (Aaronjamt)
0ffbcf7a55
Fix MFC sector trailer ACL bug
2026-06-13 18:10:44 -07:00
Aaron Tulino (Aaronjamt)
665a378925
Fix WRITEBLOCK read out-of-bounds
2026-06-13 17:37:07 -07:00
towelbyte
c1cefd6e38
Complete and working reimplementation of COTAG support
...
- "lf cotag reader": now behaves mostly the same as "lf read",
except it is dedicated for COTAG.
- It makes sure to send COTAG start sequence and to use
real time sampling mode to get enough samples.
- "lf cotag demod": Working client-side COTAG demodulation implementation
(high-low raw demod + Manchester demodulation from high/low demod).
- Now uses samples directly from g_GraphBuffer
- Supports 3 types of COTAG preamble (1 active, 2 passive), which
can start anywhere in the samples.
- Prints full 128-bits of COTAG tag data in 3 formats: raw,
groupped by nibbles, and in hex, and identifies and
prints out the card number.
Signed-off-by: andrej@towelbyte.net
2026-06-12 22:49:06 +02:00
Sanduuz
3bea6eaea7
Fail client experimental lib building at compile-time if there are undefined symbols on Linux
2026-06-12 20:31:42 +03:00
Iceman and GitHub
8b59f23bca
Merge pull request #3376 from kormax/felica-sim
...
Add `hf felica sim` command
2026-06-12 18:53:13 +02:00
Sanduuz
e83e2e58a3
Add missing files to CMakeLists for experimental client lib
2026-06-12 19:02:54 +03:00
kormax
4ad136b5db
Implement 'hf felica sim' command
2026-06-12 18:31:57 +03:00
kormax
0f2a56cdec
Add container issue information to 'hf felica dump'
2026-06-12 05:45:01 +03:00