]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdhfmfdes.h
LF t55xx and LF em4x commands now should manchester decode data. However t55xx...
[proxmark3-svn] / client / cmdhfmfdes.h
CommitLineData
f38a1528 1//-----------------------------------------------------------------------------
2// Copyright (C) 2014 Iceman
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// High frequency MIFARE Desfire commands
9//-----------------------------------------------------------------------------
10
11int CmdHFMFDes(const char *Cmd);
12int CmdHF14ADesAuth(const char* cmd);
13int CmdHF14ADesRb(const char* cmd);
14int CmdHF14ADesWb(const char* cmd);
15int CmdHF14ADesInfo(const char *Cmd);
16int CmdHF14ADesEnumApplications(const char *Cmd);
17int CmdHF14ADesNonces(const char *Cmd);
18char * GetCardSizeStr( uint8_t fsize );
19char * GetVendorStr( uint8_t id);
20char * GetProtocolStr(uint8_t id);
Impressum, Datenschutz