You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found the reason: The crntVerifTagType is 0x28, so it's not a valid IS_MIFARE_CLASSIC_1K or IS_MIFARE_CLASSIC_4K. Then get_trailer_block_for_sector returns 0xffffffff, then everything booms.
I run
autoreconf --install ; ./configure ; make
, thengdb src/mfcuk
. thenrun -C -R 0:A
. Then it booms.I tried
run -C -R -1
,run -C -R 0
,run -C -R 0 -s 250 -S 250
. All of them booms at mfcuk.c:1512.My mfcuk version: git-b333a7925a3be80d9496c88c9fef816777827a83
My libnfc version: libnfc 1.7.1+204+g4ae4cc8-1
Here's gdb logs:
The text was updated successfully, but these errors were encountered: