mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
remove debugging code
This commit is contained in:
parent
3c6d1c492f
commit
23eca8fecc
1 changed files with 0 additions and 10 deletions
|
@ -2295,16 +2295,6 @@ static int CmdEMVList(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int CmdEMVTest(const char *Cmd) {
|
static int CmdEMVTest(const char *Cmd) {
|
||||||
|
|
||||||
uint8_t pan[16] = "4000340099900505";
|
|
||||||
uint8_t expiry[4] = "2102";
|
|
||||||
uint8_t servicecode[3] = "101";
|
|
||||||
uint8_t atc[4] = "1001";
|
|
||||||
|
|
||||||
emv_calc_cvv(pan, 16, expiry, servicecode, atc);
|
|
||||||
return PM3_SUCCESS;
|
|
||||||
|
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "emv test",
|
CLIParserInit(&ctx, "emv test",
|
||||||
"Executes tests\n",
|
"Executes tests\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue