mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: 'sc brute' - now is interruptable, optional tlv decode,
This commit is contained in:
parent
b38a0fb142
commit
acb41a7376
7 changed files with 291 additions and 91 deletions
|
@ -1464,6 +1464,7 @@ int CmdEMVGetrng(const char *Cmd) {
|
|||
char cmdp = param_getchar(Cmd, 0);
|
||||
if ( cmdp == 'h' || cmdp == 'H') return usage_emv_getrnd();
|
||||
|
||||
PrintAndLogEx(INFO, "Not implemented yet");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue