mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 02:04:39 +08:00
commit
9ec32e1fe8
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue