]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfcotag.h
CHG: 'hf 14a sim e' - it now has a parameter for setfoundkeys to emulator memory.
[proxmark3-svn] / client / cmdlfcotag.h
CommitLineData
4653da43 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// Low frequency AWID commands
9//-----------------------------------------------------------------------------
10
11#ifndef CMDLFCOTAG_H__
12#define CMDLFCOTAG_H__
13
76c0ec0b 14#include "util.h" // FALSE / TRUE
4653da43 15#include "proxmark3.h" // Definitions, USB controls, etc
16#include "cmddata.h" // getSamples
17#include "cmdparser.h" // CmdsParse, CmdsHelp
18#include "cmdmain.h"
19
20int CmdLFCOTAG(const char *Cmd);
21int CmdCOTAGRead(const char *Cmd);
22
23#endif
Impressum, Datenschutz