mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
style
This commit is contained in:
parent
ef166a1030
commit
dc80ef3713
2 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
if (IfPm3Iso14443a()) {
|
if (IfPm3Iso14443a()) {
|
||||||
if (readTopazUid(false, false) == PM3_SUCCESS) {
|
if (readTopazUid(false, false) == PM3_SUCCESS) {
|
||||||
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Topaz tag") " found\n");
|
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Topaz tag") " found\n");
|
||||||
success[TOPAZ] = true;
|
success[TOPAZ] = true;
|
||||||
res = PM3_SUCCESS;
|
res = PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -209,7 +209,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
if (IfPm3Iso14443b()) {
|
if (IfPm3Iso14443b()) {
|
||||||
if (readHFCryptoRF(false, false) == PM3_SUCCESS) {
|
if (readHFCryptoRF(false, false) == PM3_SUCCESS) {
|
||||||
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("CryptoRF tag") " found\n");
|
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("CryptoRF tag") " found\n");
|
||||||
success[CRYPTORF] = true;
|
success[CRYPTORF] = true;
|
||||||
res = PM3_SUCCESS;
|
res = PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10073,7 +10073,7 @@
|
||||||
"description": "Enables simulation of Farpointe/Pyramid card with specified card number. Simulation runs until the button is pressed or another USB command is issued. The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated. Currently work only on 26bit",
|
"description": "Enables simulation of Farpointe/Pyramid card with specified card number. Simulation runs until the button is pressed or another USB command is issued. The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated. Currently work only on 26bit",
|
||||||
"notes": [
|
"notes": [
|
||||||
"lf pyramid sim --fc 123 --cn 1337",
|
"lf pyramid sim --fc 123 --cn 1337",
|
||||||
"lf pyramid clone --raw 0001010101010101010440013223921c"
|
"lf pyramid sim --raw 0001010101010101010440013223921c"
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
|
@ -12162,6 +12162,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 703,
|
"commands_extracted": 703,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2024-01-02T22:09:45"
|
"extracted_on": "2024-01-04T12:13:24"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue