From 8c16c4d95d78db80c87fd10ab55c4c697d522b77 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 9 Mar 2021 14:58:08 +0100 Subject: [PATCH] text --- armsrc/Standalone/hf_14asniff.c | 8 ++++---- armsrc/Standalone/hf_iceclass.c | 8 ++++---- armsrc/Standalone/hf_legic.c | 2 +- armsrc/Standalone/lf_icehid.c | 4 ++-- armsrc/Standalone/lf_tharexde.c | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/armsrc/Standalone/hf_14asniff.c b/armsrc/Standalone/hf_14asniff.c index c52928825..0a6b48b48 100644 --- a/armsrc/Standalone/hf_14asniff.c +++ b/armsrc/Standalone/hf_14asniff.c @@ -71,13 +71,13 @@ static void DownloadTraceInstructions(void) { Dbprintf(""); Dbprintf("To get the trace from flash and display it:"); - Dbprintf("1. mem spiffs dump o "HF_14ASNIFF_LOGFILE" f trace.trc"); - Dbprintf("2. trace load trace.trc"); - Dbprintf("3. trace list 14a 1"); + Dbprintf("1. mem spiffs dump -s "HF_14ASNIFF_LOGFILE" -d trace.trc"); + Dbprintf("2. trace load -f trace.trc"); + Dbprintf("3. trace list -t 14a -1"); } void ModInfo(void) { - DbpString("hf_14asniff: standalone 'hf 14a sniff', storing in flashmem"); + DbpString(" ISO14443a sniff, storing in flashmem"); DownloadTraceInstructions(); } diff --git a/armsrc/Standalone/hf_iceclass.c b/armsrc/Standalone/hf_iceclass.c index 27e1bf5ab..bbebcab6e 100644 --- a/armsrc/Standalone/hf_iceclass.c +++ b/armsrc/Standalone/hf_iceclass.c @@ -130,27 +130,27 @@ static void download_instructions(uint8_t t) { switch (t) { case ICE_STATE_FULLSIM: { DbpString("The emulator memory was saved to SPIFFS"); - DbpString("1. " _YELLOW_("mem spiffs dump o " HF_ICLASS_FULLSIM_MOD_BIN " f " HF_ICLASS_FULLSIM_MOD" e")); + DbpString("1. " _YELLOW_("mem spiffs dump -s " HF_ICLASS_FULLSIM_MOD_BIN " -d " HF_ICLASS_FULLSIM_MOD" -e")); DbpString("2. " _YELLOW_("hf iclass view -f " HF_ICLASS_FULLSIM_MOD_BIN)); break; } case ICE_STATE_ATTACK: { DbpString("The collected data was saved to SPIFFS. The file names below may differ"); DbpString("1. " _YELLOW_("mem spiffs tree")); - DbpString("2. " _YELLOW_("mem spiffs dump o " HF_ICLASS_ATTACK_BIN " f " HF_ICLASS_ATTACK_BIN)); + DbpString("2. " _YELLOW_("mem spiffs dump -s " HF_ICLASS_ATTACK_BIN " -d " HF_ICLASS_ATTACK_BIN)); DbpString("3. " _YELLOW_("hf iclass loclass -f " HF_ICLASS_ATTACK_BIN)); break; } case ICE_STATE_READER: { DbpString("The found tags was saved to SPIFFS"); DbpString("1. " _YELLOW_("mem spiffs tree")); - DbpString("2. " _YELLOW_("mem spiffs dump h")); + DbpString("2. " _YELLOW_("mem spiffs dump -h")); break; } case ICE_STATE_DUMP_SIM: { DbpString("The found tag will be dumped to " HF_ICALSSS_READSIM_TEMP_BIN); DbpString("1. " _YELLOW_("mem spiffs tree")); - DbpString("2. " _YELLOW_("mem spiffs dump h")); + DbpString("2. " _YELLOW_("mem spiffs dump -h")); break; } } diff --git a/armsrc/Standalone/hf_legic.c b/armsrc/Standalone/hf_legic.c index 0b4d0e2ae..40174ce87 100644 --- a/armsrc/Standalone/hf_legic.c +++ b/armsrc/Standalone/hf_legic.c @@ -50,7 +50,7 @@ static void DownloadLogInstructions(void) { Dbprintf("[=] " _YELLOW_("-") " mem spiffs tree"); Dbprintf(""); Dbprintf("[=] To save a dump file from flash to client:"); - Dbprintf("[=] " _YELLOW_("-") " mem spiffs dump o hf-legic-UID-dump.bin f hf-legic-UID-dump.bin"); + Dbprintf("[=] " _YELLOW_("-") " mem spiffs dump -s hf-legic-UID-dump.bin -d hf-legic-UID-dump.bin"); } #endif diff --git a/armsrc/Standalone/lf_icehid.c b/armsrc/Standalone/lf_icehid.c index 9164e182e..0b1e6cbfe 100644 --- a/armsrc/Standalone/lf_icehid.c +++ b/armsrc/Standalone/lf_icehid.c @@ -36,7 +36,7 @@ * * To retrieve log file from flash: * - * 1. mem spiffs dump o lf_hidcollect.log f lf_hidcollect.log + * 1. mem spiffs dump -s lf_hidcollect.log -d lf_hidcollect.log * Copies log file from flash to your client. * * 2. exit the Proxmark3 client @@ -57,7 +57,7 @@ static void DownloadLogInstructions(void) { Dbprintf(""); Dbprintf("[=] To get the logfile from flash and display it:"); - Dbprintf("[=] " _YELLOW_("1.") " mem spiffs dump o "LF_HIDCOLLECT_LOGFILE" f "LF_HIDCOLLECT_LOGFILE); + Dbprintf("[=] " _YELLOW_("1.") " mem spiffs dump -s "LF_HIDCOLLECT_LOGFILE" -d "LF_HIDCOLLECT_LOGFILE); Dbprintf("[=] " _YELLOW_("2.") " exit proxmark3 client"); Dbprintf("[=] " _YELLOW_("3.") " cat "LF_HIDCOLLECT_LOGFILE); } diff --git a/armsrc/Standalone/lf_tharexde.c b/armsrc/Standalone/lf_tharexde.c index 713e27d84..f06cd9b07 100644 --- a/armsrc/Standalone/lf_tharexde.c +++ b/armsrc/Standalone/lf_tharexde.c @@ -45,10 +45,10 @@ * - mem spiffs upload -s -d lf_em4x50_simulate.eml * * To retrieve password file from flash: - * - mem spiffs dump o lf_em4x50_passwords.log f + * - mem spiffs dump -s lf_em4x50_passwords.log * * To retrieve log file from flash: - * - mem spiffs dump o lf_em4x50_collect.log f + * - mem spiffs dump -s lf_em4x50_collect.log * * This module emits debug strings during normal operation -- so try it out in * the lab connected to PM3 client before taking it into the field. @@ -77,14 +77,14 @@ static void LoadDataInstructions(const char *inputfile) { Dbprintf("To load datafile to flash and display it:"); Dbprintf("1. edit input file %s", inputfile); Dbprintf("2. start proxmark3 client"); - Dbprintf("3. mem spiffs upload -f o %s", inputfile); + Dbprintf("3. mem spiffs upload -s -d %s", inputfile); Dbprintf("4. start standalone mode"); } static void DownloadLogInstructions(const char *logfile) { Dbprintf(""); Dbprintf("To get the logfile from flash and display it:"); - Dbprintf("1. mem spiffs dump o %s f ", logfile); + Dbprintf("1. mem spiffs dump -s %s", logfile); Dbprintf("2. exit proxmark3 client"); Dbprintf("3. cat "); }