mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix length of credential in hf iclass sam
Signed-off-by: Eric Betts <bettse@fastmail.fm>
This commit is contained in:
parent
17ab8d52b1
commit
e9ff568833
1 changed files with 1 additions and 1 deletions
|
@ -4990,7 +4990,7 @@ static int CmdHFiClassSAM(const char *Cmd) {
|
|||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "Wiegand decode");
|
||||
wiegand_message_t packed = initialize_message_object(top, mid, bot, 0);
|
||||
wiegand_message_t packed = initialize_message_object(top, mid, bot, strlen(binstr));
|
||||
HIDTryUnpack(&packed);
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue