]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdhficlass.h
Merge remote-tracking branch 'upstream/master' into iclass
[proxmark3-svn] / client / cmdhficlass.h
CommitLineData
cee5a30d 1//-----------------------------------------------------------------------------
2// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3// Copyright (C) 2011 Gerhard de Koning Gans
4//
5// This code is licensed to you under the terms of the GNU GPL, version 2 or,
6// at your option, any later version. See the LICENSE.txt file for the text of
7// the license.
8//-----------------------------------------------------------------------------
9// High frequency iClass support
10//-----------------------------------------------------------------------------
11
12#ifndef CMDHFICLASS_H__
13#define CMDHFICLASS_H__
14
15int CmdHFiClass(const char *Cmd);
16
17int CmdHFiClassSnoop(const char *Cmd);
1e262141 18int CmdHFiClassSim(const char *Cmd);
cee5a30d 19int CmdHFiClassList(const char *Cmd);
6ce0e538 20int HFiClassReader(const char *Cmd, bool loop, bool verbose);
1e262141 21int CmdHFiClassReader(const char *Cmd);
c3963755 22int CmdHFiClassReader_Replay(const char *Cmd);
aa53efc3 23int CmdHFiClassReadKeyFile(const char *filename);
24int CmdHFiClassWriteKeyFile(const char *Cmd);
25int CmdHFiClass_ReadBlock(const char *Cmd);
26int CmdHFiClass_WriteBlock(const char *Cmd);
27int CmdHFiClassCalcEKey(const char *Cmd);
28int CmdHFiClass_TestMac(const char *Cmd);
cee5a30d 29
30#endif
Impressum, Datenschutz