CHG: 'sc brute' - now is interruptable, optional tlv decode,

This commit is contained in:
iceman1001 2018-12-23 09:48:46 +01:00
commit acb41a7376
7 changed files with 291 additions and 91 deletions

View file

@ -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;
}