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
nfc-mfsetuid can only write the UID (first 4 Byte + 1 Byte Checksum)
To clone a card it would be interesting to write the whole 16 Bytes in Block0
I patched the source to be able to set either UID or BLOCK0, the new syntax is:
> nfc-mfsetuid [OPTIONS] [UID|BLOCK0]
Where UID can be any 8 Hex-Chars like '12345678'
and BLOCK0 can be any 32 Hex-Chars like 'DCDCDCDC000804006162636465666768'
Original issue reported on code.google.com by dario.ca...@gmail.com on 24 Jul 2014 at 6:54
Original issue reported on code.google.com by
dario.ca...@gmail.com
on 24 Jul 2014 at 6:54Attachments:
The text was updated successfully, but these errors were encountered: