libnfc/utils
Simon Yorkston e37de54e18 Updated to remove bugs
- For cards that aren’t magic, system will refuse to attempt writing
to block 0  / 1

 - Tested on Gen 1 & Gen 2 cards:

Gen 1
$ ./nfc-mfultralight w ul-test.dmp --full
NFC device: SCM Micro / SCL3711-NFC&RW opened
Found MIFARE Ultralight card with UID: 044e075ad42184
Writing 16 pages |................|
Done, 16 of 16 pages written (0 pages skipped).

Gen 2
$ ./nfc-mfultralight w ul-test.dmp --full
NFC device: SCM Micro / SCL3711-NFC&RW opened
Found MIFARE Ultralight card with UID: 044e075ad42184
Writing 16 pages |................|
Done, 16 of 16 pages written (0 pages skipped).

Non-magic
$ ./nfc-mfultralight w ul-test.dmp --full
NFC device: SCM Micro / SCL3711-NFC&RW opened
Found MIFARE Ultralight card with UID: 044e075ad42184
Writing 16 pages |
Unable to unlock card - are you sure the card is magic?
$
2016-04-09 03:42:01 +10:00
..
CMakeLists.txt Adding nfc-jewel util 2014-02-03 00:04:08 +01:00
jewel.c Remove unreachable statements 2014-03-04 01:39:12 +01:00
jewel.h nfc-jewel: fix out-of-bounds array access 2014-02-07 23:09:40 +01:00
Makefile.am Fix "undefined reference"s 2015-02-22 13:27:13 +01:00
mifare.c Remove unreachable statements 2014-03-04 01:39:12 +01:00
mifare.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc-emulate-forum-tag4.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-emulate-forum-tag4.c nfc-emulate-forum-tag4: fix TOCTOU 2013-09-22 02:29:07 +02:00
nfc-jewel.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-jewel.c nfc-jewel: remove extraneous parentheses to silence warning 2014-02-11 23:23:42 +01:00
nfc-list.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-list.c nfc-list: New option to choose which technologies to poll for 2013-09-09 15:58:07 +02:00
nfc-mfclassic.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-mfclassic.c Update nfc-mfclassic.c 2015-11-03 18:52:39 +01:00
nfc-mfultralight.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-mfultralight.c Updated to remove bugs 2016-04-09 03:42:01 +10:00
nfc-read-forum-tag3.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-read-forum-tag3.c Remove unreachable statements 2014-03-04 01:39:12 +01:00
nfc-relay-picc.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-relay-picc.c nfc-relay-picc: fix wrong open mode for file descriptor 2015-04-30 14:33:59 +02:00
nfc-scan-device.1 Update links from googlecode to github. 2015-04-30 14:19:03 +02:00
nfc-scan-device.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc-utils.c Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00
nfc-utils.h Adding link to AUTHORS in the copyright headers 2013-07-17 13:57:56 +02:00