added TA1 decoding

This commit is contained in:
merlokk 2018-12-10 15:01:00 +02:00
commit ec17cade36
2 changed files with 110 additions and 8 deletions

View file

@ -21,9 +21,10 @@
#include "common.h"
#include "util.h"
#include "loclass/fileutils.h" // saveFile
#include "comms.h" // getfromdevice
#include "comms.h" // getfromdevice
#include "emv/emvcore.h" // decodeTVL
#include "emv/apduinfo.h" // APDUcode description
#include "emv/dump.h" // dump_buffer
extern int CmdSmartcard(const char *Cmd);