mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
fixing bad pointers
This commit is contained in:
parent
3da60d31d4
commit
27945e26d5
1 changed files with 1 additions and 1 deletions
|
@ -492,8 +492,8 @@ static int try_default_aes_keys(bool override) {
|
|||
break;
|
||||
}
|
||||
PrintAndLogEx(SUCCESS, "%02X - " _YELLOW_("%s") " - %s ( "_GREEN_("ok") " )"
|
||||
, keystr
|
||||
, keyno
|
||||
, keystr
|
||||
, sprint_hex_inrow(key, 16)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue