mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
text
This commit is contained in:
parent
c310640b03
commit
e0579223f0
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ int CmdPyramidClone(const char *Cmd) {
|
||||||
blocks[3] = bytebits_to_byte(bs + 64, 32);
|
blocks[3] = bytebits_to_byte(bs + 64, 32);
|
||||||
blocks[4] = bytebits_to_byte(bs + 96, 32);
|
blocks[4] = bytebits_to_byte(bs + 96, 32);
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "Preparing to clone Farpointe/Pyramid to T55x7 with Facility Code: %u, Card Number: %u", facilitycode, cardnumber);
|
PrintAndLogEx(INFO, "Preparing to clone Farpointe/Pyramid to T55x7 with Facility Code: %u, Card Number: %u", facilitycode, cardnumber);
|
||||||
print_blocks(blocks, 5);
|
print_blocks(blocks, 5);
|
||||||
|
|
||||||
UsbCommand resp;
|
UsbCommand resp;
|
||||||
|
@ -331,7 +331,7 @@ int CmdPyramidSim(const char *Cmd) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "Simulating Farpointe/Pyramid - Facility Code: %u, CardNumber: %u", facilitycode, cardnumber );
|
PrintAndLogEx(SUCCESS, "Simulating Farpointe/Pyramid - Facility Code: %u, CardNumber: %u", facilitycode, cardnumber );
|
||||||
|
|
||||||
UsbCommand c = {CMD_FSK_SIM_TAG, {arg1, arg2, size}};
|
UsbCommand c = {CMD_FSK_SIM_TAG, {arg1, arg2, size}};
|
||||||
memcpy(c.d.asBytes, bs, size);
|
memcpy(c.d.asBytes, bs, size);
|
||||||
|
|
Loading…
Reference in a new issue