No description
089b6006b1
gcc warns: mifare_classic.c:353:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] There is another problem with this code: "data", being a 16-byte array, may not be suitably aligned for the other types in the union. This patch resolves this. |
||
---|---|---|
cmake | ||
contrib | ||
debian | ||
examples | ||
libfreefare | ||
m4 | ||
test | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
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 2K/4K/8K - Mifare DESFire EV1 - Mifare Ultralight - Mifare UltralightC Supported features: - Mifare Application Directory (MAD) v1 - Mifare Application Directory (MAD) v2 - Mifare Application Directory (MAD) v3 (part of DESFire support)