mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
reveng- iceman1001 s scripting updates
This commit is contained in:
parent
2e16354693
commit
53ee28cb3a
3 changed files with 32 additions and 31 deletions
|
@ -34,9 +34,10 @@ static int CmdHelp(const char *Cmd);
|
|||
static int CmdQuit(const char *Cmd);
|
||||
static int CmdRev(const char *Cmd);
|
||||
// for testing reveng api - cmdcrc.c
|
||||
/*
|
||||
static int CmdrevengT(const char *Cmd);
|
||||
static int CmdrevengC(const char *Cmd);
|
||||
|
||||
*/
|
||||
|
||||
//For storing command that are received from the device
|
||||
static UsbCommand cmdBuffer[CMD_BUFFER_SIZE];
|
||||
|
@ -84,6 +85,7 @@ int CmdRev(const char *Cmd)
|
|||
CmdCrc(Cmd);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
// for testing reveng api - cmdcrc.c
|
||||
int CmdrevengT(const char *Cmd)
|
||||
{
|
||||
|
@ -92,7 +94,7 @@ int CmdrevengT(const char *Cmd)
|
|||
int CmdrevengC(const char *Cmd)
|
||||
{
|
||||
return CmdrevengTestC(Cmd);
|
||||
}
|
||||
}*/
|
||||
|
||||
/**
|
||||
* @brief This method should be called when sending a new command to the pm3. In case any old
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue