mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg:
This commit is contained in:
parent
c0f91ddd09
commit
5f87b24493
2 changed files with 83 additions and 66 deletions
|
@ -1,6 +1,6 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 2017 Merlok
|
||||
//
|
||||
// modified 2017 iceman
|
||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||
// the license.
|
||||
|
@ -26,8 +26,15 @@
|
|||
#include "emvcore.h"
|
||||
#include "apduinfo.h"
|
||||
|
||||
int CmdHFEMV(const char *Cmd);
|
||||
|
||||
#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);
|
||||
extern int CmdHFEMVSearch(const char *cmd);
|
||||
extern int CmdHFEMVPPSE(const char *cmd);
|
||||
extern int CmdHFEMVExec(const char *cmd);
|
||||
extern int CmdHfEMVGetrng(const char *Cmd);
|
||||
extern int CmdHfEMVList(const char *Cmd);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue