mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: experimantal test of adding "reveng 1.30" source code into the PM3 Client.
This commit is contained in:
parent
4d2e4eea58
commit
9962091e29
4 changed files with 75 additions and 10 deletions
16
client/cmdcrc.h
Normal file
16
client/cmdcrc.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (C) 2015 iceman <iceman at iuse.se>
|
||||
//
|
||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
// at your option, any later version. See the LICENSE.txt file for the text of
|
||||
// the license.
|
||||
//-----------------------------------------------------------------------------
|
||||
// CRC Calculations from the software reveng commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef CMDCRC_H__
|
||||
#define CMDCRC_H__
|
||||
|
||||
int CmdCrc(const char *Cmd);
|
||||
int CmdCrcCalc(const char *Cmd);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue