mem load: update examples

This commit is contained in:
Philippe Teuwen 2019-08-23 23:21:20 +02:00
commit 9d05628c3c
3 changed files with 9 additions and 9 deletions

View file

@ -59,9 +59,9 @@ static int usage_flashmem_load(void) {
PrintAndLogEx(NORMAL, "Examples:"); PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " mem load f myfile"); // upload file myfile at default offset 0 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 myfile o 1024"); // upload file myfile at offset 1024
PrintAndLogEx(NORMAL, " mem load f dictionaries/mfc_default_keys m"); PrintAndLogEx(NORMAL, " mem load f mfc_default_keys m");
PrintAndLogEx(NORMAL, " mem load f dictionaries/t55xx_default_pwds t"); PrintAndLogEx(NORMAL, " mem load f t55xx_default_pwds t");
PrintAndLogEx(NORMAL, " mem load f dictionaries/iclass_default_keys i"); PrintAndLogEx(NORMAL, " mem load f iclass_default_keys i");
return PM3_SUCCESS; return PM3_SUCCESS;
} }
static int usage_flashmem_dump(void) { static int usage_flashmem_dump(void) {

View file

@ -512,9 +512,9 @@ m : upload 6 bytes keys (mifare key dictionary)
i : upload 8 bytes keys (iClass key dictionary) i : upload 8 bytes keys (iClass key dictionary)
t : upload 4 bytes keys (pwd dictionary) t : upload 4 bytes keys (pwd dictionary)
pm3 --> mem load f dictionaries/mfc_default_keys m pm3 --> mem load f mfc_default_keys m
pm3 --> mem load f dictionaries/t55xx_default_pwds t pm3 --> mem load f t55xx_default_pwds t
pm3 --> mem load f dictionaries/iclass_default_keys i pm3 --> mem load f iclass_default_keys i
``` ```
## Sim Module ## Sim Module

View file

@ -1,9 +1,9 @@
### First things on your RDV40 ### First things on your RDV40
You will need to run these commands to make sure your rdv4 is prepared 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 mfc_default_keys m
pm3 --> mem load f dictionaries/t55xx_default_pwds t pm3 --> mem load f t55xx_default_pwds t
pm3 --> mem load f dictionaries/iclass_default_keys i 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 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 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 pm3 --> lf t55xx deviceconfig r 2 a 31 b 20 c 18 d 40 e 15 p