mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
minor text stuff
This commit is contained in:
parent
00133a04ee
commit
fbdf50d756
2 changed files with 3 additions and 2 deletions
|
@ -1110,7 +1110,7 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data, tag_r
|
||||||
sak = 0x09;
|
sak = 0x09;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 7: { // NTAG
|
case 7: { // NTAG 215
|
||||||
rATQA[0] = 0x44;
|
rATQA[0] = 0x44;
|
||||||
sak = 0x00;
|
sak = 0x00;
|
||||||
// some first pages of UL/NTAG dump is special data
|
// some first pages of UL/NTAG dump is special data
|
||||||
|
@ -1274,6 +1274,7 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data, tag_r
|
||||||
|
|
||||||
AddCrc14A(rPPS, sizeof(rPPS) - 2);
|
AddCrc14A(rPPS, sizeof(rPPS) - 2);
|
||||||
|
|
||||||
|
// EV1/NTAG, set PWD w AMIIBO algo if all zero.
|
||||||
if (tagType == 7) {
|
if (tagType == 7) {
|
||||||
uint8_t pwd[4];
|
uint8_t pwd[4];
|
||||||
uint8_t gen_pwd[4];
|
uint8_t gen_pwd[4];
|
||||||
|
|
|
@ -3104,7 +3104,7 @@ static int CmdHF14AMfUSim(const char *Cmd) {
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_int1("t", "type", "<1..10> ", "Simulation type to use"),
|
arg_int1("t", "type", "<1..12> ", "Simulation type to use"),
|
||||||
arg_str0("u", "uid", "<hex>", "<4|7|10> hex bytes UID"),
|
arg_str0("u", "uid", "<hex>", "<4|7|10> hex bytes UID"),
|
||||||
arg_int0("n", "num", "<dec>", "Exit simulation after <numreads> blocks. 0 = infinite"),
|
arg_int0("n", "num", "<dec>", "Exit simulation after <numreads> blocks. 0 = infinite"),
|
||||||
arg_lit0("v", "verbose", "Verbose output"),
|
arg_lit0("v", "verbose", "Verbose output"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue