]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdhf14a.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdhf14a.h
CommitLineData
a553f267 1//-----------------------------------------------------------------------------
50193c1e 2// 2011, Merlok
a553f267 3// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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 ISO14443A commands
10//-----------------------------------------------------------------------------
11
7fe9b0b7 12#ifndef CMDHF14A_H__
13#define CMDHF14A_H__
14
15int CmdHF14A(const char *Cmd);
7fe9b0b7 16int CmdHF14AList(const char *Cmd);
17int CmdHF14AMifare(const char *Cmd);
18int CmdHF14AReader(const char *Cmd);
19int CmdHF14ASim(const char *Cmd);
9cdd47c2 20int CmdHF14ASniff(const char *Cmd);
2e8d938b 21int CmdHF14AEMVTransaction(const char *Cmd);
7fe9b0b7 22
99a71418 23char* getTagInfo(uint8_t uid);
46cd801c 24
0956e0db 25int usage_hf_14a_sim(void);
26int usage_hf_14a_sniff(void);
27int usage_hf_14a_raw(void);
7fe9b0b7 28#endif
Impressum, Datenschutz