mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
CHG: Added support for tnp3xx in lua scripts.
ADD: a save file function in lua.
This commit is contained in:
parent
23b598ee23
commit
3af373f352
5 changed files with 59 additions and 1 deletions
|
@ -55,6 +55,7 @@ local skel_1 = [[
|
|||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
add("04,,,Mifare TNP3xxx Activision 1K,0f01,01");
|
||||
add("04,,,Mifare Mini,0004,09");
|
||||
add("04,,,Mifare Classic 1k/Mifare Plus(4 byte UID) 2K SL1,0004,08");
|
||||
add("04,,,Mifare Plus (4 byte UID) 2K SL2,0004,10");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue