mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
adjust lf menu descriptions
RFIDs for tag formats that can be emulated by many chips CHIPs for chip specific commands
This commit is contained in:
parent
4db6f3bbb9
commit
9b99a6dbdb
1 changed files with 15 additions and 15 deletions
|
@ -1043,21 +1043,21 @@ static command_t CommandTable[] =
|
||||||
{
|
{
|
||||||
{"help", CmdHelp, 1, "This help"},
|
{"help", CmdHelp, 1, "This help"},
|
||||||
{"awid", CmdLFAWID, 1, "{ AWID RFIDs... }"},
|
{"awid", CmdLFAWID, 1, "{ AWID RFIDs... }"},
|
||||||
{"cotag", CmdLFCOTAG, 1, "{ COTAG RFIDs... }"},
|
{"cotag", CmdLFCOTAG, 1, "{ COTAG CHIPs... }"},
|
||||||
{"em", CmdLFEM4X, 1, "{ EM4X RFIDs... }"},
|
{"em", CmdLFEM4X, 1, "{ EM4X CHIPs & RFIDs... }"},
|
||||||
{"fdx", CmdLFFdx, 1, "{ FDX-B tags... }"},
|
{"fdx", CmdLFFdx, 1, "{ FDX-B RFIDs... }"},
|
||||||
{"gproxii", CmdLF_G_Prox_II, 1, "{ G Prox II tags... }"},
|
{"gproxii", CmdLF_G_Prox_II, 1, "{ G Prox II RFIDs... }"},
|
||||||
{"hid", CmdLFHID, 1, "{ HID RFIDs... }"},
|
{"hid", CmdLFHID, 1, "{ HID RFIDs... }"},
|
||||||
{"hitag", CmdLFHitag, 1, "{ Hitag tags and transponders... }"},
|
{"hitag", CmdLFHitag, 1, "{ Hitag CHIPs... }"},
|
||||||
{"io", CmdLFIO, 1, "{ ioProx tags... }"},
|
{"io", CmdLFIO, 1, "{ ioProx RFIDs... }"},
|
||||||
{"indala", CmdLFINDALA, 1, "{ Indala tags... }"},
|
{"indala", CmdLFINDALA, 1, "{ Indala RFIDs... }"},
|
||||||
{"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"},
|
{"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"},
|
||||||
{"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 RFIDs... }"},
|
{"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 CHIPs... }"},
|
||||||
{"pyramid", CmdLFPyramid, 1, "{ Farpointe/Pyramid RFIDs... }"},
|
{"pyramid", CmdLFPyramid, 1, "{ Farpointe/Pyramid RFIDs... }"},
|
||||||
{"t55xx", CmdLFT55XX, 1, "{ T55xx RFIDs... }"},
|
{"t55xx", CmdLFT55XX, 1, "{ T55xx CHIPs... }"},
|
||||||
{"ti", CmdLFTI, 1, "{ TI RFIDs... }"},
|
{"ti", CmdLFTI, 1, "{ TI CHIPs... }"},
|
||||||
{"viking", CmdLFViking, 1, "{ Viking tags... }"},
|
{"viking", CmdLFViking, 1, "{ Viking RFIDs... }"},
|
||||||
{"visa2000", CmdLFVisa2k, 1, "{ Visa2000 RFIDs...}"},
|
{"visa2000", CmdLFVisa2k, 1, "{ Visa2000 RFIDs... }"},
|
||||||
{"cmdread", CmdLFCommandRead, 0, "<d period> <z period> <o period> <c command> ['H'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'H' for 134)"},
|
{"cmdread", CmdLFCommandRead, 0, "<d period> <z period> <o period> <c command> ['H'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'H' for 134)"},
|
||||||
{"config", CmdLFSetConfig, 0, "Set config for LF sampling, bit/sample, decimation, frequency"},
|
{"config", CmdLFSetConfig, 0, "Set config for LF sampling, bit/sample, decimation, frequency"},
|
||||||
{"flexdemod", CmdFlexdemod, 1, "Demodulate samples for FlexPass"},
|
{"flexdemod", CmdFlexdemod, 1, "Demodulate samples for FlexPass"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue