]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - client/cmdlfpyramid.h
Add ROCA vulnerability test (RRG repository PR 76 by @merlokk) (#762)
[proxmark3-svn] / client / cmdlfpyramid.h
... / ...
CommitLineData
1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency Farpoint / Pyramid commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFPYRAMID_H__
10#define CMDLFPYRAMID_H__
11
12extern int CmdLFPyramid(const char *Cmd);
13extern int CmdPyramidClone(const char *Cmd);
14extern int CmdPyramidSim(const char *Cmd);
15extern int CmdFSKdemodPyramid(const char *Cmd);
16extern int CmdPyramidRead(const char *Cmd);
17#endif
18
Impressum, Datenschutz