mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
added verbose mode
This commit is contained in:
parent
ec8b84e42f
commit
6bb33f3776
1 changed files with 6 additions and 0 deletions
|
@ -444,6 +444,8 @@ int CmdHFMFPRdbl(const char *cmd) {
|
|||
CLIGetHexWithReturn(6, key, &keylen);
|
||||
CLIParserFree();
|
||||
|
||||
SetVerboseMode(verbose);
|
||||
|
||||
if (!keylen) {
|
||||
memmove(key, DefaultKey, 16);
|
||||
keylen = 16;
|
||||
|
@ -548,6 +550,8 @@ int CmdHFMFPRdsc(const char *cmd) {
|
|||
CLIGetHexWithReturn(5, key, &keylen);
|
||||
CLIParserFree();
|
||||
|
||||
SetVerboseMode(verbose);
|
||||
|
||||
if (!keylen) {
|
||||
memmove(key, DefaultKey, 16);
|
||||
keylen = 16;
|
||||
|
@ -644,6 +648,8 @@ int CmdHFMFPWrbl(const char *cmd) {
|
|||
CLIGetHexWithReturn(5, key, &keylen);
|
||||
CLIParserFree();
|
||||
|
||||
SetVerboseMode(verbose);
|
||||
|
||||
if (!keylen) {
|
||||
memmove(key, DefaultKey, 16);
|
||||
keylen = 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue