mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
style
This commit is contained in:
parent
ef348a2aa0
commit
0ff41fa652
10 changed files with 41 additions and 41 deletions
|
@ -312,7 +312,7 @@ void RunMod(void) {
|
||||||
if (apdulen > 0) {
|
if (apdulen > 0) {
|
||||||
DbpString("[ " _YELLOW_("Proxmark command") " ]");
|
DbpString("[ " _YELLOW_("Proxmark command") " ]");
|
||||||
Dbhexdump(apduslen[i], apdus[i], false);
|
Dbhexdump(apduslen[i], apdus[i], false);
|
||||||
DbpString("[ " _GREEN_( "Card answer") " ]");
|
DbpString("[ " _GREEN_("Card answer") " ]");
|
||||||
Dbhexdump(apdulen - 2, apdubuffer, false);
|
Dbhexdump(apdulen - 2, apdubuffer, false);
|
||||||
DbpString("-------------------------------");
|
DbpString("-------------------------------");
|
||||||
|
|
||||||
|
@ -447,7 +447,7 @@ void RunMod(void) {
|
||||||
p_response = &responses[RESP_INDEX_RATS];
|
p_response = &responses[RESP_INDEX_RATS];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (g_dbglevel == DBG_DEBUG ) {
|
if (g_dbglevel == DBG_DEBUG) {
|
||||||
DbpString("[ "_YELLOW_("Card reader command") " ]");
|
DbpString("[ "_YELLOW_("Card reader command") " ]");
|
||||||
Dbhexdump(len, receivedCmd, false);
|
Dbhexdump(len, receivedCmd, false);
|
||||||
}
|
}
|
||||||
|
|
|
@ -357,7 +357,7 @@ void RunMod() {
|
||||||
DbpString(_YELLOW_("!!") " Avoiding request - Bluetooth data already in memory!!");
|
DbpString(_YELLOW_("!!") " Avoiding request - Bluetooth data already in memory!!");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (g_dbglevel == DBG_DEBUG ) {
|
if (g_dbglevel == DBG_DEBUG) {
|
||||||
DbpString("[ "_YELLOW_("Card reader command") " ]");
|
DbpString("[ "_YELLOW_("Card reader command") " ]");
|
||||||
Dbhexdump(len - 2, &receivedCmd[1], false);
|
Dbhexdump(len - 2, &receivedCmd[1], false);
|
||||||
}
|
}
|
||||||
|
|
|
@ -2018,7 +2018,7 @@ static int CmdEMVScan(const char *Cmd) {
|
||||||
bool paramLoadJSON = arg_get_lit(ctx, 4);
|
bool paramLoadJSON = arg_get_lit(ctx, 4);
|
||||||
|
|
||||||
enum TransactionType TrType = TT_MSD;
|
enum TransactionType TrType = TT_MSD;
|
||||||
if (arg_get_lit(ctx, 6)){
|
if (arg_get_lit(ctx, 6)) {
|
||||||
TrType = TT_QVSDCMCHIP;
|
TrType = TT_QVSDCMCHIP;
|
||||||
}
|
}
|
||||||
if (arg_get_lit(ctx, 7)) {
|
if (arg_get_lit(ctx, 7)) {
|
||||||
|
|
|
@ -285,7 +285,7 @@ const static vocabulary_t vocabulary[] = {
|
||||||
{ 0, "hf iclass esave" },
|
{ 0, "hf iclass esave" },
|
||||||
{ 0, "hf iclass esetblk" },
|
{ 0, "hf iclass esetblk" },
|
||||||
{ 0, "hf iclass eview" },
|
{ 0, "hf iclass eview" },
|
||||||
{ 1, "hf iclass configcard" },
|
{ 0, "hf iclass configcard" },
|
||||||
{ 1, "hf iclass calcnewkey" },
|
{ 1, "hf iclass calcnewkey" },
|
||||||
{ 1, "hf iclass encode" },
|
{ 1, "hf iclass encode" },
|
||||||
{ 1, "hf iclass encrypt" },
|
{ 1, "hf iclass encrypt" },
|
||||||
|
|
|
@ -11857,6 +11857,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 687,
|
"commands_extracted": 687,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2023-10-03T15:10:12"
|
"extracted_on": "2023-10-12T12:53:10"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -424,7 +424,7 @@ Check column "offline" for their availability.
|
||||||
|`hf iclass esave `|N |`Save emulator memory to file`
|
|`hf iclass esave `|N |`Save emulator memory to file`
|
||||||
|`hf iclass esetblk `|N |`Set emulator memory block data`
|
|`hf iclass esetblk `|N |`Set emulator memory block data`
|
||||||
|`hf iclass eview `|N |`View emulator memory`
|
|`hf iclass eview `|N |`View emulator memory`
|
||||||
|`hf iclass configcard `|Y |`Reader configuration card`
|
|`hf iclass configcard `|N |`Reader configuration card`
|
||||||
|`hf iclass calcnewkey `|Y |`Calc diversified keys (blocks 3 & 4) to write new keys`
|
|`hf iclass calcnewkey `|Y |`Calc diversified keys (blocks 3 & 4) to write new keys`
|
||||||
|`hf iclass encode `|Y |`Encode binary wiegand to block 7`
|
|`hf iclass encode `|Y |`Encode binary wiegand to block 7`
|
||||||
|`hf iclass encrypt `|Y |`Encrypt given block data`
|
|`hf iclass encrypt `|Y |`Encrypt given block data`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue