From 9d05628c3cb87a06cc0458909c4d3a7eb3f22745 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 23 Aug 2019 23:21:20 +0200 Subject: [PATCH] mem load: update examples --- client/cmdflashmem.c | 6 +++--- doc/cheatsheet.md | 6 +++--- doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/cmdflashmem.c b/client/cmdflashmem.c index 905e6c6c8..7f1fa103e 100644 --- a/client/cmdflashmem.c +++ b/client/cmdflashmem.c @@ -59,9 +59,9 @@ static int usage_flashmem_load(void) { PrintAndLogEx(NORMAL, "Examples:"); PrintAndLogEx(NORMAL, " mem load f myfile"); // upload file myfile at default offset 0 PrintAndLogEx(NORMAL, " mem load f myfile o 1024"); // upload file myfile at offset 1024 - PrintAndLogEx(NORMAL, " mem load f dictionaries/mfc_default_keys m"); - PrintAndLogEx(NORMAL, " mem load f dictionaries/t55xx_default_pwds t"); - PrintAndLogEx(NORMAL, " mem load f dictionaries/iclass_default_keys i"); + PrintAndLogEx(NORMAL, " mem load f mfc_default_keys m"); + PrintAndLogEx(NORMAL, " mem load f t55xx_default_pwds t"); + PrintAndLogEx(NORMAL, " mem load f iclass_default_keys i"); return PM3_SUCCESS; } static int usage_flashmem_dump(void) { diff --git a/doc/cheatsheet.md b/doc/cheatsheet.md index 75c554e94..02628a9bc 100644 --- a/doc/cheatsheet.md +++ b/doc/cheatsheet.md @@ -512,9 +512,9 @@ m : upload 6 bytes keys (mifare key dictionary) i : upload 8 bytes keys (iClass key dictionary) t : upload 4 bytes keys (pwd dictionary) -pm3 --> mem load f dictionaries/mfc_default_keys m -pm3 --> mem load f dictionaries/t55xx_default_pwds t -pm3 --> mem load f dictionaries/iclass_default_keys i +pm3 --> mem load f mfc_default_keys m +pm3 --> mem load f t55xx_default_pwds t +pm3 --> mem load f iclass_default_keys i ``` ## Sim Module diff --git a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md index 84f64821c..8b5244cf6 100644 --- a/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md +++ b/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md @@ -1,9 +1,9 @@ ### First things on your RDV40 You will need to run these commands to make sure your rdv4 is prepared ``` -pm3 --> mem load f dictionaries/mfc_default_keys m -pm3 --> mem load f dictionaries/t55xx_default_pwds t -pm3 --> mem load f dictionaries/iclass_default_keys i +pm3 --> mem load f mfc_default_keys m +pm3 --> mem load f t55xx_default_pwds t +pm3 --> mem load f iclass_default_keys i pm3 --> lf t55xx deviceconfig a 29 b 17 c 15 d 47 e 15 p pm3 --> lf t55xx deviceconfig r 1 a 31 b 20 c 18 d 50 e 15 p pm3 --> lf t55xx deviceconfig r 2 a 31 b 20 c 18 d 40 e 15 p