mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
refactoring and some functions in cbortools
This commit is contained in:
parent
6c63e74ffb
commit
1a0f7e93de
3 changed files with 44 additions and 5 deletions
|
@ -739,7 +739,7 @@ int MakeCredentionalParseRes(uint8_t *data, size_t dataLen, bool verbose, bool s
|
|||
}
|
||||
|
||||
if (!strcmp(key, "x5c")) {
|
||||
res = CborGetArrayBinStringValue(&mapsmt, der, sizeof(der), &derLen, NULL);
|
||||
res = CborGetArrayBinStringValue(&mapsmt, der, sizeof(der), &derLen);
|
||||
cbor_check(res);
|
||||
PrintAndLog("DER [%d]: %s", derLen, sprint_hex(der, derLen));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue