mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
restore amiibo detection
This commit is contained in:
parent
0587845c56
commit
30468731e1
1 changed files with 6 additions and 0 deletions
|
@ -1157,6 +1157,12 @@ static mfu_identify_t mfu_ident_table[] = {
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
"hf mfu dump -k %08x"
|
"hf mfu dump -k %08x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Amiibo", "0004040201001103",
|
||||||
|
9, 9, "480FE0F110FFEEA500",
|
||||||
|
ul_ev1_pwdgenB, ul_ev1_packgenB,
|
||||||
|
"hf mfu dump -k %08x"
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
"Xiaomi AIR Purifier", "0004040201000F03",
|
"Xiaomi AIR Purifier", "0004040201000F03",
|
||||||
|
|
Loading…
Reference in a new issue