mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: 'hf mfu' detection of Mifare Ultralight NANO tags.
Interesting tag with two new commands. LOCK_SIG / WRITE_SIG. Need to add support for it. https://www.nxp.com/docs/en/data-sheet/MF0UN_H_00.pdf
This commit is contained in:
parent
57337fe941
commit
4b2a746ef5
3 changed files with 31 additions and 20 deletions
|
@ -99,6 +99,7 @@ typedef enum TAGTYPE_UL {
|
|||
NTAG_213_F = 0x400000,
|
||||
NTAG_216_F = 0x800000,
|
||||
UL_EV1 = 0x1000000,
|
||||
UL_NANO_40 = 0x2000000,
|
||||
UL_MAGIC = UL | MAGIC,
|
||||
UL_C_MAGIC = UL_C | MAGIC,
|
||||
UL_ERROR = 0xFFFFFF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue