6935 Commits
Author SHA1 Message Date
歐歪andPhilippe Teuwen 2362cabcd4 Add ISO15693 magic 'V3' tag support (hf 15 csetuid --v3 / hf 15 cfinalize) 2026-08-17 10:26:09 +02:00
iceman1001 da509461b7 fix #3448 , added sanity check 2026-08-01 13:46:09 +02:00
kormax 1d0faaadb4 Add 'hf felica seacauth1' command 2026-08-01 13:42:03 +03:00
kormax 9cab438fd2 Support FeliCa SEAC in 'hf search' 2026-08-01 13:33:00 +03:00
kormax 7d674b1484 Fold 'hf felica seacinfo' into 'hf felica info' 2026-08-01 12:48:48 +03:00
kormax cec963b9ba Annotate FeliCa SEAC request and response traces 2026-08-01 12:42:06 +03:00
kormax 5b9e37ba13 Update 'hf felica seacinfo' breakdown 2026-08-01 00:45:40 +03:00
IcemanandGitHub 86210615e2 Merge pull request #3446 from kormax/innovatron-early-cd97-support
Add early Innovatron CD97 support to Calypso
2026-08-01 03:55:42 +07:00
kormax c6326c9eac Refactor Calypso dump module 2026-07-31 23:07:21 +03:00
kormax 9f52547f26 Add Calypso handling for early Innovatron cards 2026-07-31 20:45:09 +03:00
mjaksn d320a359ad Fixed 'hf mfu ndefread' handling of NDEF data area size 2026-07-31 03:44:32 -05:00
iceman1001 6411ba1ee4 add 2026-07-30 17:06:36 +02:00
iceman1001 19cc98c532 hooked up the new DSP code. Should improve the t55xx commands 2026-07-30 16:43:09 +02:00
iceman1001 1dfc0cfef5 add commands2 2026-07-30 16:41:07 +02:00
iceman1001 1f2648087f new low frequency DSP.... 2026-07-30 16:40:14 +02:00
iceman1001 cd59066743 remove old logo when flashing 2026-07-30 07:52:38 +02:00
iceman1001 cd6d3c4665 ansi escape sequences 2026-07-28 15:53:20 +02:00
iceman1001 d4b5e8a772 clean 2026-07-28 15:53:20 +02:00
iceman1001 6617884cc2 ansi escape sequences 2026-07-28 15:53:20 +02:00
YoungJules afd318ab75 Correct KGH checksum calculation 2026-07-28 15:08:52 +02:00
YoungJules faaab023f6 Added --kgh flag on clone to take care of checksum in last byte of segment payload on KGH cards, which includes the uid. Added a small debug on legic sim. Gated --fill option on wrbl to only allow after offset 22. You can still brick your card by wrbling byte by byte, but fill won't kill. 2026-07-28 14:37:32 +02:00
nffq 5ff3e361d0 fix: hf mf fchk with --blk does not print when keys are found 2026-07-28 00:38:09 +09:00
IcemanandGitHub e7fa5816af Merge pull request #3431 from YoungJules/legic-pr
Legic - add wrbl repeat (fill) a byte until end of tag, fix segment parsing and improve bytes writing
2026-07-26 00:47:06 +07:00
YoungJules 862a338feb hf legic: rename repeat fill to fill 2026-07-25 19:39:23 +02:00
YoungJules c0a7a7ae06 hf legic: fix clone offsets and wrbl repeat 2026-07-25 12:42:19 +02:00
kormax b2a54cd95b Move some used FeliCa constants into shared protocols 2026-07-25 12:58:52 +03:00
kormax 1f5010bc3e Add missing FeliCa secure session command code recognition 2026-07-25 12:48:50 +03:00
kormax 1a4c2b7c70 Normalize FeliCa command constant names 2026-07-25 12:46:47 +03:00
kormax 9c42daabea Add annotation for extended FeliCa commands 2026-07-24 21:32:00 +03:00
kormax c3ba7e29c7 Add annotation of mobile commands for FeliCa 2026-07-23 17:39:59 +03:00
kormax 8b67f60775 Add annotation of secure channel commands for FeliCa 2026-07-22 17:15:47 +03:00
iceman1001 2c6e607110 style 2026-07-15 16:39:15 +02:00
IcemanandGitHub 067688422c Merge pull request #3415 from 0x6r1an0y/20260714-15693v3
Add ISO15693 magic 'V3' tag support
2026-07-15 16:49:21 +07:00
IcemanandGitHub 2bd5aff062 Merge branch 'master' into 20260713-gdm
Signed-off-by: Iceman <iceman@iuse.se>
2026-07-15 16:48:51 +07:00
lolbird 1497f615d3 add hf mfu aesgetuid 2026-07-14 08:03:36 -05:00
歐歪 c2cd37025b Add ISO15693 magic 'V3' tag support (hf 15 csetuid --v3 / hf 15 cfinalize) 2026-07-14 04:22:00 +08:00
歐歪andGitHub 9394f065a5 Merge branch 'RfidResearchGroup:master' into 20260713-gdm 2026-07-13 21:54:15 +08:00
歐歪 f0c3dccdb6 Added hf mf gdmgetblk/gdmgethidblk/gdmsethidblk/gdmsetuid/gdmwipe/gdmsetsig ,improved hf mf gdmparsecfg/gdmsetblk and rename hf mf gdmcfg commands 2026-07-13 21:48:48 +08:00
Cole Munz 2d45e334fb Fix heap out-of-bounds read in hf iclass view on short dump files 2026-07-10 21:02:47 -05:00
munzzyy d18d1c6713 Fix IR56 wiegand decode leaking header sentinel bit into facility code 2026-07-10 14:16:54 -05:00
towelbyte 2f6a767edf Fix/improve 'lf cotag demod'
Fix/improve 'lf cotag demod' auto threshold estimation
and demodulation of COTAG traces with high value spikes and
COTAG traces with very low amplitude values.
2026-07-09 01:04:35 +02:00
iceman1001 005f4abb1a texts 2026-07-07 22:50:22 +02:00
iceman1001 9256181945 updated annotations for some missing desfire commands 2026-07-06 23:20:30 +02:00
munzzyy 9f83c9307d Fix lf em 4x05 dump writing corrupted (byte-swapped) dump files
em4x05_print_blocks() byte-swaps its buffer in place to display the blocks.
In CmdEM4x05Dump() that call runs before pm3_save_dump(), so the buffer
handed to the saver has been swapped out of the canonical on-disk order and
the saved .bin/.json reloads with every block reversed.

