mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
rename and move dict files
This commit is contained in:
parent
915c200ebc
commit
23044c00d0
16 changed files with 30 additions and 29 deletions
|
@ -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 default_keys m");
|
||||
PrintAndLogEx(NORMAL, " mem load f default_pwd t");
|
||||
PrintAndLogEx(NORMAL, " mem load f default_iclass_keys i");
|
||||
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");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
static int usage_flashmem_dump(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue