mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
make style
This commit is contained in:
parent
b92ebfa4a4
commit
b2996aa69a
2 changed files with 7 additions and 6 deletions
|
@ -2180,7 +2180,7 @@ int infoHF14A4Applications(bool verbose) {
|
||||||
PrintAndLogEx(INFO, "Short AID search:");
|
PrintAndLogEx(INFO, "Short AID search:");
|
||||||
|
|
||||||
if (found >= ARRAYLEN(hintAIDList) - 1) {
|
if (found >= ARRAYLEN(hintAIDList) - 1) {
|
||||||
PrintAndLogEx(HINT, "Hint: card answers to all AID. It maybe the latest revision of plus/desfire/ultralight card.");
|
PrintAndLogEx(HINT, "Hint: card answers to all AID. It maybe the latest revision of plus/desfire/ultralight card.");
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < ARRAYLEN(hintAIDList); i++) {
|
for (int i = 0; i < ARRAYLEN(hintAIDList); i++) {
|
||||||
if (cardFound[i] && strlen(hintAIDList[i].hint))
|
if (cardFound[i] && strlen(hintAIDList[i].hint))
|
||||||
|
|
|
@ -973,7 +973,7 @@
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"command": "help",
|
"command": "help",
|
||||||
"description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log e:\\proxspace\\pm3/.proxmark3/logs/log_20210617.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
|
"description": "help use `<command> help` for details of a command prefs { edit client/device preferences... } -------- ----------------------- technology ----------------------- analyse { analyse utils... } data { plot window / data buffer manipulation... } emv { emv iso-14443 / iso-7816... } hf { high frequency commands... } hw { hardware commands... } lf { low frequency commands... } nfc { nfc commands... } reveng { crc calculations from reveng software... } smart { smart card iso-7816 commands... } script { scripting commands... } trace { trace manipulation... } wiegand { wiegand format manipulation... } -------- ----------------------- general ----------------------- clear clear screen hints turn hints on / off msleep add a pause in milliseconds rem add a text line in log file quit exit exit program [=] session log e:\\proxspace\\pm3/.proxmark3/logs/log_20210618.txt --------------------------------------------------------------------------------------- auto available offline: no run lf search / hf search / data plot / data save",
|
||||||
"notes": [
|
"notes": [
|
||||||
"auto"
|
"auto"
|
||||||
],
|
],
|
||||||
|
@ -4726,9 +4726,10 @@
|
||||||
],
|
],
|
||||||
"offline": true,
|
"offline": true,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help this help"
|
"-h, --help this help",
|
||||||
|
"-v, --verbose verbose output"
|
||||||
],
|
],
|
||||||
"usage": "hf search [-h]"
|
"usage": "hf search [-hv]"
|
||||||
},
|
},
|
||||||
"hf seos help": {
|
"hf seos help": {
|
||||||
"command": "hf seos help",
|
"command": "hf seos help",
|
||||||
|
@ -9180,6 +9181,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 570,
|
"commands_extracted": 570,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2021-06-17T10:40:34"
|
"extracted_on": "2021-06-18T09:04:45"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue