mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 19:40:37 -07:00
lf em 410x clone now allows for all zeros card number. Thanks to Amal for reminding me about it
This commit is contained in:
parent
6566021f3e
commit
521791dbb7
3 changed files with 1 additions and 7 deletions
|
@ -512,9 +512,6 @@ static int getUID(bool verbose, bool loop, uint8_t *buf) {
|
|||
bool readHF15Uid(bool loop, bool verbose) {
|
||||
uint8_t uid[HF15_UID_LENGTH] = {0};
|
||||
if (getUID(verbose, loop, uid) != PM3_SUCCESS) {
|
||||
if (verbose) {
|
||||
PrintAndLogEx(WARNING, "no tag found");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue