mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
em tearoff check
This commit is contained in:
parent
e636934dac
commit
cd892035dd
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ local function main(args)
|
||||||
else
|
else
|
||||||
rd_value = ('%08X'):format(word14)
|
rd_value = ('%08X'):format(word14)
|
||||||
end
|
end
|
||||||
|
if rd_value == '00008000' then
|
||||||
|
print('Tag already fully unlocked, nothing to do')
|
||||||
|
return nil
|
||||||
|
end
|
||||||
local wr_value = '00000000'
|
local wr_value = '00000000'
|
||||||
n = n or 2
|
n = n or 2
|
||||||
sd = sd or 2000
|
sd = sd or 2000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue