mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
added lf hitag eview command and unified some command description across the client
This commit is contained in:
parent
53a5087d67
commit
0db2d1c92a
11 changed files with 276 additions and 230 deletions
|
@ -3439,8 +3439,8 @@ static command_t CommandTable[] = {
|
|||
{"wrbl", CmdHF15Write, IfPm3Iso15693, "Write a block"},
|
||||
{"-----------", CmdHF15Help, IfPm3Iso15693, "--------------------- " _CYAN_("simulation") " ----------------------"},
|
||||
{"sim", CmdHF15Sim, IfPm3Iso15693, "Fake an ISO-15693 tag"},
|
||||
{"eload", CmdHF15ELoad, IfPm3Iso15693, "Load image file into emulator to be used by 'sim' command"},
|
||||
{"esave", CmdHF15ESave, IfPm3Iso15693, "Save emulator memory into image file"},
|
||||
{"eload", CmdHF15ELoad, IfPm3Iso15693, "Upload file into emulator memory"},
|
||||
{"esave", CmdHF15ESave, IfPm3Iso15693, "Save emulator memory to file"},
|
||||
{"eview", CmdHF15EView, IfPm3Iso15693, "View emulator memory"},
|
||||
{"-----------", CmdHF15Help, IfPm3Iso15693, "------------------------ " _CYAN_("SLIX") " -------------------------"},
|
||||
{"slixwritepwd", CmdHF15SlixWritePassword, IfPm3Iso15693, "Writes a password on a SLIX ISO-15693 tag"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue