mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-16 01:53:02 +08:00
hf 14a sim, hf mfu sim: add hint for Ultralitgh EV1
This commit is contained in:
parent
f828a727c9
commit
1d00ef797c
2 changed files with 3 additions and 3 deletions
|
@ -669,7 +669,7 @@ int CmdHF14ASim(const char *Cmd) {
|
|||
"hf 14a sim -t 4 -> ISO/IEC 14443-4\n"
|
||||
"hf 14a sim -t 5 -> MIFARE Tnp3xxx\n"
|
||||
"hf 14a sim -t 6 -> MIFARE Mini\n"
|
||||
"hf 14a sim -t 7 -> Amiibo (NTAG 215), pack 0x8080\n"
|
||||
"hf 14a sim -t 7 -> MIFARE Ultralight EV1, Amiibo (NTAG 215), pack 0x8080\n"
|
||||
"hf 14a sim -t 8 -> MIFARE Classic 4k\n"
|
||||
"hf 14a sim -t 9 -> FM11RF005SH Shanghai Metro\n"
|
||||
"hf 14a sim -t 10 -> ST25TA IKEA Rothult\n");
|
||||
|
|
|
@ -2730,8 +2730,8 @@ static int CmdHF14AMfUSim(const char *Cmd) {
|
|||
"The UID from emulator memory will be used if not specified.\n"
|
||||
"See `hf 14a sim -h` to see available types. You want 2 or 7 usually.",
|
||||
"hf mfu sim -t 2 --uid 11223344556677 -> MIFARE Ultralight\n"
|
||||
"hf mfu sim -t 7 --uid 11223344556677 -n 5 -> Amiibo (NTAG 215), pack 0x8080\n"
|
||||
"hf mfu sim -t 7 -> Amiibo (NTAG 215), pack 0x8080"
|
||||
"hf mfu sim -t 7 --uid 11223344556677 -n 5 -> MIFARE Ultralight EV1, Amiibo (NTAG 215), pack 0x8080\n"
|
||||
"hf mfu sim -t 7 -> MIFARE Ultralight EV1, Amiibo (NTAG 215), pack 0x8080"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
|
Loading…
Reference in a new issue