diff --git a/armsrc/Standalone/hf_15sim.c b/armsrc/Standalone/hf_15sim.c index 470bb59a6..b156f3b1b 100644 --- a/armsrc/Standalone/hf_15sim.c +++ b/armsrc/Standalone/hf_15sim.c @@ -205,7 +205,7 @@ void RunMod(void) { HF_15693SIM_LOGFILE, trace_buffer, trace_len, - RDV40_SPIFFS_SAFETY_SAFE + RDV40_SPIFFS_SAFETY_SAFE ); Dbprintf("[!] Wrote trace to "HF_15693SIM_LOGFILE); } else { diff --git a/doc/commands.json b/doc/commands.json index 8f472bda8..f89e62ee1 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -2898,9 +2898,10 @@ "offline": false, "options": [ "-h, --help This help", - "-f, --file Specify a filename for dump file" + "-f, --file Specify a filename for dump file", + "--ns no save to file" ], - "usage": "hf fudan dump [-h] [-f ]" + "usage": "hf fudan dump [-h] [-f ] [--ns]" }, "hf fudan help": { "command": "hf fudan help", @@ -6961,7 +6962,7 @@ "-h, --help This help", "-k, --key Authentication key (UL-C 16 bytes, EV1/NTAG 4 bytes)", "-l Swap entered key's endianness", - "-b, --block Nlock number to read", + "-b, --block Block number to read", "--force Force operation even if address is out of range" ], "usage": "hf mfu rdbl [-hl] [-k ] -b [--force]" @@ -12498,6 +12499,6 @@ "metadata": { "commands_extracted": 721, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2024-02-16T20:57:06" + "extracted_on": "2024-02-18T19:13:37" } }