mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix file ids handling
This commit is contained in:
parent
637103224d
commit
0c407504b3
1 changed files with 1 additions and 1 deletions
|
@ -1434,7 +1434,7 @@ static int CmdHF14ADesEnumApplications(const char *Cmd) {
|
||||||
|
|
||||||
uint8_t filesettings[20] = {0};
|
uint8_t filesettings[20] = {0};
|
||||||
int fileset_len = 0;
|
int fileset_len = 0;
|
||||||
int res = get_desfire_filesettings(j, filesettings, &fileset_len);
|
int res = get_desfire_filesettings(file_ids[j], filesettings, &fileset_len);
|
||||||
int maclen = 0; // To be implemented
|
int maclen = 0; // To be implemented
|
||||||
if (res == PM3_SUCCESS) {
|
if (res == PM3_SUCCESS) {
|
||||||
if (DecodeFileSettings(filesettings, fileset_len, maclen) != PM3_SUCCESS) {
|
if (DecodeFileSettings(filesettings, fileset_len, maclen) != PM3_SUCCESS) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue