Merge pull request #1335 from rad1game/patch-1

Update cmdlfem4x05.c
This commit is contained in:
Iceman 2021-06-24 17:17:38 +02:00 committed by GitHub
commit 9ec32e1fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1857,7 +1857,7 @@ int CmdEM4x05Unlock(const char *Cmd) {
// compute number of bits flipped
PrintAndLogEx(INFO, "Bitflips: %2u events => %s", bitcount32(bitflips), bitstring);
PrintAndLogEx(INFO, "New protection word => " _CYAN_("%08X") "\n", word14b);
PrintAndLogEx(INFO, "Try " _YELLOW_("`lf em 4x05_dump`"));
PrintAndLogEx(INFO, "Try " _YELLOW_("`lf em 4x05 dump`"));
}
if (verbose) {