mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
changing {} style to match majority of previous style
This commit is contained in:
parent
da6cdf014b
commit
961d929f4d
320 changed files with 5502 additions and 10485 deletions
|
@ -29,8 +29,7 @@ static int CmdHelp(const char *Cmd);
|
|||
//n'r=rol(r5)
|
||||
//verify n'r=nr
|
||||
|
||||
int CmdHF14AMfDESAuth(const char *Cmd)
|
||||
{
|
||||
int CmdHF14AMfDESAuth(const char *Cmd) {
|
||||
|
||||
uint8_t blockNo = 0;
|
||||
//keyNo=0;
|
||||
|
@ -123,8 +122,7 @@ int CmdHF14AMfDESAuth(const char *Cmd)
|
|||
// Card 2 Reader : 02AF, 16 Bytes(b0), CRC1 CRC2
|
||||
// Reader 2 Card : 03AF, 16 Bytes(b1),16Bytes(b2) CRC1 CRC2
|
||||
// Card 2 Reader : 0300, 16 bytes(b3), CRC1 CRC2 ; success
|
||||
int CmdHF14AMfAESAuth(const char *Cmd)
|
||||
{
|
||||
int CmdHF14AMfAESAuth(const char *Cmd) {
|
||||
|
||||
uint8_t blockNo = 0;
|
||||
//keyNo=0;
|
||||
|
@ -238,16 +236,14 @@ static command_t CommandTable[] = {
|
|||
{NULL, NULL, 0, NULL}
|
||||
};
|
||||
|
||||
int CmdHFMFDesfire(const char *Cmd)
|
||||
{
|
||||
int CmdHFMFDesfire(const char *Cmd) {
|
||||
// flush
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int CmdHelp(const char *Cmd)
|
||||
{
|
||||
int CmdHelp(const char *Cmd) {
|
||||
CmdsHelp(CommandTable);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue