mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
f7cbb4e480
commit
9f4be280e0
2 changed files with 6 additions and 5 deletions
|
@ -205,7 +205,7 @@ void RunMod(void) {
|
||||||
HF_15693SIM_LOGFILE,
|
HF_15693SIM_LOGFILE,
|
||||||
trace_buffer,
|
trace_buffer,
|
||||||
trace_len,
|
trace_len,
|
||||||
RDV40_SPIFFS_SAFETY_SAFE
|
RDV40_SPIFFS_SAFETY_SAFE
|
||||||
);
|
);
|
||||||
Dbprintf("[!] Wrote trace to "HF_15693SIM_LOGFILE);
|
Dbprintf("[!] Wrote trace to "HF_15693SIM_LOGFILE);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -2898,9 +2898,10 @@
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-f, --file <fn> Specify a filename for dump file"
|
"-f, --file <fn> Specify a filename for dump file",
|
||||||
|
"--ns no save to file"
|
||||||
],
|
],
|
||||||
"usage": "hf fudan dump [-h] [-f <fn>]"
|
"usage": "hf fudan dump [-h] [-f <fn>] [--ns]"
|
||||||
},
|
},
|
||||||
"hf fudan help": {
|
"hf fudan help": {
|
||||||
"command": "hf fudan help",
|
"command": "hf fudan help",
|
||||||
|
@ -6961,7 +6962,7 @@
|
||||||
"-h, --help This help",
|
"-h, --help This help",
|
||||||
"-k, --key <hex> Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)",
|
"-k, --key <hex> Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)",
|
||||||
"-l Swap entered key's endianness",
|
"-l Swap entered key's endianness",
|
||||||
"-b, --block <dec> Nlock number to read",
|
"-b, --block <dec> Block number to read",
|
||||||
"--force Force operation even if address is out of range"
|
"--force Force operation even if address is out of range"
|
||||||
],
|
],
|
||||||
"usage": "hf mfu rdbl [-hl] [-k <hex>] -b <dec> [--force]"
|
"usage": "hf mfu rdbl [-hl] [-k <hex>] -b <dec> [--force]"
|
||||||
|
@ -12498,6 +12499,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 721,
|
"commands_extracted": 721,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2024-02-16T20:57:06"
|
"extracted_on": "2024-02-18T19:13:37"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue