mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Fix lf em4x05 unlock
This commit is contained in:
parent
d3a960717f
commit
3502fbd82b
1 changed files with 2 additions and 5 deletions
|
@ -1692,11 +1692,8 @@ int CmdEM4x05Unlock(const char *Cmd) {
|
|||
}
|
||||
|
||||
// write
|
||||
res = unlock_write_protect(use_pwd, pwd, write_value, verbose);
|
||||
if (res != PM3_SUCCESS) {
|
||||
PrintAndLogEx(WARNING, "failed unlock write");
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
// don't check the return value. As a tear-off occurred, the write failed.
|
||||
unlock_write_protect(use_pwd, pwd, write_value, verbose);
|
||||
|
||||
// read after trigger
|
||||
res = em4x05_read_word_ext(14, pwd, use_pwd, &word14);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue