mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
emv/sc fixes and modifications: (#780)
* print selected Smartcard Reader in PrintChannel() * implement 'sc sel <readername>'. Readername can include wildcards * and ? * fixing EMV APDU exchange (again) * use EMVExchangeEx() instead of EMVExchange() in fidocore.c
This commit is contained in:
parent
fbf77474f5
commit
41bdfce385
7 changed files with 165 additions and 118 deletions
|
@ -11,7 +11,10 @@
|
|||
//
|
||||
|
||||
#include "cbortools.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "emv/emvjson.h"
|
||||
#include "util.h"
|
||||
#include "fidocore.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue