mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
loclass, print helptxt
This commit is contained in:
parent
8d5315b6af
commit
d9571d8df7
1 changed files with 2 additions and 4 deletions
|
@ -2018,9 +2018,6 @@ static int CmdHFiClass_loclass(const char *Cmd) {
|
||||||
char fileName[FILE_PATH_SIZE] = {0};
|
char fileName[FILE_PATH_SIZE] = {0};
|
||||||
if (param_getstr(Cmd, 1, fileName, sizeof(fileName)) > 0) {
|
if (param_getstr(Cmd, 1, fileName, sizeof(fileName)) > 0) {
|
||||||
return bruteforceFileNoKeys(fileName);
|
return bruteforceFileNoKeys(fileName);
|
||||||
} else {
|
|
||||||
PrintAndLogEx(WARNING, "You must specify a filename");
|
|
||||||
return PM3_EFILE;
|
|
||||||
}
|
}
|
||||||
} else if (opt == 't') {
|
} else if (opt == 't') {
|
||||||
char opt2 = tolower(param_getchar(Cmd, 1));
|
char opt2 = tolower(param_getchar(Cmd, 1));
|
||||||
|
@ -2035,7 +2032,8 @@ static int CmdHFiClass_loclass(const char *Cmd) {
|
||||||
|
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
return PM3_SUCCESS;
|
|
||||||
|
return usage_hf_iclass_loclass();
|
||||||
}
|
}
|
||||||
|
|
||||||
void printIclassDumpContents(uint8_t *iclass_dump, uint8_t startblock, uint8_t endblock, size_t filesize) {
|
void printIclassDumpContents(uint8_t *iclass_dump, uint8_t startblock, uint8_t endblock, size_t filesize) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue