libnfc/examples/nfc-mfsetuid.1

41 lines
1.1 KiB
Groff
Raw Permalink Normal View History

.TH nfc-mfsetuid 1 "Sep 05, 2011" "libnfc" "NFC Utilities"
2011-09-06 11:47:50 +02:00
.SH NAME
nfc-mfsetuid \- MIFARE 1K special card UID setting and recovery tool
.SH SYNOPSIS
.B nfc-mfsetuid
[
.I UID
]
2011-09-06 11:47:50 +02:00
.SH DESCRIPTION
.B nfc-mfsetuid
is a MIFARE tool that allows setting of UID on special versions (Chinese clones) of Mifare 1K cards. It will also recover
damaged cards that have had invalid data written to block 0 (e.g. wrong BCC). Currently only 4 Byte UID is supported.
Specify an eight hex character UID or leave blank for the default '01234567'.
2011-09-06 11:47:50 +02:00
.SH OPTIONS
.B -f
Format. Wipe all data (set to 0xFF) and reset ACLs to defaults.
.B -q
Quiet. Suppress output of commands and responses.
2011-09-06 11:47:50 +02:00
.SH BUGS
Please report any bugs on the
.B libnfc
issue tracker at:
.br
.BR https://github.com/nfc-tools/libnfc/issues
2011-09-06 11:47:50 +02:00
.SH LICENCE
.B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
2011-09-06 11:47:50 +02:00
and
.B libnfc-examples
are covered by the the BSD 2-Clause license.
2011-09-06 11:47:50 +02:00
.SH AUTHORS
Adam Laurie <adam@algroup.co.uk>
.PP
This manual page was written by Adam Laurie <adam@algroup.co.uk>.
It is licensed under the terms of the GNU GPL (version 2 or later).