mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
78fe406f50
commit
3c6d1c492f
1 changed files with 3 additions and 1 deletions
|
@ -2600,8 +2600,10 @@ out:
|
||||||
static int CmdEMVReader(const char *Cmd) {
|
static int CmdEMVReader(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "emv reader",
|
CLIParserInit(&ctx, "emv reader",
|
||||||
"Act as a EMV reader to identify tag. Look for EMV tags until Enter or the pm3 button is pressed",
|
"Act as a EMV reader to identify tag. Look for EMV tags until Enter or the pm3 button is pressed\n"
|
||||||
|
"In `verbose` mode it will also try to extract and decode the transaction logs stored on card in either channel.\n",
|
||||||
"emv reader\n"
|
"emv reader\n"
|
||||||
|
"emv reader -v\n"
|
||||||
"emv reader -@ -> Continuous mode\n"
|
"emv reader -@ -> Continuous mode\n"
|
||||||
);
|
);
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue