mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add: emv changes from pm3 offical.
This commit is contained in:
parent
e8c315525a
commit
13ffd7bf97
8 changed files with 574 additions and 16 deletions
|
@ -283,8 +283,8 @@ const APDUCode* const GetAPDUCode(uint8_t sw1, uint8_t sw2) {
|
|||
int mineq = 100;
|
||||
int mineqindx = 0;
|
||||
|
||||
sprintf(&buf[0], "%02X ", sw1);
|
||||
sprintf(&buf[2], "%02X ", sw2);
|
||||
sprintf(&buf[0], "%02X", sw1);
|
||||
sprintf(&buf[2], "%02X", sw2);
|
||||
|
||||
for (int i = 0; i < APDUCodeTableLen; i++) {
|
||||
res = CodeCmp(APDUCodeTable[i].ID, buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue