kormax
|
a85c7cf49b
|
Do not truncate 2 last bytes of Innovatron ATR
|
2026-06-29 21:48:02 +03:00 |
|
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
|
3525a7bfe8
|
minor style
|
2026-06-29 02:07:35 +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 |
|
 IcemanandGitHub
|
87ac5cc04d
|
Merge pull request #3398 from kormax/innovatron-improvements
Innovatron improvements
|
2026-06-27 17:56:32 +07:00 |
|
 IcemanandGitHub
|
366b23a17a
|
Merge pull request #3397 from towelbyte/cotag-fix-custom-clock-arg
Fix (limit) 'lf cotag demod' custom clock argument
|
2026-06-27 17:55:38 +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 |
|
 IcemanandGitHub
|
2655037a9f
|
Merge pull request #3396 from bettse/master
Include dynamic memory contents in `hf topaz dump`
|
2026-06-26 15:44:31 +07:00 |
|
Eric Betts
|
06f0f4825f
|
Include dynamic memory contents in hf topaz dump
|
2026-06-25 19:48:27 -07:00 |
|
 IcemanandGitHub
|
a62134b3fc
|
Merge pull request #3395 from IdanHo/fix/legic-migrate-dcf-hex
legic: parse DCF argument as hex in migrate
|
2026-06-25 03:58:53 +07:00 |
|
Idan Horowitz
|
80a35d9f05
|
changelog: update for legic migrate hex parsing fix
|
2026-06-24 21:47:27 +03:00 |
|
Idan Horowitz
|
92d0cdb909
|
legic: parse DCF argument as hex in migrate
|
2026-06-24 21:41:49 +03:00 |
|
 IcemanandGitHub
|
8fbec332be
|
Merge pull request #3388 from Sanduuz/feature/hrt_parser
Add support for parsing Finnish Helsinki Regional Transport (HRT) travel cards
|
2026-06-24 23:49:35 +07:00 |
|
Sanduuz
|
2f563297cd
|
Add support for parsing Finnish Helsinki Regional Transport (HRT) travel cards
|
2026-06-24 19:18:18 +03:00 |
|
 SanduuzandGitHub
|
e3ddd6a833
|
Merge branch 'RfidResearchGroup:master' into feature/hrt_parser
|
2026-06-24 19:14:04 +03:00 |
|
 IcemanandGitHub
|
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 |
|
Philippe Teuwen
|
10fdef1811
|
standalone mode HF_DOEGOX_COMMIT: DESFire suspended commit without relay
|
2026-06-23 00:03:00 +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 |
|
 SanduuzandGitHub
|
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 |
|
 IcemanandGitHub
|
5ed48c6657
|
Merge pull request #3390 from q0jt/pr-hf-felica-auth1
hf felica auth1: refactor
|
2026-06-19 21:19:55 +07:00 |
|
 IcemanandGitHub
|
eb4ab42545
|
Merge pull request #3391 from kormax/hf-calypso-innovatron-support
Add support for Innovatron protocol to Calypso commands
|
2026-06-19 03:49:42 +07:00 |
|
kormax
|
1e254bc7a1
|
Add support for Innovatron protocol to Calypso commands
|
2026-06-18 22:33:41 +03:00 |
|
 IcemanandGitHub
|
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 |
|
 SanduuzandGitHub
|
ba3aebeb2a
|
Merge branch 'RfidResearchGroup:master' into feature/hrt_parser
|
2026-06-18 19:06:12 +03:00 |
|
 IcemanandGitHub
|
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 |
|
 IcemanandGitHub
|
81bea8ac72
|
Merge pull request #3384 from towelbyte/fix-lf-search-cotag
Fix 'lf search' COTAG false positive
|
2026-06-18 21:48:49 +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 |
|