The read loop stores each word as data[addr] = BSWAP_32(word), which is what
the loader in CmdEM4x05View() expects (it reads blocks MSB-first via
bytes_to_num()). The extra in-place swap in the print routine undoes that
right before the save. It also corrupts the auto-generated filename, which is
built from BSWAP_32(data[1]) after the print call. Symmetric words such as
0x00000000 survive the swap, so it's easy to miss.

Give em4x05_print_blocks() a private copy to swap and print, and take the
input as const so it can't mutate the caller's buffer. On-screen output is
unchanged; the dump path now saves the untouched buffer.

Fixes #3403
2026-07-04 18:31:02 -05:00
IcemanandGitHub 871b40ed97 Merge pull request #3407 from dangerous-tac0s/more-umc-pack-updates
More umc pack updates
2026-07-04 03:31:50 +07:00
michael e04adc2fc9 Added notes to hf mfu restore/dump about UMC pw/pack issues 2026-07-03 11:46:17 -07:00
iceman1001 b8911a29a1 fix coverity findings 2026-07-03 18:08:02 +02:00
michael bef2afcccf Added version numbers to ginfo output. Also, fixed version detection for short version response and updated magic card notes. 2026-07-03 09:04:05 -07:00
IcemanandGitHub 5a46bb5f69 Merge pull request #3405 from cirosec/feature/fix-android-cross-compilation
Fix build issues with Android NDK
2026-07-03 19:11:31 +07:00
iceman1001 b18c274612 fix coverity findings 2026-07-03 12:38:59 +02:00