No description
573fc1b778
Update issue 58 I can't reproduce this bug, but saw that the mifare_ultralight_write() was implemented in an old-school way. I updated the code so that you should have better traces when compiling the library in debug mode and running: romain@marvin ~/Projects/libfreefare % cutter -n test_mifare_ultralight_write test ===> 0000 30 07 |0. | <=== 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| ===> 0000 a2 07 12 34 56 78 |...4Vx | ===> 0000 30 07 |0. | <=== 0000 12 34 56 78 00 00 00 00 00 00 00 00 00 00 00 00 |.4Vx............| ===> 0000 a2 07 aa 55 00 ff |...U.. | ===> 0000 30 07 |0. | <=== 0000 aa 55 00 ff 00 00 00 00 00 00 00 00 00 00 00 00 |.U..............| ===> 0000 a2 07 00 00 00 00 |...... | ===> 0000 30 07 |0. | <=== 0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| . Finished in 0,548238 seconds (total: 0,069079 seconds) 1 test(s), 12 assertion(s), 0 failure(s), 0 error(s), 0 pending(s), 0 omission(s), 0 notification(s) 100% passed |
||
---|---|---|
contrib | ||
examples | ||
libfreefare | ||
test | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
HACKING | ||
libfreefare.pc.in | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO |
The libfreefare project aims to provide a convenient API for Mifare card manipulations. Supported tags: - Mifare Classic 1k - Mifare Classic 4k - Mifare DESFire 4K - Mifare Ultralight Supported features: - Mifare Application Directory (MAD) v1 - Mifare Application Directory (MAD) v2