mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'hf emv' changes from @merlokk EMV4 commit
This commit is contained in:
parent
07ab8ea674
commit
a3ec7fd21f
32 changed files with 4157 additions and 3898 deletions
|
@ -26,8 +26,6 @@
|
|||
#include "emvcore.h"
|
||||
#include "apduinfo.h"
|
||||
|
||||
#define TLV_ADD(tag, value)( tlvdb_add(tlvRoot, tlvdb_fixed(tag, sizeof(value) - 1, (const unsigned char *)value)) )
|
||||
|
||||
int CmdHFEMV(const char *Cmd);
|
||||
|
||||
extern int CmdHFEMVSelect(const char *cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue