]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdhf14b.h
Improve 'Magic' Mifare tags generation detection & hf mf c* commands magic 4k compati...
[proxmark3-svn] / client / cmdhf14b.h
CommitLineData
a553f267 1//-----------------------------------------------------------------------------
2// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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 ISO14443B commands
9//-----------------------------------------------------------------------------
10
7fe9b0b7 11#ifndef CMDHF14B_H__
12#define CMDHF14B_H__
13
14int CmdHF14B(const char *Cmd);
7fe9b0b7 15int CmdHF14BList(const char *Cmd);
ff4fdb32 16int CmdHF14BInfo(const char *Cmd);
17int CmdHF14BSim(const char *Cmd);
7fe9b0b7 18int CmdHF14BSnoop(const char *Cmd);
19int CmdSri512Read(const char *Cmd);
20int CmdSrix4kRead(const char *Cmd);
3fe4ff4f 21int CmdHF14BWrite( const char *cmd);
ff4fdb32 22int HF14BInfo(bool verbose);
7fe9b0b7 23
24#endif
Impressum, Datenschutz